HomeSort by relevance Sort by last modified time
    Searched refs:dst8Storage (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
composeshader.cpp 230 SkTDArray<uint8_t> dst8Storage;
231 dst8Storage.setCount(width * height);
236 dst8Storage[y * width + x] = (y + x) / 2;
252 skMask.installPixels(imageInfo, dst8Storage.begin(), width, nullptr, nullptr);
  /external/skqp/gm/
composeshader.cpp 230 SkTDArray<uint8_t> dst8Storage;
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/
fx_skia_device.cpp 569 std::unique_ptr<uint8_t, FxFreeDeleter>& dst8Storage,
588 dst8Storage.reset(FX_Alloc2D(uint8_t, width, height));
589 uint8_t* dst8Pixels = dst8Storage.get();
597 buffer = dst8Storage.get();
    [all...]

Completed in 647 milliseconds