OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1773 milliseconds