Searched defs:DrawTextRSXform (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkLiteDL.cpp57 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
409 struct DrawTextRSXform final : Op {
410 static const auto kType = Type::DrawTextRSXform;
411 DrawTextRSXform(size_t bytes, const SkRect* cull, const SkPaint& paint) function in struct:__anon16967::final
661 void* pod = this->push<DrawTextRSXform>(bytes+n*sizeof(SkRSXform), bytes, cull, paint);

Completed in 91 milliseconds