OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLockPixelsAreWritable
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h
45
virtual bool
onLockPixelsAreWritable
() const SK_OVERRIDE { return false; }
SkDiscardablePixelRef.h
24
virtual bool
onLockPixelsAreWritable
() const SK_OVERRIDE { return false; }
/external/skia/src/lazy/
SkCachingPixelRef.h
45
virtual bool
onLockPixelsAreWritable
() const SK_OVERRIDE { return false; }
SkDiscardablePixelRef.h
24
virtual bool
onLockPixelsAreWritable
() const SK_OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
LazyDecodingPixelRef.h
68
virtual bool
onLockPixelsAreWritable
() const;
LazyDecodingPixelRef.cpp
98
bool LazyDecodingPixelRef::
onLockPixelsAreWritable
() const
/external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h
19
* Since it has a copy, it always returns false for
onLockPixelsAreWritable
().
30
virtual bool
onLockPixelsAreWritable
() const; // return false;
/external/skia/include/gpu/
SkGrPixelRef.h
19
* Since it has a copy, it always returns false for
onLockPixelsAreWritable
().
30
virtual bool
onLockPixelsAreWritable
() const; // return false;
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
259
virtual bool
onLockPixelsAreWritable
() const;
/external/skia/include/core/
SkPixelRef.h
259
virtual bool
onLockPixelsAreWritable
() const;
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
216
return this->
onLockPixelsAreWritable
();
219
bool SkPixelRef::
onLockPixelsAreWritable
() const {
/external/skia/src/core/
SkPixelRef.cpp
216
return this->
onLockPixelsAreWritable
();
219
bool SkPixelRef::
onLockPixelsAreWritable
() const {
/external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp
44
bool SkROLockPixelsPixelRef::
onLockPixelsAreWritable
() const {
/external/skia/src/gpu/
SkGrPixelRef.cpp
44
bool SkROLockPixelsPixelRef::
onLockPixelsAreWritable
() const {
Completed in 52 milliseconds