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

/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc117 void wMakeRect(int region, int *x, int *y, int *w, int *h);
218 void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { function in class:Voronoi
350 wMakeRect(region, &x, &y, &w, &h);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc111 void wMakeRect(int region, int *x, int *y, int *w, int *h);
207 void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { function in class:Voronoi
347 wMakeRect(region, &x, &y, &w, &h);
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc189 void wMakeRect(int r, int *x, int *y, int *w, int *h);
367 void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { function in class:Planet
516 wMakeRect(region, &x, &y, &w, &h);
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc237 void wMakeRect(int r, int *x, int *y, int *w, int *h);
415 void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { function in class:Planet
556 wMakeRect(region, &x, &y, &w, &h);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc188 void wMakeRect(int r, int *x, int *y, int *w, int *h);
405 void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { function in class:Planet
554 wMakeRect(region, &x, &y, &w, &h);

Completed in 115 milliseconds