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

/development/samples/BrowserPlugin/jni/animation/
H A DAnimationPlugin.cpp40 int ix = (int)roundf(x) + inset; local
41 if (ix < 0) {
42 ix = 0;
44 return static_cast<uint16_t>(ix);
/development/samples/BrowserPlugin/jni/navigation/
H A DNavigationPlugin.cpp47 int ix = (int)roundf(x) + inset; local
48 if (ix < 0) {
49 ix = 0;
51 return static_cast<uint16_t>(ix);
/development/samples/BrowserPlugin/jni/audio/
H A DAudioPlugin.cpp48 int ix = (int)roundf(x) + inset; local
49 if (ix < 0) {
50 ix = 0;
52 return static_cast<uint16_t>(ix);
/development/samples/BrowserPlugin/jni/form/
H A DFormPlugin.cpp47 int ix = (int)roundf(x) + inset; local
48 if (ix < 0) {
49 ix = 0;
51 return static_cast<uint16_t>(ix);

Completed in 52 milliseconds