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

  /external/skia/src/core/
SkRecords.h 76 M(DrawTextOnPath) \
319 RECORD(DrawTextOnPath, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
372 struct DrawTextOnPath final : Op {
373 static const auto kType = Type::DrawTextOnPath;
374 DrawTextOnPath(size_t bytes, const SkPath& path,
384 c->drawTextOnPath(pod<void>(this), bytes, path, &matrix, paint);
637 void SkLiteDL::drawTextOnPath(const void* text, size_t bytes,
639 void* pod = this->push<DrawTextOnPath>(bytes, bytes, path, matrix, paint);
SkRecordDraw.cpp 123 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint));
495 Bounds bounds(const DrawTextOnPath& op) const {
SkRecorder.cpp 278 APPEND(DrawTextOnPath,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 241 case kDrawTextOnPath_OpType: return "DrawTextOnPath";
295 INSTALL_FACTORY(DrawTextOnPath);
    [all...]

Completed in 365 milliseconds