Searched refs:DrawPosText (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 73 M(DrawPosText) \ 288 RECORD(DrawPosText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \ 345 struct DrawPosText final : Op { struct 346 static const auto kType = Type::DrawPosText; argument 347 DrawPosText(size_t bytes, const SkPaint& paint, int n) in DrawPosText() function 628 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n); in drawPosText()
|
D | SkRecordDraw.cpp | 116 DRAW(DrawPosText, drawPosText(r.text, r.byteLength, r.pos, r.paint)); 469 Bounds bounds(const DrawPosText& op) const { in bounds()
|
D | SkRecorder.cpp | 258 APPEND(DrawPosText, in onDrawPosText()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 293 INSTALL_FACTORY(DrawPosText); in fromJSON()
|