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

  /external/skqp/gm/
composeshader.cpp 229 SkTDArray<uint32_t> dst32Storage;
230 dst32Storage.setCount(width * height * sizeof(int32_t));
234 dst32Storage[y * width + x] = SkPackARGB32(0xFF, x, y, 0);
245 skBitmap.installPixels(imageInfo, dst32Storage.begin(), width * sizeof(int32_t),
  /external/skia/gm/
composeshader.cpp 232 SkTDArray<uint32_t> dst32Storage;
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/pdfium/core/fxge/skia/
fx_skia_device.cpp 570 std::unique_ptr<uint32_t, FxFreeDeleter>& dst32Storage,
604 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height));
605 SkPMColor* dst32Pixels = dst32Storage.get();
620 buffer = dst32Storage.get();
626 dst32Storage.reset(FX_Alloc2D(uint32_t, width, height));
627 uint32_t* dst32Pixels = dst32Storage.get();
637 buffer = dst32Storage.get();
    [all...]

Completed in 201 milliseconds