Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DDisplayListOps.in45 X(DrawTextBlob)
H A DRecordingCanvas.cpp385 struct DrawTextBlob final : Op { struct
386 static const auto kType = Type::DrawTextBlob; argument
387 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
733 this->push<DrawTextBlob>(0, blob, x, y, paint); in drawTextBlob()
854 constexpr color_transform_fn colorTransformForOp<DrawTextBlob>() { in colorTransformForOp()
856 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()