Searched defs:textWidth (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderEmbeddedObject.cpp | 165 float textWidth; in paintReplaced() local 184 …ontentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) in getReplacementTextGeometry() 260 float textWidth; in isInMissingPluginIndicator() local
|
D | RenderListBox.cpp | 120 …float textWidth = itemFont.width(TextRun(text.impl(), false, 0, 0, TextRun::AllowTrailingExpansion… in updateFromElement() local 348 float textWidth = itemFont.width(textRun); in itemOffsetForAlignment() local 351 float textWidth = itemFont.width(textRun); in itemOffsetForAlignment() local
|
D | RenderImage.cpp | 305 int textWidth = font.width(textRun); in paintReplaced() local
|
D | RenderBlockLineLayout.cpp | 1630 static inline float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, floa… in textWidth() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCHeadsUpDisplay.cpp | 168 float textWidth = m_mediumFont->width(run) + 2.0f; in drawFPSCounter() local
|