Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkRandomScalerContext.cpp87 fProxy->getPath(glyph->getPackedID(), &path); in generateMetrics()
104 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix); in generateMetrics()
157 fProxy->getPath(glyph.getPackedID(), &path); in generateImage()
DSkGScalerContext.cpp93 fProxy->getPath(glyph->getPackedID(), &path); in generateMetrics()
113 fProxy->getPath(glyph.getPackedID(), &path); in generateImage()
/external/skia/src/core/
DSkScalerContext.cpp135 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix); in getMetrics()
466 tmpGlyph.initWithGlyphID(origGlyph.getPackedID()); in getImage()
491 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix); in getImage()
DSkGlyph.h223 SkPackedGlyphID getPackedID() const { in getPackedID() function
DSkGlyphCache.cpp208 fScalerContext->getPath(glyph.getPackedID(), path); in findPath()