Home
last modified time | relevance | path

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

/external/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()
/external/skqp/tools/fonts/
DSkRandomScalerContext.cpp81 if (!fProxy->getPath(glyph->getPackedID(), &path)) { in generateMetrics()
124 if (!fProxy->getPath(glyph.getPackedID(), &path)) { in generateImage()
/external/skqp/src/core/
DSkTypeface_remote.cpp57 fCache->getCachedGlyphAnySubPix(glyph->getGlyphID(), glyph->getPackedID())) { in generateMetrics()
DSkGlyph.cpp113 if (scalerContext->getPath(this->getPackedID(), &fPathData->fPath)) { in addPath()
DSkRemoteGlyphCacheImpl.h93 return glyph->getPackedID(); in GetKey()
DSkStrike.h210 return glyph->getPackedID(); in GetKey()
DSkGlyphRunPainter.cpp952 glyphCacheState->addGlyph(glyph->getPackedID(), false); in processGlyphRunForMask()
959 glyphCacheState->addGlyph(mask.glyph->getPackedID(), false); in processGlyphRunForMask()
969 SkPackedGlyphID glyphID = path.glyph->getPackedID(); in processGlyphRunForMask()
1025 glyphCacheState->addGlyph(glyph.getPackedID(), false); in processGlyphRunForPaths()
1078 sdfCache->addGlyph(glyph.getPackedID(), false); in maybeProcessGlyphRunForDFT()
DSkGlyph.h147 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
DSkRemoteGlyphCache.cpp443 serializer->write<SkPackedGlyphID>(glyph->getPackedID()); in writeGlyph()
678 SkGlyph* allocatedGlyph = strike->getRawGlyphByID(glyph->getPackedID()); in readStrikeData()
702 SkGlyph* allocatedGlyph = strike->getRawGlyphByID(glyph->getPackedID()); in readStrikeData()
DSkScalerContext.cpp161 generatingImageFromPath = this->internalGetPath(glyph->getPackedID(), &devPath); in getMetrics()
462 SkGlyph tmpGlyph{origGlyph.getPackedID()}; in getImage()
495 if (!this->internalGetPath(glyph->getPackedID(), &devPath)) { in getImage()
DSkStrike.cpp202 return glyph && fGlyphMap.findOrNull(glyph->getPackedID()) == glyph; in belongsToCache()
/external/skqp/src/gpu/text/
DGrStrikeCache.h34 GrGlyph* glyph = fCache.find(skGlyph.getPackedID()); in getGlyph()
/external/skqp/src/gpu/
DGrGlyph.h59 : fPackedID{skGlyph.getPackedID()} in GrGlyph()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp379 serializer->write<SkPackedGlyphID>(glyph.getPackedID()); in writeGlyph()
1057 strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
1065 SkGlyph* allocatedGlyph = strike->mergeGlyphAndImage(glyph->getPackedID(), *glyph); in readStrikeData()
DSkScalerCache.cpp58 fDigestForPackedGlyphID.set(glyph->getPackedID(), digest); in addGlyph()
DSkScalerContext.cpp192 generatingImageFromPath = this->internalGetPath(glyph.getPackedID(), &devPath); in internalMakeGlyph()
560 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat); in getImage()
581 if (!this->internalGetPath(unfilteredGlyph->getPackedID(), &devPath)) { in getImage()
DSkGlyph.cpp161 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath()
DSkGlyph.h241 SkPackedGlyphID getPackedID() const { return fID; } in getPackedID() function
/external/skia/src/gpu/text/
DGrTextBlob.cpp347 variants[i] = gv.glyph()->getPackedID(); in Make()
535 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()
1721 glyphIDs[goodPosCount].packedGlyphID = skGlyph->getPackedID(); in Make()