Home
last modified time | relevance | path

Searched refs:tryStrokeableOpConstruct (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DBakedOpStateTests.cpp216 TEST(BakedOpState, tryStrokeableOpConstruct) { in TEST() argument
226 auto bakedState = BakedOpState::tryStrokeableOpConstruct( in TEST()
241 auto bakedState = BakedOpState::tryStrokeableOpConstruct( in TEST()
256 auto bakedState = BakedOpState::tryStrokeableOpConstruct( in TEST()
/frameworks/base/libs/hwui/
DBakedOpState.h116 static BakedOpState* tryStrokeableOpConstruct(LinearAllocator& allocator, Snapshot& snapshot,
DBakedOpState.cpp132 BakedOpState* BakedOpState::tryStrokeableOpConstruct(LinearAllocator& allocator, Snapshot& snapshot, in tryStrokeableOpConstruct() function in android::uirenderer::BakedOpState
DFrameBuilder.cpp554 BakedOpState* bakedState = BakedOpState::tryStrokeableOpConstruct( in deferStrokeableOp()
731 BakedOpState* bakedState = BakedOpState::tryStrokeableOpConstruct( in deferTextOp()