Searched refs:getPackedID (Results 1 – 7 of 7) sorted by relevance
/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/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 | 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 | SkScalerCache.cpp | 56 fDigestForPackedGlyphID.set(glyph->getPackedID(), digest); in addGlyph()
|
D | SkGlyph.cpp | 159 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
|
D | SkGlyph.h | 242 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 351 variants[i] = gv.glyph()->getPackedID(); in Make() 554 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make() 1757 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()
|