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

/external/skia/src/gpu/
H A Dapp-android.cpp120 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { argument
122 if (outKey) {
123 *outKey = (SkKey)evt.getFast32();
/external/skia/samplecode/
H A DSampleApp.cpp456 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { argument
458 if (outKey) {
459 *outKey = (SkKey)evt.getFast32();

Completed in 47 milliseconds