HomeSort by relevance Sort by last modified time
    Searched full:rerecord (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/tests/
RecordReplaceDrawTest.cpp 39 SkRecord rerecord; local
40 SkRecorder canvas(&rerecord, kWidth, kHeight);
46 REPORTER_ASSERT(r, 3 == rerecord.count());
47 assert_type<SkRecords::Save>(r, rerecord, 0);
48 assert_type<SkRecords::DrawRect>(r, rerecord, 1);
49 assert_type<SkRecords::Restore>(r, rerecord, 2);
58 SkRecord rerecord; local
59 SkRecorder canvas(&rerecord, kWidth, kHeight);
64 REPORTER_ASSERT(r, 4 == rerecord.count());
65 assert_type<SkRecords::Save>(r, rerecord, 0)
111 SkRecord rerecord; local
    [all...]
RecordDrawTest.cpp 38 SkRecord rerecord; local
39 SkRecorder canvas(&rerecord, W, H);
44 REPORTER_ASSERT(r, 3 == rerecord.count());
45 assert_type<SkRecords::Save> (r, rerecord, 0);
46 assert_type<SkRecords::DrawRect>(r, rerecord, 1);
47 assert_type<SkRecords::Restore> (r, rerecord, 2);
55 SkRecord rerecord; local
56 SkRecorder canvas(&rerecord, W, H);
59 REPORTER_ASSERT(r, 4 == rerecord.count());
60 assert_type<SkRecords::Save> (r, rerecord, 0)
192 SkRecord rerecord; local
215 SkRecord rerecord; local
    [all...]
  /external/skia/tools/
bench_record.cpp 64 static void rerecord(const SkPicture& src, SkBBHFactory* bbhFactory) { function
78 // Rerecord once to warm up any caches. Otherwise the first sample can be very noisy.
79 rerecord(src, bbhFactory);
81 // Rerecord once to see how many times we should loop to make timer overhead insignificant.
86 rerecord(src, bbhFactory);
98 rerecord(src, bbhFactory);
PictureRenderingFlags.cpp 67 "rerecord: (Only in render_pictures) Record the picture as a new skp,\n"
133 } else if (0 == strcmp(mode, "rerecord") && kRender_PictureTool == tool) {
  /external/skia/tests/
RecordDrawTest.cpp 29 // Rerecord into another SkRecord using full SkCanvas semantics,
  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.cpp 69 "rerecord: (Only in render_pictures) Record the picture as a new skp,\n"
145 } else if (0 == strcmp(mode, "rerecord") && kRender_PictureTool == tool) {
bench_pictures_main.cpp 207 // statistics we need to rerecord the picture here
render_pictures_main.cpp 189 // statistics we need to rerecord the picture here
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 1449 milliseconds