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

  /external/skia/src/core/
SkRecords.h 77 M(DrawTextOnPath) \
322 RECORD(DrawTextOnPath, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
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);
SkRecordDraw.cpp 125 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint));
501 Bounds bounds(const DrawTextOnPath& op) const {
SkRecorder.cpp 279 APPEND(DrawTextOnPath,
  /external/skqp/src/core/
SkRecords.h 77 M(DrawTextOnPath) \
322 RECORD(DrawTextOnPath, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
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);
SkRecordDraw.cpp 125 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint));
501 Bounds bounds(const DrawTextOnPath& op) const {
SkRecorder.cpp 279 APPEND(DrawTextOnPath,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 242 case kDrawTextOnPath_OpType: return "DrawTextOnPath";
296 INSTALL_FACTORY(DrawTextOnPath);
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 242 case kDrawTextOnPath_OpType: return "DrawTextOnPath";
296 INSTALL_FACTORY(DrawTextOnPath);
    [all...]

Completed in 1350 milliseconds