Searched refs:DrawTextBlob (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/core/ |
D | SkMiniRecorder.cpp | 43 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()
|
D | SkMiniRecorder.h | 53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
|
D | SkRecords.h | 72 M(DrawTextBlob) \ 298 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 59 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()
|
D | SkRecordDraw.cpp | 129 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint)); 442 Bounds bounds(const DrawTextBlob& op) const { in bounds()
|
D | SkRecorder.cpp | 273 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 43 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()
|
D | SkMiniRecorder.h | 54 sizeof(SkRecords::DrawTextBlob)>::val>::val;
|
D | SkRecords.h | 76 M(DrawTextBlob) \ 291 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
|
D | SkRecordDraw.cpp | 134 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint)); 453 Bounds bounds(const DrawTextBlob& op) const { in bounds()
|
D | SkRecorder.cpp | 234 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()
|