Searched refs:s_tileIndexLessThanFunctions (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DRenderQueue.cpp71 static FuncTileIndexLessThan s_tileIndexLessThanFunctions[NumSortDirections][NumSortDirections] = { { 0 } }; local
75 s_tileIndexLessThanFunctions[_primary][_secondary] = tileIndexIsLessThan<_primary, _secondary>
101 return s_tileIndexLessThanFunctions[primary][secondary];

Completed in 36 milliseconds