/external/skia/src/ports/ |
SkFontHost_ascender.cpp | 123 int adv = aca_Get_Adv_Width(fHandle, glyph->getGlyphID()); 127 aca_Rasterize(glyph->getGlyphID(), fHandle, &rec, &topLeft); 155 aca_Rasterize(glyph.getGlyphID(), fHandle, &rec, &topLeft);
|
SkFontHost_FreeType.cpp | 878 error = FT_Get_Advance( fFace, glyph->getGlyphID(fBaseGlyphCount), 907 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags ); 910 fFaceRec->fFontID, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, err)); [all...] |
SkFontHost_mac_atsui.cpp | 233 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount); 283 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
|
SkFontHost_mac_coretext.cpp | 365 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount); 454 cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount); 538 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount); [all...] |
SkFontHost_win.cpp | 412 uint32_t ret = GetGlyphOutlineW(fDDC, glyph->getGlyphID(0), GGO_GRAY8_BITMAP | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22); 440 ret = GetGlyphOutlineW(fDDC, glyph->getGlyphID(0), GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22Identity); 559 uint16_t glyphID = glyph.getGlyphID(); [all...] |
/external/icu4c/layout/ |
LEGlyphStorage.cpp | 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const 520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success); 526 setGlyphID(i,getGlyphID(i+1,success),success); 532 setGlyphID(i,getGlyphID(i-1,success),success);
|
LEGlyphStorage.h | 276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
|
IndicReordering.cpp | [all...] |
/external/skia/include/core/ |
SkScalerContext.h | 85 uint16_t getGlyphID() const { 89 unsigned getGlyphID(unsigned baseGlyphCount) const {
|
/external/skia/src/core/ |
SkScalerContext.cpp | 222 unsigned glyphID = glyph.getGlyphID(); 232 SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
|
SkGlyphCache.cpp | 110 return rec.fGlyph->getGlyphID();
|
SkDraw.cpp | [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |