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

/frameworks/base/libs/hwui/
H A DRecordedOp.h63 * may be because they need to be transformed into other op types (e.g. CirclePropsOp),
78 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)

Completed in 52 milliseconds