Home
last modified time | relevance | path

Searched refs:getPackedID (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/src/core/
DSkTypeface_remote.cpp51 fCache->getCachedGlyphAnySubPix(glyph->getGlyphID(), glyph->getPackedID())) { in generateMetrics()
52 fCache->mergeGlyphAndImage(glyph->getPackedID(), *from); in generateMetrics()
DSkRemoteGlyphCache.cpp269 return glyph->getPackedID(); in GetKey()
562 serializer->write<SkPackedGlyphID>(glyph->getPackedID()); in writeGlyph()
689 fCachedGlyphPaths.add(glyphPtr->getPackedID()); in prepareForDrawingRemoveEmpty()
690 fPendingGlyphPaths.push_back(glyphPtr->getPackedID()); in prepareForDrawingRemoveEmpty()
841 strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
849 SkGlyph* allocatedGlyph = strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
DSkStrikeCache.cpp312 if (SkGlyph *fallback = node->fStrike.glyphOrNull(glyph->getPackedID())) { in desperationSearchForImage()
316 targetCache->mergeGlyphAndImage(glyph->getPackedID(), *fallback); in desperationSearchForImage()
322 targetCache->mergeGlyphAndImage(glyph->getPackedID(), *fallback); in desperationSearchForImage()
DSkStrike.h168 return glyph->getPackedID(); in GetKey()
DSkGlyph.h129 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
DSkScalerContext.cpp196 generatingImageFromPath = this->internalGetPath(glyph->getPackedID(), &devPath); in getMetrics()
537 SkGlyph tmpGlyph{origGlyph.getPackedID()}; in getImage()
569 if (!this->internalGetPath(glyph->getPackedID(), &devPath)) { in getImage()
DSkStrike.cpp145 return glyph && fGlyphMap.findOrNull(glyph->getPackedID()) == glyph; in belongsToCache()
DSkGlyph.cpp166 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
/third_party/skia/tools/fonts/
DRandomScalerContext.cpp63 *glyph = fProxy->internalMakeGlyph(glyph->getPackedID(), format); in generateMetrics()
70 if (!fProxy->getPath(glyph->getPackedID(), &path)) { in generateMetrics()
112 if (!fProxy->getPath(glyph.getPackedID(), &path)) { in generateImage()
/third_party/flutter/skia/tools/fonts/
DRandomScalerContext.cpp73 if (!fProxy->getPath(glyph->getPackedID(), &path)) { in generateMetrics()
115 if (!fProxy->getPath(glyph.getPackedID(), &path)) { in generateImage()
/third_party/flutter/skia/src/gpu/
DGrGlyph.h51 : fPackedID{skGlyph.getPackedID()} in GrGlyph()
/third_party/flutter/skia/src/gpu/text/
DGrStrikeCache.h34 GrGlyph* grGlyph = fCache.find(skGlyph.getPackedID()); in getGlyph()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp372 serializer->write<SkPackedGlyphID>(glyph.getPackedID()); in writeGlyph()
1026 strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
1034 SkGlyph* allocatedGlyph = strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
DSkScalerCache.cpp56 fDigestForPackedGlyphID.set(glyph->getPackedID(), digest); in addGlyph()
DSkGlyph.cpp159 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
DSkScalerContext.cpp193 generatingImageFromPath = this->internalGetPath(glyph.getPackedID(), &devPath, &hairline); in internalMakeGlyph()
559 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat); in getImage()
581 if (!this->internalGetPath(unfilteredGlyph->getPackedID(), &devPath, &hairline)) { in getImage()
DSkGlyph.h242 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp353 variants[i] = gv.glyph()->getPackedID(); in Make()
548 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()
1751 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()