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

  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.h 24 void* fPixels;
28 const void* fPixels;
30 // Guaranteed to work even if src.fPixels and dst.fPixels are the same
SkMipMap.h 21 void* fPixels;
SkConfig8888.cpp 95 if (fPixels == dst->fPixels) {
117 uint32_t* dstP = static_cast<uint32_t*>(dst->fPixels);
118 const uint32_t* srcP = static_cast<const uint32_t*>(fPixels);
155 dstPI.fPixels = dstPixels;
161 srcPI.fPixels = srcPixels;
SkPixelRef.cpp 129 fRec.fPixels = pixels;
172 if (fRec.fPixels) {
SkMallocPixelRef.cpp 188 rec->fPixels = fStorage;
SkBitmap.cpp 61 fPixels = NULL;
81 SkTSwap(fPixels, other.fPixels);
166 fPixels = p;
170 fPixels = NULL;
388 fPixels = NULL;
    [all...]
SkMipMap.cpp 185 levels[i].fPixels = addr;
SkResourceCache.cpp 112 rec->fPixels = fDM->data();
  /external/chromium_org/third_party/skia/debugger/QT/
SkImageWidget.h 42 char fPixels[kImageWidgetHeight * 4 * kImageWidgetWidth];
SkImageWidget.cpp 21 fSurface = SkSurface::NewRasterDirect(info, fPixels, 4 * kImageWidgetWidth);
41 QImage image((uchar*) fPixels,
  /external/chromium_org/third_party/skia/tests/
MipMapTest.cpp 42 REPORTER_ASSERT(reporter, level.fPixels);
47 if (prevLevel.fPixels) {
ImageDecodingTest.cpp 762 SingleAllocator(void* p, size_t s) : fPixels(p), fSize(s) { }
764 // If the pixels in fPixels are big enough, use them.
768 bm->setPixels(fPixels, ct);
769 fPixels = NULL;
775 bool ready() { return fPixels != NULL; }
777 void* fPixels;
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 65 void* pixels() const { return fRec.fPixels; }
78 void* fPixels;
85 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 139 void* getPixels() const { return fPixels; }
737 mutable void* fPixels;
    [all...]
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardablePixelRef.cpp 42 rec->fPixels = fDiscardableMemory->data();
89 rec->fPixels = pixels;
SkCachingPixelRef.cpp 69 rec->fPixels = pixels;
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 107 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 40 rec->fPixels = fBitmap.getPixels();
SkGr.cpp 54 dstPI.fPixels = buffer;
60 srcPI.fPixels = ctable->lockColors();
GrContext.cpp     [all...]

Completed in 461 milliseconds