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

/frameworks/base/libs/hwui/
H A DRecordedOp.h96 UNMERGEABLE_OP_FN(FunctorOp) \
263 struct FunctorOp : RecordedOp { struct in namespace:android::uirenderer
266 FunctorOp(const Matrix4& localMatrix, const ClipBase* localClip, Functor* functor) function in struct:android::uirenderer::FunctorOp
267 : RecordedOp(RecordedOpId::FunctorOp, Rect(), localMatrix, localClip, nullptr)

Completed in 186 milliseconds