Home
last modified time | relevance | path

Searched defs:glyphIndex (Results 1 – 15 of 15) sorted by relevance

/external/skia/experimental/sktext/src/
DLine.h62 GlyphPos(size_t runIndex, size_t glyphIndex) : fRunIndex(runIndex), fGlyphIndex(glyphIndex) { } in GlyphPos()
69 size_t glyphIndex() const { return fGlyphIndex; } in glyphIndex() function
142 void finish(size_t glyphIndex, size_t textIndex, SkScalar width) { in finish()
DWrapper.cpp60 for (size_t glyphIndex = 0; glyphIndex < run.fPositions.size(); ++glyphIndex) { in breakTextIntoLines() local
DProcessor.cpp220 for (auto glyphIndex = startGlyph; glyphIndex <= endGlyph; ++glyphIndex) { in iterateByVisualOrder() local
267 for (auto glyphIndex = startGlyph; glyphIndex <= endGlyph; ++glyphIndex) { in iterateByVisualOrder() local
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp81 int glyphIndex = 0; in linebreak() local
/external/skqp/gm/
Dtexteffects.cpp52 int glyphIndex = 0; in MakeFancyBlob() local
/external/skia/gm/
Dtexteffects.cpp61 int glyphIndex = 0; in MakeFancyBlob() local
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp203 for (size_t glyphIndex = 0; glyphIndex < glyphCount; ++glyphIndex) { in set_character_bounds() local
/external/skia/src/sfnt/
DSkOTTable_glyf.h154 SK_OT_USHORT glyphIndex; member
/external/skqp/src/sfnt/
DSkOTTable_glyf.h154 SK_OT_USHORT glyphIndex; member
/external/skqp/src/ports/
DSkFontHost_win.cpp2002 int glyphIndex = 0; in onCharsToGlyphs() local
2037 int glyphIndex = 0; in onCharsToGlyphs() local
2064 int glyphIndex = 0; in onCharsToGlyphs() local
DSkFontHost_FreeType.cpp639 FT_UInt glyphIndex; in getGlyphToUnicodeMap() local
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp753 int glyphIndex = glyphIterator.fGlyphIndex; in shape() local
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh354 HBGlyphID glyphIndex; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp679 FT_UInt glyphIndex; in getGlyphToUnicodeMap() local
DSkFontHost_win.cpp1962 int glyphIndex = 0; in onCharsToGlyphs() local