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

/frameworks/base/libs/hwui/
H A DRecordedOp.h95 UNMERGEABLE_OP_FN(ColorOp) \
253 struct ColorOp : RecordedOp { struct in namespace:android::uirenderer
255 ColorOp(const ClipBase* localClip, int color, SkBlendMode mode) function in struct:android::uirenderer::ColorOp
256 : RecordedOp(RecordedOpId::ColorOp, Rect(), Matrix4::identity(), localClip, nullptr)

Completed in 22 milliseconds