Searched refs:RoundRectPropsOp (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DRecordedOp.h79 PRE_RENDER_OP_FN(RoundRectPropsOp) \
332 struct RoundRectPropsOp : RecordedOp { struct in namespace:android::uirenderer
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, function in struct:android::uirenderer::RoundRectPropsOp
335 : RecordedOp(RecordedOpId::RoundRectPropsOp, Rect(), localMatrix, localClip, paint)
H A DRecordingCanvas.cpp391 addOp(alloc().create_trivial<RoundRectPropsOp>(
H A DFrameBuilder.cpp654 // renderer doesn't have to handle the RoundRectPropsOp type, and so state baking is simple.
730 void FrameBuilder::deferRoundRectPropsOp(const RoundRectPropsOp& op) {
732 // renderer doesn't have to handle the RoundRectPropsOp type, and so state baking is simple.

Completed in 34 milliseconds