HomeSort by relevance Sort by last modified time
    Searched refs:fPixels (Results 1 - 25 of 43) 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 144 fRec.fPixels = pixels;
204 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 144 fRec.fPixels = pixels;
204 if (fRec.fPixels) {
  /external/chromium_org/third_party/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/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 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; }
774 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/WebKit/Source/platform/graphics/test/
MockDiscardablePixelRef.h 71 rec->fPixels = m_lockedMemory;
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardablePixelRef.cpp 42 rec->fPixels = fDiscardableMemory->data();
89 rec->fPixels = pixels;
SkCachingPixelRef.cpp 87 rec->fPixels = pixels;
  /external/skia/src/lazy/
SkDiscardablePixelRef.cpp 42 rec->fPixels = fDiscardableMemory->data();
89 rec->fPixels = pixels;
SkCachingPixelRef.cpp 87 rec->fPixels = pixels;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 99 rec->fPixels = m_lockedMemory;
LazyDecodingPixelRef.cpp 85 rec->fPixels = m_lockedImageResource->bitmap().getAddr(0, 0);

Completed in 2735 milliseconds

1 2