Home
last modified time | relevance | path

Searched refs:dstPixmap (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tests/
DReadPixelsTest.cpp623 SkPixmap dstPixmap(dstInfo, dstPixels, dstInfo.minRowBytes()); in test_conversion() local
624 bool success = src->readPixels(dstPixmap, 0, 0); in test_conversion()
/external/skia/tests/
DReadPixelsTest.cpp623 SkPixmap dstPixmap(dstInfo, dstPixels, dstInfo.minRowBytes()); in test_conversion() local
624 bool success = src->readPixels(dstPixmap, 0, 0); in test_conversion()
/external/skia/docs/
DSkPixmap_Reference.bmh1253 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2);
1254 bitmap.installPixels(dstPixmap);
DSkImage_Reference.bmh1232 SkPixmap dstPixmap(info, &dstPixels.front(), width * 4);
1234 bitmap.installPixels(dstPixmap);
DSkBitmap_Reference.bmh2284 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2);
2285 bitmap.installPixels(dstPixmap);
/external/skqp/docs/
DSkPixmap_Reference.bmh1253 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2);
1254 bitmap.installPixels(dstPixmap);
DSkImage_Reference.bmh1252 SkPixmap dstPixmap(info, &dstPixels.front(), width * 4);
1254 bitmap.installPixels(dstPixmap);
DSkBitmap_Reference.bmh2284 SkPixmap dstPixmap(dstInfo, &dstPixels.front(), width * 2);
2285 bitmap.installPixels(dstPixmap);