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