Searched refs:drawPosTextCommon (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkOverdrawCanvas.cpp | 64 void SkOverdrawCanvas::drawPosTextCommon(const SkGlyphID glyphs[], int count, const SkScalar pos[], in drawPosTextCommon() function in SkOverdrawCanvas 88 this->drawPosTextCommon(it.glyphs(), it.glyphCount(), it.pos(), 1, in onDrawTextBlob() 92 this->drawPosTextCommon(it.glyphs(), it.glyphCount(), it.pos(), 2, {x, y}, in onDrawTextBlob()
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 64 void SkOverdrawCanvas::drawPosTextCommon(const SkGlyphID glyphs[], int count, const SkScalar pos[], in drawPosTextCommon() function in SkOverdrawCanvas 88 this->drawPosTextCommon(it.glyphs(), it.glyphCount(), it.pos(), 1, in onDrawTextBlob() 92 this->drawPosTextCommon(it.glyphs(), it.glyphCount(), it.pos(), 2, {x, y}, in onDrawTextBlob()
|
/external/skqp/include/core/ |
D | SkOverdrawCanvas.h | 60 void drawPosTextCommon(const SkGlyphID[], int, const SkScalar[], int, const SkPoint&,
|
/external/skia/include/core/ |
D | SkOverdrawCanvas.h | 61 void drawPosTextCommon(const SkGlyphID[], int, const SkScalar[], int, const SkPoint&,
|