Searched defs:py (Results 1 – 9 of 9) sorted by relevance
23 public ControlPoint(float px, float py) { in ControlPoint()
225 float py = spline.getPoint(0).y; in pickControlPoint() local
324 float py = mCurrentControlPoint.y * h; in draw() local
533 int py = 0; in drawCompareImage() local
291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
130 final int[] py = mPreviewYCoordinates.getPrimitiveArray(); in interpolateStrokeAndReturnStartIndexOfLastSegment() local
119 float py = (phi / PI_F) * input_height; in StereographicProjection() local
120 float py = (phi / PI_F) * input_height; in StereographicProjection() local
331 public static void scaleRectFAboutPivot(RectF r, float scale, float px, float py) { in scaleRectFAboutPivot()