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

  /external/skia/src/core/
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
381 struct DrawTextOnPath final : Op {
382 static const auto kType = Type::DrawTextOnPath;
383 DrawTextOnPath(size_t bytes, const SkPath& path,
393 c->drawTextOnPath(pod<void>(this), bytes, path, &matrix, paint);
655 void SkLiteDL::drawTextOnPath(const void* text, size_t bytes,
657 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint);
  /external/skqp/src/core/
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
381 struct DrawTextOnPath final : Op {
382 static const auto kType = Type::DrawTextOnPath;
383 DrawTextOnPath(size_t bytes, const SkPath& path,
393 c->drawTextOnPath(pod<void>(this), bytes, path, &matrix, paint);
655 void SkLiteDL::drawTextOnPath(const void* text, size_t bytes,
657 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint);

Completed in 62 milliseconds