OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDrawable
(Results
1 - 12
of
12
) sorted by null
/external/skia/src/animator/
SkADrawable.cpp
16
bool SkADrawable::
isDrawable
() const {
SkADrawable.h
24
virtual bool
isDrawable
() const;
SkDisplayAdd.h
33
bool
isDrawable
() const override;
SkDisplayAdd.cpp
53
SkASSERT(use->
isDrawable
());
110
if (use->
isDrawable
()) {
195
bool SkAdd::
isDrawable
() const {
197
where == nullptr && use != nullptr && use->
isDrawable
();
SkDrawGroup.cpp
54
// SkASSERT(child->
isDrawable
());
98
if (drawable->
isDrawable
() == false)
110
if (drawable->
isDrawable
() == false)
222
if (drawable->
isDrawable
() == false)
287
if (drawable->
isDrawable
() == false)
SkDisplayable.h
75
virtual bool
isDrawable
() const;
SkDisplayApply.cpp
189
if (scope->isApply() || scope->
isDrawable
() == false)
199
// if (scope->
isDrawable
())
289
bool enableMe = scope && (scope->hasEnable() || scope->isApply() || scope->
isDrawable
() == false);
299
return scope->isApply() || scope->
isDrawable
() == false;
314
if (scope == nullptr || scope->isApply() || scope->getType() == SkType_Movie || scope->
isDrawable
() == false) {
650
if (scope->isApply() || scope->
isDrawable
() == false)
668
if (scope != nullptr && steps >= 0 && scope->isApply() == false && scope->
isDrawable
())
681
if (scope != nullptr && steps >= 0 && anim->fTarget != scope && anim->fTarget->
isDrawable
())
SkDisplayList.cpp
44
SkASSERT(draw->
isDrawable
());
SkDisplayEvent.cpp
139
if (displayable->
isDrawable
() == false)
SkDisplayXMLParser.cpp
300
container->fDisplayable->
isDrawable
())) {
SkDisplayable.cpp
480
bool SkDisplayable::
isDrawable
() const {
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java
[
all
...]
Completed in 624 milliseconds