Searched defs:pixelStorage (Results 1 – 6 of 6) sorted by relevance
76 SkAutoMalloc pixelStorage; in SkEncodeImageWithWIC() local
25 sk_sp<SkData> pixelStorage() const { return fPixelStorage; } in pixelStorage() function
982 SkAutoMalloc pixelStorage(height * rowBytes); in DEF_TEST() local1033 SkAutoMalloc pixelStorage(dstInfo.computeByteSize(rowBytes)); in check_color_xform() local
989 SkAutoMalloc pixelStorage(height * rowBytes); in DEF_TEST() local1040 SkAutoMalloc pixelStorage(dstInfo.computeByteSize(rowBytes)); in check_color_xform() local
986 std::unique_ptr<char[]> pixelStorage; in uploadColorToTex() local