Searched refs:DrawTextBlob (Results 1 – 12 of 12) 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() function 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() 113 CASE(DrawTextBlob); in detachAsPicture() 133 CASE(DrawTextBlob); in flushAndReset()
|
D | SkMiniRecorder.h | 53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
|
D | SkRecords.h | 73 M(DrawTextBlob) \ 301 RECORD(DrawTextBlob, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
|
D | SkLiteDL.cpp | 59 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()
|
D | SkRecordDraw.cpp | 133 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint)); 447 Bounds bounds(const DrawTextBlob& op) const { in bounds()
|
D | SkRecorder.cpp | 277 this->append<SkRecords::DrawTextBlob>(paint, sk_ref_sp(blob), x, y); in onDrawTextBlob()
|