Searched refs:dst32Storage (Results 1 – 3 of 3) sorted by relevance
/external/skqp/gm/ |
D | composeshader.cpp | 232 SkTDArray<uint32_t> dst32Storage; variable 233 dst32Storage.setCount(width * height * sizeof(int32_t)); 237 dst32Storage[y * width + x] = SkPackARGB32(0xFF, x, y, 0); 248 skBitmap.installPixels(imageInfo, dst32Storage.begin(), width * sizeof(int32_t),
|
/external/skia/gm/ |
D | composeshader.cpp | 254 SkTDArray<uint32_t> dst32Storage; local 255 dst32Storage.setCount(width * height * sizeof(int32_t)); 259 dst32Storage[y * width + x] = SkPackARGB32(0xFF, x, y, 0); 270 skBitmap.installPixels(imageInfo, dst32Storage.begin(), width * sizeof(int32_t),
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 624 std::unique_ptr<uint32_t, FxFreeDeleter>& dst32Storage, in Upsample() argument 658 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 659 SkPMColor* dst32Pixels = dst32Storage.get(); in Upsample() 674 buffer = dst32Storage.get(); in Upsample() 680 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height)); in Upsample() 681 uint32_t* dst32Pixels = dst32Storage.get(); in Upsample() 691 buffer = dst32Storage.get(); in Upsample() 2481 std::unique_ptr<uint32_t, FxFreeDeleter> dst32Storage; in StartDIBits() local 2484 if (!Upsample(pSource, dst8Storage, dst32Storage, &skBitmap, &width, &height, in StartDIBits()
|