Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h77 M(DrawTextRSXform) \
325 RECORD(DrawTextRSXform, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
387 struct DrawTextRSXform final : Op { struct
388 static const auto kType = Type::DrawTextRSXform; argument
389 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint) in DrawTextRSXform() function
645 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, cull, paint); in drawTextRSXform()
DSkRecordDraw.cpp124 DRAW(DrawTextRSXform, drawTextRSXform(r.text, r.byteLength, r.xforms, r.cull, r.paint));
511 Bounds bounds(const DrawTextRSXform& op) const { in bounds()
DSkRecorder.cpp288 APPEND(DrawTextRSXform, in onDrawTextRSXform()
/external/skia/tools/debugger/
DSkDrawCommand.cpp296 INSTALL_FACTORY(DrawTextRSXform); in fromJSON()