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

/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc112 int wCell(float x, float y);
198 int Voronoi::wCell(float x, float y) { function in class:Voronoi
233 const int m0 = wCell(x, y);
234 const int m1 = wCell(x + w - 1, y);
236 const int m2 = wCell(x, y + h - 1);
238 const int m3 = wCell(x + w - 1, y + h - 1);
285 int ms = wCell(x + 0, y + j);
286 int me = wCell(x + w - 1, y + j);
295 int m = wCell(x + i, y + j);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc106 int wCell(float x, float y);
187 int Voronoi::wCell(float x, float y) { function in class:Voronoi
228 const int m0 = wCell(x, y);
229 const int m1 = wCell(x + w - 1, y);
231 const int m2 = wCell(x, y + h - 1);
233 const int m3 = wCell(x + w - 1, y + h - 1);
275 int ms = wCell(x + 0, y + j);
276 int me = wCell(x + w - 1, y + j);
285 int m = wCell(x + i, y + j);

Completed in 129 milliseconds