Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp229 float initialAdvance = getGlyphsAndAdvancesForSimpleText(runInfo, glyphBuffer); in buildTextBlobForSimpleText()
670 float Font::getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphBu… in getGlyphsAndAdvancesForSimpleText() function in blink::Font
699 float initialAdvance = getGlyphsAndAdvancesForSimpleText(runInfo, glyphBuffer); in drawSimpleText()
730 float initialAdvance = getGlyphsAndAdvancesForSimpleText(runInfo, glyphBuffer, ForTextEmphasis); in drawEmphasisMarksForSimpleText()
DFont.h145 …float getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNo…