Home
last modified time | relevance | path

Searched refs:getGlyphID (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType.cpp551 error = FT_Get_Advance( fFace, glyph->getGlyphID(fBaseGlyphCount), in generateAdvance()
580 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags ); in generateMetrics()
583 fFaceRec->fFontID, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, err)); in generateMetrics()
645 …SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFla… in generateMetrics()
668 err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), fLoadGlyphFlags); in generateImage()
671 …glyph.getGlyphID(fBaseGlyphCount), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags,… in generateImage()
853 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), flags); in generatePath()
857 glyph.getGlyphID(fBaseGlyphCount), flags, err)); in generatePath()
879 glyph.getGlyphID(fBaseGlyphCount), flags, err)); in generatePath()
/external/icu4c/layout/
DLEGlyphStorage.cpp254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const in getGlyphID() function in LEGlyphStorage
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success); in moveGlyph()
526 setGlyphID(i,getGlyphID(i+1,success),success); in moveGlyph()
532 setGlyphID(i,getGlyphID(i-1,success),success); in moveGlyph()
DLEGlyphStorage.h276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
DIndicReordering.cpp1012 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering()
1021 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()
1036 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()
/external/skia/include/core/
DSkScalerContext.h64 uint16_t getGlyphID() const { in getGlyphID() function
68 unsigned getGlyphID(unsigned baseGlyphCount) const { in getGlyphID() function
/external/skia/src/core/
DSkScalerContext.cpp224 unsigned glyphID = glyph.getGlyphID(); in getGlyphContext()
234 SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID()); in getGlyphContext()
DSkGlyphCache.cpp125 return rec.fGlyph->getGlyphID(); in unicharToGlyph()
DSkDraw.cpp2332 rec.fGlyphID = glyph.getGlyphID(); in doIRectGlyph()