OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onIsLazyGenerated
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/image/
SkImage_Base.h
56
virtual bool
onIsLazyGenerated
() const { return false; }
/external/skia/include/core/
SkPixelRef.h
272
bool isLazyGenerated() const { return this->
onIsLazyGenerated
(); }
327
virtual bool
onIsLazyGenerated
() const { return false; }
Completed in 55 milliseconds