Home
last modified time | relevance | path

Searched refs:DrawTextBlob (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkMiniRecorder.cpp43 static SkRect bounds(const DrawTextBlob& op) { in bounds()
99 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob()
119 CASE(DrawTextBlob); in detachAsPicture()
139 CASE(DrawTextBlob); in flushAndReset()
DSkMiniRecorder.h53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
DSkRecords.h81 M(DrawTextBlob) \
314 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp58 M(DrawTextOnPath) M(DrawTextRSXform) M(DrawTextBlob) \
401 struct DrawTextBlob final : Op { struct
402 static const auto kType = Type::DrawTextBlob; argument
403 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
649 this->push<DrawTextBlob>(0, blob, x,y, paint); in drawTextBlob()
DSkRecordDraw.cpp122 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
519 Bounds bounds(const DrawTextBlob& op) const { in bounds()
DSkRecorder.cpp299 APPEND(DrawTextBlob, paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()
/external/skia/tools/debugger/
DSkDrawCommand.cpp297 INSTALL_FACTORY(DrawTextBlob); in fromJSON()