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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 36 public double ulWidth;
94 this.ulWidth = dimensions[0] * scale;
157 double insideTopX0 = x0 + ulWidth / 2d;
161 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d);
224 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d;
251 x = x + w - x0 - ulWidth / 2d;
253 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d);
306 {0.0, ulWidth, 0.0, 0.0},
307 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 186 unsigned int ulWidth;
325 unsigned int ulWidth;
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 258 PVR2D_ULONG ulWidth;
    [all...]

Completed in 236 milliseconds