Searched refs:getGlyphID (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 551 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/ |
D | LEGlyphStorage.cpp | 254 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()
|
D | LEGlyphStorage.h | 276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
|
D | IndicReordering.cpp | 1012 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/ |
D | SkScalerContext.h | 64 uint16_t getGlyphID() const { in getGlyphID() function 68 unsigned getGlyphID(unsigned baseGlyphCount) const { in getGlyphID() function
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 224 unsigned glyphID = glyph.getGlyphID(); in getGlyphContext() 234 SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID()); in getGlyphContext()
|
D | SkGlyphCache.cpp | 125 return rec.fGlyph->getGlyphID(); in unicharToGlyph()
|
D | SkDraw.cpp | 2332 rec.fGlyphID = glyph.getGlyphID(); in doIRectGlyph()
|