HomeSort by relevance Sort by last modified time
    Searched refs:RoundRectPropsOp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
RecordedOp.h 78 PRE_RENDER_OP_FN(RoundRectPropsOp) \
332 struct RoundRectPropsOp : RecordedOp {
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint,
335 : RecordedOp(RecordedOpId::RoundRectPropsOp, Rect(), localMatrix, localClip, paint)
RecordingCanvas.cpp 394 addOp(alloc().create_trivial<RoundRectPropsOp>(
FrameBuilder.cpp 648 // renderer doesn't have to handle the RoundRectPropsOp type, and so state baking is simple.
725 void FrameBuilder::deferRoundRectPropsOp(const RoundRectPropsOp& op) {
727 // renderer doesn't have to handle the RoundRectPropsOp type, and so state baking is simple.
    [all...]

Completed in 1867 milliseconds