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

1 2

  /external/skia/src/core/
SkConfig8888.h 20 void* fPixels;
24 const void* fPixels;
26 // Guaranteed to work even if src.fPixels and dst.fPixels are the same
SkMipMap.h 21 void* fPixels;
SkConfig8888.cpp 85 if (fPixels == dst->fPixels) {
107 uint32_t* dstP = static_cast<uint32_t*>(dst->fPixels);
108 const uint32_t* srcP = static_cast<const uint32_t*>(fPixels);
SkPixelRef.cpp 157 fRec.fPixels = pixels;
217 if (fRec.fPixels) {
  /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;
  /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/skia/debugger/QT/
SkImageWidget.h 42 char fPixels[kImageWidgetHeight * 4 * kImageWidgetWidth];
SkImageWidget.cpp 25 fSurface = SkSurface::NewRasterDirect(info, fPixels, 4 * kImageWidgetWidth);
45 QImage image((uchar*) fPixels,
  /external/chromium_org/third_party/skia/tests/
MipMapTest.cpp 42 REPORTER_ASSERT(reporter, level.fPixels);
47 if (prevLevel.fPixels) {
  /external/skia/tests/
MipMapTest.cpp 42 REPORTER_ASSERT(reporter, level.fPixels);
47 if (prevLevel.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/skia/include/core/
SkPixelRef.h 64 void* pixels() const { return fRec.fPixels; }
77 void* fPixels;
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 165 void* getPixels() const { return fPixels; }
752 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;
  /external/skia/src/lazy/
SkDiscardablePixelRef.cpp 42 rec->fPixels = fDiscardableMemory->data();
89 rec->fPixels = pixels;
SkCachingPixelRef.cpp 87 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();

Completed in 839 milliseconds

1 2