HomeSort by relevance Sort by last modified time
    Searched refs:DrawTextRSXform (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkRecords.h 78 M(DrawTextRSXform) \
328 RECORD(DrawTextRSXform, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
396 struct DrawTextRSXform final : Op {
397 static const auto kType = Type::DrawTextRSXform;
398 DrawTextRSXform(size_t bytes, int xforms, const SkRect* cull, const SkPaint& paint)
408 c->drawTextRSXform(pod<void>(this,xforms*sizeof(SkRSXform)),
660 void SkLiteDL::drawTextRSXform(const void* text, size_t bytes,
663 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, n, cull, paint);
SkRecordDraw.cpp 126 DRAW(DrawTextRSXform, drawTextRSXform(r.text, r.byteLength, r.xforms, r.cull, r.paint));
517 Bounds bounds(const DrawTextRSXform& op) const {
SkRecorder.cpp 289 APPEND(DrawTextRSXform,
  /external/skqp/src/core/
SkRecords.h 78 M(DrawTextRSXform) \
328 RECORD(DrawTextRSXform, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
396 struct DrawTextRSXform final : Op {
397 static const auto kType = Type::DrawTextRSXform;
398 DrawTextRSXform(size_t bytes, int xforms, const SkRect* cull, const SkPaint& paint)
408 c->drawTextRSXform(pod<void>(this,xforms*sizeof(SkRSXform)),
660 void SkLiteDL::drawTextRSXform(const void* text, size_t bytes,
663 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, n, cull, paint);
SkRecordDraw.cpp 126 DRAW(DrawTextRSXform, drawTextRSXform(r.text, r.byteLength, r.xforms, r.cull, r.paint));
517 Bounds bounds(const DrawTextRSXform& op) const {
SkRecorder.cpp 289 APPEND(DrawTextRSXform,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 243 case kDrawTextRSXform_OpType: return "DrawTextRSXform";
297 INSTALL_FACTORY(DrawTextRSXform);
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 243 case kDrawTextRSXform_OpType: return "DrawTextRSXform";
297 INSTALL_FACTORY(DrawTextRSXform);
    [all...]

Completed in 3917 milliseconds