OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willHaveFunctor
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
RenderProperties.h
168
bool prepareForFunctorPresence(bool
willHaveFunctor
, bool ancestorDictatesFunctorsNeedLayer) {
181
mComputedFields.mNeedLayerForFunctors = (
willHaveFunctor
&& functorsNeedLayer);
RenderNode.cpp
407
bool
willHaveFunctor
= false;
409
willHaveFunctor
= !mStagingDisplayList->getFunctors().empty();
411
willHaveFunctor
= !mDisplayList->getFunctors().empty();
414
willHaveFunctor
, functorsNeedLayer);
[
all
...]
Completed in 126 milliseconds