Searched defs:gFastTextEvtName (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp528 static const char gFastTextEvtName[] = "SampleCode_FastText_Event"; variable
582 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1);
1643 SkEvent evt(gFastTextEvtName);
/external/skia/samplecode/
H A DSampleApp.cpp530 static const char gFastTextEvtName[] = "SampleCode_FastText_Event"; variable
584 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1);
1664 SkEvent evt(gFastTextEvtName);

Completed in 214 milliseconds