HomeSort by relevance Sort by last modified time
    Searched defs:RECT (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 35 private static final RectF RECT = new RectF(0, 0, 100, 100);
347 canvas.drawRoundRect(RECT, 20, 20, paint);
350 put("rect", new DisplayModifier() {
353 canvas.drawRect(RECT, paint);
365 canvas.drawOval(RECT, paint);
406 canvas.drawArc(RECT, 260, 285, false, paint);
412 canvas.drawArc(RECT, 260, 285, true, paint);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 100 class RECT(Structure):
105 tagRECT = _RECTL = RECTL = RECT
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 100 class RECT(Structure):
105 tagRECT = _RECTL = RECTL = RECT
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 100 class RECT(Structure):
105 tagRECT = _RECTL = RECTL = RECT
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 100 class RECT(Structure):
105 tagRECT = _RECTL = RECTL = RECT
179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
  /external/clang/test/CodeGenCXX/
visibility.cpp 50 struct RECT {
53 DEFAULT extern RECT data_rect;
54 RECT data_rect = { -1};
    [all...]
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
  /external/opencv/cvaux/include/
cvvidsurv.hpp 712 enum {RECT, ELLIPSE} shape;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 236 } RECT,*PRECT,*NPRECT,*LPRECT;
238 typedef const RECT *LPCRECT;
wtypes.h 181 } RECT;
184 typedef const RECT *LPCRECT;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 515 milliseconds

1 2