Searched defs:repeat_count_tag (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp2133 static const char repeat_count_tag[] = "sample-set-repeat-count"; variable
2142 SkEvent evt(repeat_count_tag);
2154 if (evt.isType(repeat_count_tag)) {
/external/skia/samplecode/
H A DSampleApp.cpp2133 static const char repeat_count_tag[] = "sample-set-repeat-count"; variable
2142 SkEvent evt(repeat_count_tag);
2154 if (evt.isType(repeat_count_tag)) {

Completed in 54 milliseconds