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

1 2 3 4 5 6

  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 22 uint32_t* pixels = reinterpret_cast<uint32_t*>(bmp.getPixels());
79 sk_bzero(readBmp1.getPixels(), readBmp1.getSafeSize());
80 sk_bzero(readBmp2.getPixels(), readBmp2.getSafeSize());
90 reinterpret_cast<uint32_t*>(readBmp1.getPixels());
92 reinterpret_cast<uint32_t*>(readBmp2.getPixels());
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 23 char* dst = (char*)fDevice.getPixels() + y * dstRB + (x << fDstShift);
24 const char* src = (const char*)fSource.getPixels() + (y - fTop) * srcRB + ((x - fLeft) << fSrcShift);
SkBitmap_scroll.cpp 75 if (this->getPixels() == NULL) {
79 char* dst = (char*)this->getPixels();
SkConfig8888.h 70 const uint32_t* srcPixels = reinterpret_cast<uint32_t*>(srcBmp.getPixels());
84 uint32_t* dstPixels = reinterpret_cast<uint32_t*>(dstBmp.getPixels());
SkBitmapProcState_sample.h 36 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
79 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
133 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
179 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
SkBitmap.cpp 469 dst == NULL || (getPixels() == NULL && pixelRef() == NULL))
481 memcpy(dst, getPixels(), safeSize);
494 const uint8_t* srcP = reinterpret_cast<const uint8_t*>(getPixels());
582 char* base = (char*)this->getPixels();
651 (const SkBitmap::RLEPixels*)this->getPixels();
793 if (this->getPixels() == NULL) {
800 if (NULL == bm.getPixels()) {
804 const RLEPixels* rle = (const RLEPixels*)this->getPixels();
925 memcpy(tmpDst.getPixels(), src->getPixels(), src->getSafeSize())
    [all...]
  /external/skia/src/images/
SkImageRef.cpp 106 if (NULL != fBitmap.getPixels() ||
112 SkASSERT(fBitmap.getPixels() == NULL);
149 if (NULL == fBitmap.getPixels()) {
156 return fBitmap.getPixels();
167 if (fBitmap.getPixels()) {
SkImageRefPool.cpp 62 if (!ref->isLocked() && ref->fBitmap.getPixels()) {
78 SkASSERT(NULL == ref->fBitmap.getPixels());
  /external/skia/samplecode/
SampleImage.cpp 86 SkDebugf("<%s> addr=%p", gNames[i], bm.getPixels());
88 SkDebugf(" addr=%d", bm.getPixels());
91 SkDebugf(" addr=%p", bm.getPixels());
93 SkDebugf(" addr=%d", bm.getPixels());
  /external/skia/src/gpu/
SkGr.cpp 43 memcpy(dst, bitmap.getPixels(), bitmap.getSize());
48 const char* src = (const char*)bitmap.getPixels();
118 bitmap->getPixels(),
126 bitmap->getPixels(),
SkGrTexturePixelRef.cpp 38 return fBitmap.getPixels();
115 void* buffer = dst->getPixels();
172 void* buffer = dst->getPixels();
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 147 EXPECT_NE(dragImage->getPixels(), testImage->nativeImageForCurrentFrame()->getPixels());
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 14 memcpy(dst, bm.getPixels(), bm.getSize());
18 const uint8_t* src = (const uint8_t*)bm.getPixels();
73 bm.getPixels(),
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 62 b1.getPixels(pixels1, 0, w, 0, 0, w, h);
63 b2.getPixels(pixels2, 0, w, 0, 0, w, h);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 396 int* firstPixelPtr = static_cast<int*> (bitmap.getPixels());
412 char* rgbaPtr = static_cast<char*>(bitmap.getPixels());
487 if (!bitmap.getPixels())
503 uint8_t* bitmapOrigin = static_cast<uint8_t*>(bitmap.getPixels());
530 0, internalformat, type, bitmap.getPixels());
538 " internalformat 0x%x, type 0x%x, bitmap.getPixels() %p",
540 bitmap.getPixels());
558 internalformat, type, bitmap.getPixels());
561 internalformat, type, bitmap.getPixels());
570 " internalformat 0x%x, type 0x%x, bitmap.getPixels() %p"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 82 return packPixels(reinterpret_cast<const uint8_t*>(skiaImage->getPixels()),
  /frameworks/base/libs/hwui/
TextureCache.cpp 241 GL_UNSIGNED_BYTE, bitmap->getPixels());
246 GL_UNSIGNED_SHORT_5_6_5, bitmap->getPixels());
251 GL_UNSIGNED_BYTE, bitmap->getPixels());
252 // Do this after calling getPixels() to make sure Skia's deferred
284 GL_UNSIGNED_BYTE, rgbaBitmap.getPixels());
  /frameworks/base/native/graphics/jni/
bitmap.cpp 69 void* addr = bm->getPixels();
  /external/skia/gm/
gammatext.cpp 41 NULL == bm.getPixels()) {
45 CGContextRef cg = CGBitmapContextCreate(bm.getPixels(), bm.width(), bm.height(),
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 29 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
120 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 73 m_pixels = static_cast<uint8_t*>(m_bitmap->getPixels());
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 82 memset(bitmap.getPixels(), 'A', bitmap.getSize());
96 EXPECT_EQ(memcmp(bitmap.getPixels(), output.getPixels(), bitmap.getSize()),
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 188 if (bitmap.getPixels() == NULL && bitmap.pixelRef() == NULL) {
192 bitmap.getPixels(), bitmap.pixelRef());
242 if (origBitmap.getPixels() == NULL && origBitmap.pixelRef() == NULL)
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 204 mTestBitmaps[0].getPixels(argb, 0, stride, 0, 0, width, height);
240 bitmap.getPixels(argb, 0, stride, 0, 0, width, height);
356 expected.getPixels(expColors, 0, width, 0, 0, width, height);
359 actual.getPixels(actualColors, 0, width, 0, 0, width, height);
398 mTestBitmaps[0].getPixels(argb, 0, WIDTH, 0, 0, WIDTH, HEIGHT);
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 85 void* dst = dstBitmap.getPixels();
406 memcpy(bitmap->getPixels(), blob.data(), size);
454 const void* pSrc = bitmap->getPixels();
476 if (dst->getPixels() == NULL && src->getPixels() != NULL) {
541 if (NULL == bitmap->getPixels()) {
564 const void* src = bitmap->getPixels();
577 void* dst = bitmap->getPixels();
599 if (NULL == bm0->getPixels() || NULL == bm1->getPixels()) {
    [all...]

Completed in 771 milliseconds

1 2 3 4 5 6