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

/external/skia/src/core/
H A DSkLiteDL.cpp56 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
367 struct DrawPosText final : Op {
368 static const auto kType = Type::DrawPosText;
369 DrawPosText(size_t bytes, const SkPaint& paint, int n) function in struct:__anon16967::final
644 void* pod = this->push<DrawPosText>(n*sizeof(SkPoint)+bytes, bytes, paint, n);

Completed in 34 milliseconds