Lines Matching defs:empty
51 // Ensure that deleting an empty SkPicture does not assert. Asserts only fire
63 // Ensure that serializing an empty picture does not assert. Likewise only runs in debug mode.
491 sk_sp<SkPicture> empty(recorder.finishRecordingAsPicture());
494 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID);
503 REPORTER_ASSERT(reporter, hasData->uniqueID() != empty->uniqueID());
542 SkBitmap empty;
543 draw_bitmaps(empty, canvas);
544 empty.setInfo(SkImageInfo::MakeN32Premul(10, 10));
545 draw_bitmaps(empty, canvas);
641 // Record a few ops so we don't hit a small- or empty- picture optimization.
900 // Test empty (0 draws), mini (1 draw), and big (2+) pictures, making sure they fill the BBH.