Home
last modified time | relevance | path

Searched defs:glyphId (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextRunRenderingContext.h48 …atWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const OVERRID… in floatWidthUsingSVGFont()
DSVGTextMetricsBuilder.cpp126 Glyph glyphId = glyphBuffer.glyphAt(0); in computeMetricsForCharacterSimple() local
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp362 uint16_t glyphId = glyph->getGlyphID(); in generateAdvance() local
414 UINT16 glyphId = glyph->getGlyphID(); in generateMetrics() local
729 uint16_t glyphId = glyph.getGlyphID(); in generatePath() local
DSkTypeface_win_dw.cpp335 UINT16 glyphId = gId; in getWidthAdvance() local
DSkFontHost_win.cpp915 UINT glyphId = glyph->getGlyphID(0); in generateMetrics() local
/external/chromium_org/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp362 uint16_t glyphId = glyph->getGlyphID(); in generateAdvance() local
414 UINT16 glyphId = glyph->getGlyphID(); in getBoundingBox() local
769 uint16_t glyphId = glyph.getGlyphID(); in generatePath() local
DSkTypeface_win_dw.cpp314 UINT16 glyphId = gId; in getWidthAdvance() local
DSkFontHost_win.cpp915 UINT glyphId = glyph->getGlyphID(); in generateMetrics() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.cpp162 AtomicString glyphId = glyph.getIdAttribute(); in ensureGlyphCache() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp277 inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, flo… in setGlyphAndPositions()