Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h73 M(DrawPosText) \
288 RECORD(DrawPosText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp57 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() argument
628 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n); in drawPosText()
DSkRecordDraw.cpp116 DRAW(DrawPosText, drawPosText(r.text, r.byteLength, r.pos, r.paint));
469 Bounds bounds(const DrawPosText& op) const { in bounds()
DSkRecorder.cpp258 APPEND(DrawPosText, in onDrawPosText()
/external/skia/tools/debugger/
DSkDrawCommand.cpp293 INSTALL_FACTORY(DrawPosText); in fromJSON()