HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphIDMetrics (Results 1 - 21 of 21) sorted by null

  /external/skia/src/core/
SkStrike.h 49 valid, but that is not guaranteed. If you require those, call getGlyphIDMetrics instead.
59 const SkGlyph& getGlyphIDMetrics(SkGlyphID);
65 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
SkFont.cpp 259 const SkGlyph* g = &cache->getGlyphIDMetrics(glyphs[0]);
263 g = &cache->getGlyphIDMetrics(glyphs[i]);
320 g = &cache->getGlyphIDMetrics(glyphs[i]);
367 proc(cache->findPath(cache->getGlyphIDMetrics(glyphs[i])), mx, ctx);
SkStrike.cpp 72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID) {
78 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) {
230 return this->getGlyphIDMetrics(glyphID);
234 return this->getGlyphIDMetrics(glyphID, lookupPosition.x(), lookupPosition.y());
SkFindAndPlaceGlyph.h 234 const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.fY);
260 const SkGlyph& glyph = fCache->getGlyphIDMetrics(glyphID);
SkTextBlob.cpp     [all...]
  /external/skqp/src/core/
SkStrike.h 50 valid, but that is not guaranteed. If you require those, call getGlyphIDMetrics instead.
60 const SkGlyph& getGlyphIDMetrics(SkGlyphID);
66 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
SkFont.cpp 259 const SkGlyph* g = &cache->getGlyphIDMetrics(glyphs[0]);
263 g = &cache->getGlyphIDMetrics(glyphs[i]);
320 g = &cache->getGlyphIDMetrics(glyphs[i]);
367 proc(cache->findPath(cache->getGlyphIDMetrics(glyphs[i])), mx, ctx);
SkStrike.cpp 72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID) {
78 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) {
230 return this->getGlyphIDMetrics(glyphID);
234 return this->getGlyphIDMetrics(glyphID, lookupPosition.x(), lookupPosition.y());
SkFindAndPlaceGlyph.h 234 const SkGlyph& renderGlyph = fCache->getGlyphIDMetrics(glyphID, lookupPosition.fX, lookupPosition.fY);
260 const SkGlyph& glyph = fCache->getGlyphIDMetrics(glyphID);
SkGlyphRunPainter.cpp 714 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID);
719 const SkGlyph& glyph = fallbackCache->getGlyphIDMetrics(glyphID);
    [all...]
SkTextBlob.cpp     [all...]
  /external/skia/bench/
SkGlyphCacheBench.cpp 33 const SkGlyph& g = cache->getGlyphIDMetrics(glyphs[c]);
  /external/skia/src/gpu/text/
GrStrikeCache.h 92 return cache->getGlyphIDMetrics(id.code(), id.getSubXFixed(), id.getSubYFixed());
  /external/skqp/bench/
SkGlyphCacheBench.cpp 33 const SkGlyph& g = cache->getGlyphIDMetrics(glyphs[c]);
  /external/skqp/src/gpu/text/
GrStrikeCache.h 92 return cache->getGlyphIDMetrics(id.code(), id.getSubXFixed(), id.getSubYFixed());
  /external/skia/src/pdf/
SkPDFFont.cpp 185 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid);
561 (void)cache->findImage(cache->getGlyphIDMetrics(gid));
563 cache->getGlyphIDMetrics(gid).toMask(&mask);
682 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID);
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 184 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid);
565 (void)cache->findImage(cache->getGlyphIDMetrics(gid));
567 cache->getGlyphIDMetrics(gid).toMask(&mask);
686 const SkGlyph& glyph = cache->getGlyphIDMetrics(gID);
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skia/tests/
SkRemoteGlyphCacheTest.cpp 702 const auto& lostGlyph = testCache->getGlyphIDMetrics(
715 testCache->getGlyphIDMetrics(lostGlyphID.code(), SK_FixedQuarter, SK_FixedQuarter);
    [all...]
  /external/skqp/tests/
SkRemoteGlyphCacheTest.cpp 703 const auto& lostGlyph = testCache->getGlyphIDMetrics(
716 testCache->getGlyphIDMetrics(lostGlyphID.code(), SK_FixedQuarter, SK_FixedQuarter);
    [all...]

Completed in 368 milliseconds