Lines Matching refs:cellWidth
333 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
493 AdjustedGlyphRun adjustedGlyphRun(glyphRun, context->cellWidth, in IFACEMETHOD()
1003 int x, int y, int w, int h, int cellWidth, COLORREF color, in DrawText() argument
1037 TextRendererContext context = { color, FLOAT(cellWidth), 0.0f }; in DrawText()
1278 int cellWidth, in DWriteContext_DrawText() argument
1285 ctx->DrawText(text, len, x, y, w, h, cellWidth, color, in DWriteContext_DrawText()