Home
last modified time | relevance | path

Searched refs:keyCommand (Results 1 – 1 of 1) sorted by relevance

/external/skqp/samplecode/
DSampleAAGeometry.cpp1842 KeyCommand& keyCommand = kKeyCommandList[index]; in onQuery() local
1843 if (uni == keyCommand.fKey || uni == keyCommand.fAlternate) { in onQuery()
1844 return (this->*keyCommand.fFunction)(); in onQuery()