Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h74 M(DrawPosTextH) \
293 RECORD(DrawPosTextH, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
358 struct DrawPosTextH final : Op { struct
359 static const auto kType = Type::DrawPosTextH; argument
360 DrawPosTextH(size_t bytes, SkScalar y, const SkPaint& paint, int n) in DrawPosTextH() function
634 void* pod = this->push<DrawPosTextH>(n*sizeof(SkScalar)+bytes, bytes, y, paint, n); in drawPosTextH()
DSkRecordDraw.cpp117 DRAW(DrawPosTextH, drawPosTextH(r.text, r.byteLength, r.xpos, r.y, r.paint));
480 Bounds bounds(const DrawPosTextH& op) const { in bounds()
DSkRecorder.cpp268 APPEND(DrawPosTextH, in onDrawPosTextH()
/external/skia/tools/debugger/
DSkDrawCommand.cpp294 INSTALL_FACTORY(DrawPosTextH); in fromJSON()