Home
last modified time | relevance | path

Searched refs:dst8Storage (Results 1 – 3 of 3) sorted by relevance

/external/skqp/gm/
Dcomposeshader.cpp230 SkTDArray<uint8_t> dst8Storage; variable
231 dst8Storage.setCount(width * height);
236 dst8Storage[y * width + x] = (y + x) / 2;
252 skMask.installPixels(imageInfo, dst8Storage.begin(), width, nullptr, nullptr);
/external/skia/gm/
Dcomposeshader.cpp230 SkTDArray<uint8_t> dst8Storage; variable
231 dst8Storage.setCount(width * height);
236 dst8Storage[y * width + x] = (y + x) / 2;
252 skMask.installPixels(imageInfo, dst8Storage.begin(), width, nullptr, nullptr);
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp569 std::unique_ptr<uint8_t, FxFreeDeleter>& dst8Storage, in Upsample() argument
588 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height)); in Upsample()
589 uint8_t* dst8Pixels = dst8Storage.get(); in Upsample()
597 buffer = dst8Storage.get(); in Upsample()
2349 std::unique_ptr<uint8_t, FxFreeDeleter> dst8Storage; in StartDIBits() local
2353 if (!Upsample(pSource, dst8Storage, dst32Storage, &skBitmap, &width, &height, in StartDIBits()