Searched refs:VisitGlyphs (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkFont.cpp | 296 void VisitGlyphs(const SkFont& origFont, const SkPaint* paint, const uint16_t glyphs[], int count, in VisitGlyphs() function 315 VisitGlyphs(*this, paint, glyphs, count, [widths, bounds] in getWidthsBounds() 333 VisitGlyphs(*this, nullptr, glyphs, count, [pos, origin] in getPos() 344 VisitGlyphs(*this, nullptr, glyphs, count, [xpos, origin] in getXPos()
|
/external/skqp/src/core/ |
D | SkFont.cpp | 296 void VisitGlyphs(const SkFont& origFont, const SkPaint* paint, const uint16_t glyphs[], int count, in VisitGlyphs() function 315 VisitGlyphs(*this, paint, glyphs, count, [widths, bounds] in getWidthsBounds() 333 VisitGlyphs(*this, nullptr, glyphs, count, [pos, origin] in getPos() 344 VisitGlyphs(*this, nullptr, glyphs, count, [xpos, origin] in getXPos()
|