HomeSort by relevance Sort by last modified time
    Searched refs:fPixels (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkMipMap.h 21 void* fPixels;
SkPixelRef.cpp 88 fPixels = NULL;
99 fPixels = NULL;
113 fPixels = NULL;
126 fPixels = NULL;
155 fPixels = pixels;
186 fPixels = this->onLockPixels(&fColorTable);
188 if (NULL == fPixels) {
204 if (fPixels) {
206 fPixels = NULL;
SkBitmap.cpp 32 void* fPixels;
116 // leave fPixels as it is
120 fPixels = NULL;
141 SkTSwap(fPixels, other.fPixels);
351 fPixels = p;
355 fPixels = NULL;
502 fPixels = NULL;
    [all...]
SkMipMap.cpp 191 levels[i].fPixels = addr;
SkBitmapProcState.cpp 283 fScaledBitmap.setPixels(level.fPixels);
    [all...]
  /external/skia/src/core/
SkMipMap.h 21 void* fPixels;
SkPixelRef.cpp 88 fPixels = NULL;
99 fPixels = NULL;
113 fPixels = NULL;
126 fPixels = NULL;
155 fPixels = pixels;
186 fPixels = this->onLockPixels(&fColorTable);
188 if (NULL == fPixels) {
204 if (fPixels) {
206 fPixels = NULL;
SkBitmap.cpp 32 void* fPixels;
116 // leave fPixels as it is
120 fPixels = NULL;
141 SkTSwap(fPixels, other.fPixels);
351 fPixels = p;
355 fPixels = NULL;
502 fPixels = NULL;
    [all...]
SkMipMap.cpp 191 levels[i].fPixels = addr;
SkBitmapProcState.cpp 283 fScaledBitmap.setPixels(level.fPixels);
    [all...]
  /external/skia/tests/
MipMapTest.cpp 44 REPORTER_ASSERT(reporter, level.fPixels);
49 if (prevLevel.fPixels) {
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 138 void* getPixels() const { return fPixels; }
653 mutable void* fPixels;
786 SkASSERT(fPixels);
789 return (uint32_t*)((char*)fPixels + y * fRowBytes + (x << 2));
793 SkASSERT(fPixels);
796 return (uint16_t*)((char*)fPixels + y * fRowBytes + (x << 1));
800 SkASSERT(fPixels);
803 return (uint8_t*)fPixels + y * fRowBytes + x;
807 SkASSERT(fPixels);
811 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)]
    [all...]
SkPixelRef.h 70 void* pixels() const { return fPixels; }
307 void* fPixels;
  /external/skia/include/core/
SkBitmap.h 138 void* getPixels() const { return fPixels; }
653 mutable void* fPixels;
786 SkASSERT(fPixels);
789 return (uint32_t*)((char*)fPixels + y * fRowBytes + (x << 2));
793 SkASSERT(fPixels);
796 return (uint16_t*)((char*)fPixels + y * fRowBytes + (x << 1));
800 SkASSERT(fPixels);
803 return (uint8_t*)fPixels + y * fRowBytes + x;
807 SkASSERT(fPixels);
811 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)]
    [all...]
SkPixelRef.h 70 void* pixels() const { return fPixels; }
307 void* fPixels;
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 107 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {

Completed in 105 milliseconds