Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMiniRecorder.cpp43 static SkRect bounds(const DrawTextBlob& op) { in bounds()
93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob()
113 CASE(DrawTextBlob); in detachAsPicture()
133 CASE(DrawTextBlob); in flushAndReset()
DSkMiniRecorder.h53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
DSkRecords.h72 M(DrawTextBlob) \
298 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp59 M(DrawTextBlob) \
367 struct DrawTextBlob final : Op { struct
368 static const auto kType = Type::DrawTextBlob; argument
369 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
601 this->push<DrawTextBlob>(0, blob, x,y, paint); in drawTextBlob()
DSkRecordDraw.cpp129 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
442 Bounds bounds(const DrawTextBlob& op) const { in bounds()
DSkRecorder.cpp273 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()
/external/skia/src/core/
DSkMiniRecorder.cpp43 static SkRect bounds(const DrawTextBlob& op) { in bounds()
93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob()
117 CASE(DrawTextBlob) in detachAsPicture()
137 CASE(DrawTextBlob); in flushAndReset()
DSkMiniRecorder.h54 sizeof(SkRecords::DrawTextBlob)>::val>::val;
DSkRecords.h76 M(DrawTextBlob) \
291 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp134 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
453 Bounds bounds(const DrawTextBlob& op) const { in bounds()
DSkRecorder.cpp234 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()