HomeSort by relevance Sort by last modified time
    Searched defs:stepH (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_resample.cpp 712 uint32 stepH = fWeightsH.Step ();
761 stepH);
816 stepH,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 218 float stepH = h / 9;
228 stepH = h / 3;
231 canvas.drawLine(0, j * stepH, w, j * stepH, gPaint);

Completed in 119 milliseconds