Searched defs:PixelTransferResult (Results 1 – 2 of 2) sorted by relevance
293 struct PixelTransferResult { struct294 using ConversionFn = void(void* dst, const void* mappedBuffer);297 sk_sp<Buffer> fTransferBuffer;299 SkISize fSize;301 size_t fRowBytes;305 std::function<ConversionFn> fPixelConverter;
204 struct PixelTransferResult { struct216 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect); argument