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

/frameworks/base/libs/hwui/
H A DRecordedOp.h93 UNMERGEABLE_OP_FN(ColorOp) \
260 struct ColorOp : RecordedOp { struct in namespace:android::uirenderer
262 ColorOp(const ClipBase* localClip, int color, SkXfermode::Mode mode) function in struct:android::uirenderer::ColorOp
263 : RecordedOp(RecordedOpId::ColorOp, Rect(), Matrix4::identity(), localClip, nullptr)

Completed in 2061 milliseconds