Home
last modified time | relevance | path

Searched defs:textWidth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp165 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
DRenderListBox.cpp120 …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
DRenderImage.cpp305 int textWidth = font.width(textRun); in paintReplaced() local
DRenderBlockLineLayout.cpp1630 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/
DCCHeadsUpDisplay.cpp168 float textWidth = m_mediumFont->width(run) + 2.0f; in drawFPSCounter() local