Searched refs:getPackedID (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/fonts/ |
D | SkRandomScalerContext.cpp | 87 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()
|
D | SkGScalerContext.cpp | 93 fProxy->getPath(glyph->getPackedID(), &path); in generateMetrics() 113 fProxy->getPath(glyph.getPackedID(), &path); in generateImage()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 135 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()
|
D | SkGlyph.h | 223 SkPackedGlyphID getPackedID() const { in getPackedID() function
|
D | SkGlyphCache.cpp | 208 fScalerContext->getPath(glyph.getPackedID(), path); in findPath()
|