OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPixelRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkBitmap.h
91
bool isNull() const { return NULL ==
fPixelRef
; }
333
SkPixelRef* pixelRef() const { return
fPixelRef
; }
648
mutable SkPixelRef*
fPixelRef
;
652
// or a cache of the returned value from
fPixelRef
->lockPixels()
/external/skia/include/core/
SkBitmap.h
91
bool isNull() const { return NULL ==
fPixelRef
; }
333
SkPixelRef* pixelRef() const { return
fPixelRef
; }
648
mutable SkPixelRef*
fPixelRef
;
652
// or a cache of the returned value from
fPixelRef
->lockPixels()
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
79
AutoCheckLockCountBalance(const SkBitmap& bm) :
fPixelRef
(bm.pixelRef()) {
80
fLockCount =
fPixelRef
?
fPixelRef
->getLockCount() : 0;
83
const int count =
fPixelRef
?
fPixelRef
->getLockCount() : 0;
88
const SkPixelRef*
fPixelRef
;
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
79
AutoCheckLockCountBalance(const SkBitmap& bm) :
fPixelRef
(bm.pixelRef()) {
80
fLockCount =
fPixelRef
?
fPixelRef
->getLockCount() : 0;
83
const int count =
fPixelRef
?
fPixelRef
->getLockCount() : 0;
88
const SkPixelRef*
fPixelRef
;
[
all
...]
Completed in 30 milliseconds