Home
last modified time | relevance | path

Searched refs:getGlyphIDMetrics (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/core/
DSkStrike.h60 const SkGlyph& getGlyphIDMetrics(SkGlyphID);
66 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
DSkStrike.cpp72 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()
DSkFont.cpp259 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()
DSkFindAndPlaceGlyph.h234 …const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.… in findAndPositionGlyph()
260 const SkGlyph& glyph = fCache->getGlyphIDMetrics(glyphID); in findAndPositionGlyph()
DSkGlyphRunPainter.cpp714 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID); in generateFromGlyphRunList()
719 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID); in generateFromGlyphRunList()
DSkTextBlob.cpp955 const SkGlyph& glyph = fCache->getGlyphIDMetrics(*fGlyphs++); in next()
/external/skqp/src/gpu/text/
DGrStrikeCache.h92 return cache->getGlyphIDMetrics(id.code(), id.getSubXFixed(), id.getSubYFixed()); in GrToSkGlyph()
/external/skqp/bench/
DSkGlyphCacheBench.cpp33 const SkGlyph& g = cache->getGlyphIDMetrics(glyphs[c]); in do_font_stuff()
/external/skqp/src/pdf/
DSkPDFFont.cpp184 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()
DSkPDFDevice.cpp994 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/
DSkRemoteGlyphCacheTest.cpp703 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST()
716 testCache->getGlyphIDMetrics(lostGlyphID.code(), SK_FixedQuarter, SK_FixedQuarter); in DEF_TEST()