Searched refs:dstPixmap (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
D | SkBlitBWMaskTemplate.h | 25 static void SK_BLITBWMASK_NAME(const SkPixmap& dstPixmap, const SkMask& srcMask, in SK_BLITBWMASK_NAME() argument 33 size_t bitmap_rowBytes = dstPixmap.rowBytes(); in SK_BLITBWMASK_NAME() 41 SK_BLITBWMASK_DEVTYPE* device = dstPixmap.SK_BLITBWMASK_GETADDR(cx, cy); in SK_BLITBWMASK_NAME()
|
/third_party/skia/docs/examples/ |
D | Image_readPixels.cpp | 16 SkPixmap dstPixmap(info, &dstPixels.front(), width * 4); in draw() local 18 bitmap.installPixels(dstPixmap); in draw()
|
D | Bitmap_readPixels.cpp | 24 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2); in draw() local 25 bitmap.installPixels(dstPixmap); in draw()
|
D | Pixmap_readPixels.cpp | 27 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2); in draw() local 28 bitmap.installPixels(dstPixmap); in draw()
|
/third_party/skia/tests/ |
D | ReadPixelsTest.cpp | 446 SkPixmap dstPixmap(dstInfo, dstPixels, dstInfo.minRowBytes()); in test_conversion() local 447 bool success = src->readPixels(nullptr, dstPixmap, 0, 0); in test_conversion()
|