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

  /external/skia/tests/
RecordReplaceDrawTest.cpp 49 SkRecord rerecord; local
50 SkRecorder canvas(&rerecord, kWidth, kHeight);
55 switch (rerecord.count()) {
57 assert_type<SkRecords::Save>(r, rerecord, 0);
58 assert_type<SkRecords::DrawRect>(r, rerecord, 1);
59 assert_type<SkRecords::Restore>(r, rerecord, 2);
62 assert_type<SkRecords::DrawRect>(r, rerecord, 0);
83 SkRecord rerecord; local
84 SkRecorder canvas(&rerecord, kWidth, kHeight);
88 // ensure rerecord is balanced (in this case by checking that the count is odd
132 SkRecord rerecord; local
    [all...]
RecordDrawTest.cpp 66 SkRecord rerecord; local
67 SkRecorder canvas(&rerecord, W, H);
72 REPORTER_ASSERT(r, 1 == count_instances_of_type<SkRecords::DrawRect>(rerecord));
73 REPORTER_ASSERT(r, 0 == count_instances_of_type<SkRecords::ClipRect>(rerecord));
82 SkRecord rerecord; local
83 SkRecorder canvas(&rerecord, W, H);
86 int save_count = count_instances_of_type<SkRecords::Save>(rerecord);
87 int restore_count = count_instances_of_type<SkRecords::Save>(rerecord);
190 SkRecord rerecord; local
191 SkRecorder canvas(&rerecord, kWidth, kHeight)
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 193 milliseconds