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

  /frameworks/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 36 public double ulWidth;
92 this.ulWidth = dimensions[0] * scale;
155 double insideTopX0 = x0 + ulWidth / 2d;
159 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d);
222 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d;
249 x = x + w - x0 - ulWidth / 2d;
251 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d);
304 {0.0, ulWidth, 0.0, 0.0},
305 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0,
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 258 PVR2D_ULONG ulWidth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 180 W32KAPI HPEN WINAPI NtGdiExtCreatePen(ULONG flPenStyle,ULONG ulWidth,ULONG iBrushStyle,ULONG ulColor,ULONG_PTR lClientHatch,ULONG_PTR lHatch,ULONG cstyle,PULONG pulStyle,ULONG cjDIB,WINBOOL bOldStylePen,HBRUSH hbrush);
    [all...]

Completed in 321 milliseconds