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

  /external/skia/src/core/
SkRecords.h 77 M(DrawTextRSXform) \
325 RECORD(DrawTextRSXform, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
387 struct DrawTextRSXform final : Op {
388 static const auto kType = Type::DrawTextRSXform;
389 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint)
397 c->drawTextRSXform(pod<void>(this), bytes, pod<SkRSXform>(this, bytes),
642 void SkLiteDL::drawTextRSXform(const void* text, size_t bytes,
645 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, cull, paint);
SkRecordDraw.cpp 124 DRAW(DrawTextRSXform, drawTextRSXform(r.text, r.byteLength, r.xforms, r.cull, r.paint));
511 Bounds bounds(const DrawTextRSXform& op) const {
SkRecorder.cpp 288 APPEND(DrawTextRSXform,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 242 case kDrawTextRSXform_OpType: return "DrawTextRSXform";
296 INSTALL_FACTORY(DrawTextRSXform);
    [all...]

Completed in 256 milliseconds