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

/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp524 static const char gCharEvtName[] = "SampleCode_Char_Event"; variable
532 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) {
1673 SkEvent evt(gCharEvtName);
/external/skia/samplecode/
H A DSampleApp.cpp526 static const char gCharEvtName[] = "SampleCode_Char_Event"; variable
534 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) {
1692 SkEvent evt(gCharEvtName);

Completed in 595 milliseconds