Home
last modified time | relevance | path

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

/external/skia/gm/
Dcomposeshader.cpp227 SkTDArray<uint8_t> dst8Storage; variable
228 dst8Storage.setCount(width * height);
233 dst8Storage[y * width + x] = (y + x) / 2;
249 skMask.installPixels(imageInfo, dst8Storage.begin(), width, nullptr, nullptr);
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp562 std::unique_ptr<uint8_t, FxFreeDeleter>& dst8Storage, in Upsample() argument
582 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height)); in Upsample()
583 uint8_t* dst8Pixels = dst8Storage.get(); in Upsample()
591 buffer = dst8Storage.get(); in Upsample()
1977 std::unique_ptr<uint8_t, FxFreeDeleter> dst8Storage; in StartDIBits() local
1981 if (!Upsample(pSource, dst8Storage, dst32Storage, &ct, &skBitmap, &width, in StartDIBits()