Home
last modified time | relevance | path

Searched defs:px (Results 1 – 5 of 5) sorted by relevance

/development/ndk/tests/dlclose-destruction/jni/
Dlibtest1.cpp14 void Foo::setAddress(int *px) in setAddress()
28 extern "C" void test1_set(int *px) in test1_set()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java45 public void setCellWidth(int px) { in setCellWidth()
50 public void setCellHeight(int px) { in setCellHeight()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java58 public void setCellWidth(int px) { in setCellWidth()
63 public void setCellHeight(int px) { in setCellHeight()
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java553 float px = (float) (vx * pd); in drawSplat() local