Home
last modified time | relevance | path

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

/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/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()
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()
DSkScalerCache.cpp56 fDigestForPackedGlyphID.set(glyph->getPackedID(), digest); in addGlyph()
DSkGlyph.cpp159 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
DSkGlyph.h242 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp351 variants[i] = gv.glyph()->getPackedID(); in Make()
554 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()
1757 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()