HomeSort by relevance Sort by last modified time
    Searched refs:drawDemos (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 328 static bool (*drawDemos[])(SkCanvas* , int , bool ) = {
334 static size_t drawDemosCount = sizeof(drawDemos) / sizeof(drawDemos[0]);
342 while (index < drawDemosCount && drawDemos[index] != firstTest) {
346 return (*drawDemos[index])(canvas, step, useOld);
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 328 static bool (*drawDemos[])(SkCanvas* , int , bool ) = {
334 static size_t drawDemosCount = sizeof(drawDemos) / sizeof(drawDemos[0]);
342 while (index < drawDemosCount && drawDemos[index] != firstTest) {
346 return (*drawDemos[index])(canvas, step, useOld);

Completed in 143 milliseconds