Home
last modified time | relevance | path

Searched refs:ClipShader (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRecords.h73 M(ClipShader) \
243 RECORD(ClipShader, 0,
H A DSkRecordDraw.cpp128 DRAW(ClipShader, clipShader(r.shader, r.op))
315 void trackBounds(const ClipShader&) { this->pushControl(); } in trackBounds() argument
H A DSkRecorder.cpp404 this->append<SkRecords::ClipShader>(std::move(cs), op); in onClipShader()
/aosp_15_r20/frameworks/base/libs/hwui/
H A DDisplayListOps.in29 X(ClipShader)
H A DRecordingCanvas.cpp210 struct ClipShader final : Op { struct
211 static const auto kType = Type::ClipShader; argument
212 ClipShader(const sk_sp<SkShader>& shader, SkClipOp op) : shader(shader), op(op) {} in ClipShader() function
833 this->push<ClipShader>(0, shader, op); in clipShader()