Searched refs:getPackedID (Results 1 – 18 of 18) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkTypeface_remote.cpp | 51 fCache->getCachedGlyphAnySubPix(glyph->getGlyphID(), glyph->getPackedID())) { in generateMetrics() 52 fCache->mergeGlyphAndImage(glyph->getPackedID(), *from); in generateMetrics()
|
D | SkRemoteGlyphCache.cpp | 269 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()
|
D | SkStrikeCache.cpp | 312 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()
|
D | SkStrike.h | 168 return glyph->getPackedID(); in GetKey()
|
D | SkGlyph.h | 129 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
|
D | SkScalerContext.cpp | 196 generatingImageFromPath = this->internalGetPath(glyph->getPackedID(), &devPath); in getMetrics() 537 SkGlyph tmpGlyph{origGlyph.getPackedID()}; in getImage() 569 if (!this->internalGetPath(glyph->getPackedID(), &devPath)) { in getImage()
|
D | SkStrike.cpp | 145 return glyph && fGlyphMap.findOrNull(glyph->getPackedID()) == glyph; in belongsToCache()
|
D | SkGlyph.cpp | 166 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
|
/third_party/skia/tools/fonts/ |
D | RandomScalerContext.cpp | 63 *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/ |
D | RandomScalerContext.cpp | 73 if (!fProxy->getPath(glyph->getPackedID(), &path)) { in generateMetrics() 115 if (!fProxy->getPath(glyph.getPackedID(), &path)) { in generateImage()
|
/third_party/flutter/skia/src/gpu/ |
D | GrGlyph.h | 51 : fPackedID{skGlyph.getPackedID()} in GrGlyph()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrStrikeCache.h | 34 GrGlyph* grGlyph = fCache.find(skGlyph.getPackedID()); in getGlyph()
|
/third_party/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 372 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()
|
D | SkScalerCache.cpp | 56 fDigestForPackedGlyphID.set(glyph->getPackedID(), digest); in addGlyph()
|
D | SkGlyph.cpp | 159 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
|
D | SkScalerContext.cpp | 193 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()
|
D | SkGlyph.h | 242 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 353 variants[i] = gv.glyph()->getPackedID(); in Make() 548 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make() 1751 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()
|