Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOps.in46 X(DrawTextBlob)
DRecordingCanvas.cpp453 struct DrawTextBlob final : Op { struct
454 static const auto kType = Type::DrawTextBlob; argument
455 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
769 if constexpr (!std::is_same_v<T, DrawTextBlob>) { in push()
905 this->push<DrawTextBlob>(0, blob, x, y, paint); in drawTextBlob()
1036 constexpr color_transform_fn colorTransformForOp<DrawTextBlob>() { in colorTransformForOp()
1038 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()