Home
last modified time | relevance | path

Searched refs:DrawTextBlob (Results 1 – 12 of 12) 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() function
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()
113 CASE(DrawTextBlob); in detachAsPicture()
133 CASE(DrawTextBlob); in flushAndReset()
DSkMiniRecorder.h53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
DSkRecords.h73 M(DrawTextBlob) \
301 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
DSkLiteDL.cpp59 M(DrawTextBlob) \
373 struct DrawTextBlob final : Op { struct
374 static const auto kType = Type::DrawTextBlob; argument
375 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
610 this->push<DrawTextBlob>(0, blob, x,y, paint); in drawTextBlob()
DSkRecordDraw.cpp133 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
447 Bounds bounds(const DrawTextBlob& op) const { in bounds()
DSkRecorder.cpp277 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()