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

  /frameworks/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 37 public double ulHeight;
93 this.ulHeight = dimensions[1] * scale;
156 double insideLeftY0 = y0 + ulHeight / 2d;
159 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d);
224 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d;
250 y = y + h - y0 - ulHeight / 2d;
251 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d);
294 {0.0, 0.0, 0.0, ulHeight},
305 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0,
306 ulHeight},
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 259 PVR2D_ULONG ulHeight;
    [all...]

Completed in 214 milliseconds