Lines Matching refs:incremental
83 SkBitmap incremental;
84 incremental.allocPixels(info);
88 incremental.getPixels(), incremental.rowBytes());
94 ERRORF(r, "Failed to start incremental decode\n");
122 compare_bitmaps(r, truth, incremental);
140 // support incremental decoding.
300 ERRORF(r, "Failed to start incremental decode for %s on frame %zu",
326 // Test that calling getPixels when an incremental decode has been
343 SkBitmap incremental;
344 incremental.allocPixels(info);
347 incremental.getPixels(), incremental.rowBytes());
349 ERRORF(r, "Failed to start incremental decode\n");
361 // Now incremental decode will fail
430 // Again, truncate to 23 bytes, this time for an incremental decode. We
431 // cannot start an incremental decode until we have more data. If we did,