Home
last modified time | relevance | path

Searched refs:cellWidth (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp333 int x, int y, int w, int h, int cellWidth, COLORREF color,
363 FLOAT cellWidth, in AdjustedGlyphRun() argument
370 assert(cellWidth != 0.0f); in AdjustedGlyphRun()
374 FLOAT adjusted = adjustToCell(orig, cellWidth); in AdjustedGlyphRun()
387 static FLOAT adjustToCell(FLOAT value, FLOAT cellWidth) in adjustToCell() argument
389 int cellCount = int(floor(value / cellWidth + 0.5f)); in adjustToCell()
392 return cellCount * cellWidth; in adjustToCell()
399 FLOAT cellWidth; member
1003 int x, int y, int w, int h, int cellWidth, COLORREF color, in DrawText() argument
1278 int cellWidth, in DWriteContext_DrawText() argument
[all …]
H A Dgui_dwrite.h68 int cellWidth,