Searched refs:getGlyphIDMetrics (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/core/ |
D | SkStrike.h | 60 const SkGlyph& getGlyphIDMetrics(SkGlyphID); 66 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
|
D | SkStrike.cpp | 72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID) { in getGlyphIDMetrics() function in SkStrike 78 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) { in getGlyphIDMetrics() function in SkStrike 230 return this->getGlyphIDMetrics(glyphID); in getGlyphMetrics() 234 return this->getGlyphIDMetrics(glyphID, lookupPosition.x(), lookupPosition.y()); in getGlyphMetrics()
|
D | SkFont.cpp | 259 const SkGlyph* g = &cache->getGlyphIDMetrics(glyphs[0]); in measureText() 263 g = &cache->getGlyphIDMetrics(glyphs[i]); in measureText() 320 g = &cache->getGlyphIDMetrics(glyphs[i]); in getWidthsBounds() 367 proc(cache->findPath(cache->getGlyphIDMetrics(glyphs[i])), mx, ctx); in getPaths()
|
D | SkFindAndPlaceGlyph.h | 234 …const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.… in findAndPositionGlyph() 260 const SkGlyph& glyph = fCache->getGlyphIDMetrics(glyphID); in findAndPositionGlyph()
|
D | SkGlyphRunPainter.cpp | 714 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID); in generateFromGlyphRunList() 719 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID); in generateFromGlyphRunList()
|
D | SkTextBlob.cpp | 955 const SkGlyph& glyph = fCache->getGlyphIDMetrics(*fGlyphs++); in next()
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.h | 92 return cache->getGlyphIDMetrics(id.code(), id.getSubXFixed(), id.getSubYFixed()); in GrToSkGlyph()
|
/external/skqp/bench/ |
D | SkGlyphCacheBench.cpp | 33 const SkGlyph& g = cache->getGlyphIDMetrics(glyphs[c]); in do_font_stuff()
|
/external/skqp/src/pdf/ |
D | SkPDFFont.cpp | 184 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); in has_outline_glyph() 565 (void)cache->findImage(cache->getGlyphIDMetrics(gid)); in to_image() 567 cache->getGlyphIDMetrics(gid).toMask(&mask); in to_image() 686 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID); in emit_subset_type3()
|
D | SkPDFDevice.cpp | 994 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); in get_glyph_bounds_device_space() 1058 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); in needs_new_font()
|
/external/skqp/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 703 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST() 716 testCache->getGlyphIDMetrics(lostGlyphID.code(), SK_FixedQuarter, SK_FixedQuarter); in DEF_TEST()
|