OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fColorTable
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
89
fColorTable
= NULL; // we do not track ownership of this
100
fColorTable
= NULL; // we do not track ownership of this
114
fColorTable
= NULL; // we do not track ownership of this
127
fColorTable
= NULL; // we do not track ownership of this
156
fColorTable
= ctable;
186
fPixels = this->onLockPixels(&
fColorTable
);
189
fColorTable
= NULL;
207
fColorTable
= NULL;
209
SkASSERT(NULL ==
fColorTable
);
SkBitmap.cpp
117
SkSafeRef(
fColorTable
); // ref the user's ctable if present
121
fColorTable
= NULL;
136
SkTSwap(
fColorTable
, other.
fColorTable
);
352
SkRefCnt_SafeAssign(
fColorTable
, fPixelRef->colorTable());
356
if (
fColorTable
) {
357
fColorTable
->unref();
358
fColorTable
= NULL;
488
if (
fColorTable
) {
489
fColorTable
->unref()
[
all
...]
/external/skia/src/core/
SkPixelRef.cpp
89
fColorTable
= NULL; // we do not track ownership of this
100
fColorTable
= NULL; // we do not track ownership of this
114
fColorTable
= NULL; // we do not track ownership of this
127
fColorTable
= NULL; // we do not track ownership of this
156
fColorTable
= ctable;
186
fPixels = this->onLockPixels(&
fColorTable
);
189
fColorTable
= NULL;
207
fColorTable
= NULL;
209
SkASSERT(NULL ==
fColorTable
);
SkBitmap.cpp
117
SkSafeRef(
fColorTable
); // ref the user's ctable if present
121
fColorTable
= NULL;
136
SkTSwap(
fColorTable
, other.
fColorTable
);
352
SkRefCnt_SafeAssign(
fColorTable
, fPixelRef->colorTable());
356
if (
fColorTable
) {
357
fColorTable
->unref();
358
fColorTable
= NULL;
488
if (
fColorTable
) {
489
fColorTable
->unref()
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
74
SkColorTable* colorTable() const { return
fColorTable
; }
308
SkColorTable*
fColorTable
; // we do not track ownership, subclass does
SkBitmap.h
370
(this->config() != kIndex8_Config || NULL !=
fColorTable
);
382
SkColorTable* getColorTable() const { return
fColorTable
; }
654
mutable SkColorTable*
fColorTable
; // only meaningful for kIndex8
810
SkASSERT(
fColorTable
);
811
return (*
fColorTable
)[*((const uint8_t*)fPixels + y * fRowBytes + x)];
/external/skia/include/core/
SkPixelRef.h
74
SkColorTable* colorTable() const { return
fColorTable
; }
308
SkColorTable*
fColorTable
; // we do not track ownership, subclass does
SkBitmap.h
370
(this->config() != kIndex8_Config || NULL !=
fColorTable
);
382
SkColorTable* getColorTable() const { return
fColorTable
; }
654
mutable SkColorTable*
fColorTable
; // only meaningful for kIndex8
810
SkASSERT(
fColorTable
);
811
return (*
fColorTable
)[*((const uint8_t*)fPixels + y * fRowBytes + x)];
Completed in 31 milliseconds