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

/frameworks/base/libs/hwui/
H A DBakedOpState.h44 const BakedOpState*const* states;
104 class BakedOpState { class in namespace:android::uirenderer
106 static BakedOpState* tryConstruct(LinearAllocator& allocator,
109 static BakedOpState* tryConstructUnbounded(LinearAllocator& allocator,
119 static BakedOpState* tryStrokeableOpConstruct(LinearAllocator& allocator,
123 static BakedOpState* tryShadowOpConstruct(LinearAllocator& allocator,
126 static BakedOpState* directConstruct(LinearAllocator& allocator,
143 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, function in class:android::uirenderer::BakedOpState
151 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, const RecordedOp& recordedOp) function in class:android::uirenderer::BakedOpState
157 BakedOpState(LinearAllocato function in class:android::uirenderer::BakedOpState
163 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) function in class:android::uirenderer::BakedOpState
[all...]

Completed in 38 milliseconds