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

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

Completed in 50 milliseconds