OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShouldClip
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
Outline.h
103
bool
getShouldClip
() const {
RenderNode.h
218
|| (outline.
getShouldClip
() && outline.isEmpty())
RenderProperties.cpp
167
if (outline.
getShouldClip
()) {
RenderNode.cpp
193
poutline->set_should_clip(outline.
getShouldClip
());
[
all
...]
FrameBuilder.cpp
211
|| (outline.
getShouldClip
() && outline.isEmpty())
[
all
...]
/frameworks/base/core/jni/
android_view_RenderNode.cpp
387
return renderNode->stagingProperties().getOutline().
getShouldClip
();
Completed in 287 milliseconds