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

/frameworks/base/libs/hwui/
H A DRecordedOp.h62 * may be because they need to be transformed into other op types (e.g. CirclePropsOp),
77 PRE_RENDER_OP_FN(CirclePropsOp) \
248 struct CirclePropsOp : RecordedOp { struct in namespace:android::uirenderer
249 CirclePropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, function in struct:android::uirenderer::CirclePropsOp
251 : RecordedOp(RecordedOpId::CirclePropsOp, Rect(), localMatrix, localClip, paint)
H A DRecordingCanvas.cpp405 addOp(alloc().create_trivial<CirclePropsOp>(
H A DFrameBuilder.cpp646 void FrameBuilder::deferCirclePropsOp(const CirclePropsOp& op) {

Completed in 38 milliseconds