Searched defs:charWidth (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderFileUploadControl.cpp | 282 …float charWidth = style()->font().width(TextRun(&ch, 1, false, 0, 0, TextRun::AllowTrailingExpansi… in computePreferredLogicalWidths() local
|
D | RenderBlockLineLayout.cpp | 2025 float charWidth = 0; in findNextLineBreak() local 2112 …int charWidth = textWidth(t, pos, 1, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace) + … in findNextLineBreak() local
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 327 float charWidth = fm.width(string[curPos]); in offsetForPositionForSimpleText() local
|