OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPixelRef
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
104
SkSafeRef(src.
fPixelRef
);
115
if (NULL ==
fPixelRef
) {
137
SkTSwap(
fPixelRef
, other.
fPixelRef
);
343
if (NULL !=
fPixelRef
) {
345
SkASSERT(
fPixelRef
->isLocked());
347
void* p =
fPixelRef
->pixels();
352
SkRefCnt_SafeAssign(fColorTable,
fPixelRef
->colorTable());
412
if (
fPixelRef
!= pr || fPixelRefOffset != offset) {
413
if (
fPixelRef
!= pr)
[
all
...]
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/
SkBitmap.cpp
104
SkSafeRef(src.
fPixelRef
);
115
if (NULL ==
fPixelRef
) {
137
SkTSwap(
fPixelRef
, other.
fPixelRef
);
343
if (NULL !=
fPixelRef
) {
345
SkASSERT(
fPixelRef
->isLocked());
347
void* p =
fPixelRef
->pixels();
352
SkRefCnt_SafeAssign(fColorTable,
fPixelRef
->colorTable());
412
if (
fPixelRef
!= pr || fPixelRefOffset != offset) {
413
if (
fPixelRef
!= pr)
[
all
...]
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/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()
Completed in 35 milliseconds