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

  /external/skia/src/core/
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);
  /external/skqp/src/core/
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);

Completed in 100 milliseconds