OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willClip
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
RevealClip.h
46
bool
willClip
() const {
Outline.h
107
bool
willClip
() const {
114
return
willClip
() && MathUtils::isPositive(mRadius);
RenderProperties.cpp
159
if (getRevealClip().
willClip
()) {
170
} else if (outline.
willClip
()) {
RenderNode.cpp
202
if (revealClip.
willClip
()) {
651
if (mProperties.getRevealClip().
willClip
()) {
655
} else if (mProperties.getOutline().
willClip
()) {
[
all
...]
RenderProperties.h
174
|| CC_UNLIKELY(getRevealClip().
willClip
())
FrameBuilder.cpp
268
if (properties.getRevealClip().
willClip
()) {
273
} else if (properties.getOutline().
willClip
()) {
[
all
...]
Completed in 50 milliseconds