/third_party/pixman/demos/ |
D | tri-test.c | 13 #define POINT(x,y) \ in main() macro 19 { POINT (100, 100), POINT (10, 50), POINT (110, 10) }, in main() 20 { POINT (100, 100), POINT (150, 10), POINT (200, 50) }, in main() 21 { POINT (100, 100), POINT (10, 170), POINT (90, 175) }, in main() 22 { POINT (100, 100), POINT (170, 150), POINT (120, 190) }, in main()
|
/third_party/boost/libs/geometry/example/data/ |
D | cities.wkt | 3 POINT( -71.03 42.37) ; Boston 4 POINT( -87.65 41.90) ; Chicago 5 POINT( -95.35 29.97) ; Houston 6 POINT(-118.40 33.93) ; Los Angeles 7 POINT( -80.28 25.82) ; Miami 8 POINT( -73.98 40.77) ; New York 9 POINT(-112.02 33.43) ; Phoenix 10 POINT( -77.04 38.85) ; Washington DC
|
/third_party/icu/icu4c/source/data/translit/ |
D | he_he_Latn_BGN.txt | 62 ו\u05BC → u ; # HEBREW LETTER VAV + POINT DAGESH 63 ו\u05B9 → o ; # HEBREW LETTER VAV + POINT HOLAM 104 \u05B7 → a ; # HEBREW POINT PATAH 105 \u05B2 → a ; # HEBREW POINT HATAF PATAH 106 \u05B8 → o ; # HEBREW POINT QAMATS 107 \u05B6 → e ; # HEBREW POINT SEGOL 108 \u05B1 → e ; # HEBREW POINT HATAF SEGOL 109 \u05B5י → e ; # HEBREW POINT TSERE + LETTER YOD 110 \u05B5 → e ; # HEBREW POINT TSERE 111 \u05B0 → e ; # HEBREW POINT SHEVA [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | he_he_Latn_BGN.txt | 61 ו\u05BC → u ; # HEBREW LETTER VAV + POINT DAGESH 62 ו\u05B9 → o ; # HEBREW LETTER VAV + POINT HOLAM 103 \u05B7 → a ; # HEBREW POINT PATAH 104 \u05B2 → a ; # HEBREW POINT HATAF PATAH 105 \u05B8 → o ; # HEBREW POINT QAMATS 106 \u05B6 → e ; # HEBREW POINT SEGOL 107 \u05B1 → e ; # HEBREW POINT HATAF SEGOL 108 \u05B5י → e ; # HEBREW POINT TSERE + LETTER YOD 109 \u05B5 → e ; # HEBREW POINT TSERE 110 \u05B0 → e ; # HEBREW POINT SHEVA [all …]
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | he_he_Latn_BGN.txt | 62 ו\u05BC → u ; # HEBREW LETTER VAV + POINT DAGESH 63 ו\u05B9 → o ; # HEBREW LETTER VAV + POINT HOLAM 104 \u05B7 → a ; # HEBREW POINT PATAH 105 \u05B2 → a ; # HEBREW POINT HATAF PATAH 106 \u05B8 → o ; # HEBREW POINT QAMATS 107 \u05B6 → e ; # HEBREW POINT SEGOL 108 \u05B1 → e ; # HEBREW POINT HATAF SEGOL 109 \u05B5י → e ; # HEBREW POINT TSERE + LETTER YOD 110 \u05B5 → e ; # HEBREW POINT TSERE 111 \u05B0 → e ; # HEBREW POINT SHEVA [all …]
|
/third_party/python/Lib/ctypes/test/ |
D | test_keeprefs.py | 45 class POINT(Structure): class 48 _fields_ = [("ul", POINT), ("lr", POINT)] 58 pt = POINT(1, 2) 64 r.lr = POINT() 130 class POINT(Structure): class 133 _fields_ = [("a", POINTER(POINT)), 134 ("b", POINTER(POINT))] 136 p1 = POINT(1, 2) 150 del _pointer_type_cache[POINT]
|
D | test_as_parameter.py | 14 class POINT(Structure): class 144 ptin = POINT(1, 2) 145 ptout = POINT() 153 ptin = POINT(101, 102) 154 ptout = POINT() 155 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
|
D | test_win32.py | 95 class POINT(Structure): class 107 pt = POINT(15, 25) 114 PointInRect.argtypes = [POINTER(RECT), POINT] 118 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT, 119 POINTER(RECT), POINT, RECT]
|
D | test_functions.py | 23 class POINT(Structure): class 306 ptin = POINT(1, 2) 307 ptout = POINT() 315 ptin = POINT(101, 102) 316 ptout = POINT() 317 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT)) 384 proto = CFUNCTYPE(c_int, RECT, POINT) 389 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
|
D | test_structures.py | 240 class POINT(Structure): class 243 self.assertRaisesRegex(TypeError, "phi", POINT, 2, 3, phi=4) 244 self.assertRaisesRegex(TypeError, "rho", POINT, 2, 3, rho=4) 247 self.assertRaises(TypeError, POINT, 2, 3, 4) 250 class POINT(Structure): class 252 pt = POINT(1, 2) 255 pt = POINT(y=2, x=1) 259 class POINT(Structure): class 261 self.assertRaises(TypeError, setattr, POINT, "_fields_", [("x", 1), ("y", 2)])
|
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/ |
D | iterative_query_results.qbk | 11 POINT(5 5), distance= 0.141421 12 POINT(6 6), distance= 1.27279 13 POINT(4 4), distance= 1.55563 14 POINT(7 7), distance= 2.68701
|
/third_party/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 68 if (ef[e0]) POINT( v[0] ); in TAG() 69 if (ef[e1]) POINT( v[1] ); in TAG() 70 if (ef[e2]) POINT( v[2] ); in TAG() 136 if (ef[e0]) POINT( v[0] ); in TAG() 137 if (ef[e1]) POINT( v[1] ); in TAG() 138 if (ef[e2]) POINT( v[2] ); in TAG() 139 if (ef[e3]) POINT( v[3] ); in TAG()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fScissorTests.cpp | 76 …side scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }, in init() 77 …nside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 }, in init() 78 …side scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 }, in init() 79 … outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 } in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fScissorTests.cpp | 86 …side scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }, in init() 87 …nside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 }, in init() 88 …side scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 }, in init() 89 … outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 } in init()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocImportTypeNodeNamespace.symbols | 7 export const POINT: string; 8 >POINT : Symbol(POINT, Decl(GeometryType.d.ts, 3, 14))
|
D | jsdocImportTypeNodeNamespace.types | 7 export const POINT: string; 8 >POINT : string
|
/third_party/libffi/testsuite/libffi.call/ |
D | pr1172638.c | 12 } POINT; typedef 22 RECT* br __UNUSED__, POINT cp __UNUSED__, in pr_test() 24 POINT fp, RECT gr __UNUSED__) in pr_test() 46 POINT cp, fp; in main()
|
/third_party/python/Lib/test/leakers/ |
D | test_ctypes.py | 8 class POINT(Structure): class 11 _fields_ = [("a", POINTER(POINT))]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.h | 91 typedef void (*PFCoordTransform)(SDL_Window*, POINT*); 104 POINT ptStatusWndPos; 105 POINT ptSoftKbdPos;
|
D | SDL_windowsmouse.c | 226 POINT pt; in WIN_WarpMouse() 242 POINT pt; in WIN_WarpMouseGlobal() 277 POINT pt = { 0, 0 }; in WIN_GetGlobalMouseState()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 115 class POINT(ctypes.Structure): class 118 tagPOINT = _POINTL = POINTL = POINT 139 ("pt", POINT)] 186 LPPOINT = PPOINT = ctypes.POINTER(POINT)
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferWin.cpp | 44 ClientToScreen(window, (POINT*)&bounds); in updateBounds() 45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
|
/third_party/boost/boost/geometry/algorithms/ |
D | not_implemented.hpp | 36 struct POINT {}; struct 86 template <> struct tag_to_term<point_tag> { typedef info::POINT type; };
|
/third_party/typescript/tests/cases/compiler/ |
D | jsdocImportTypeNodeNamespace.ts | 9 export const POINT: string; constant
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint); 86 HRESULT (WINAPI *SetCursorPos)(ID3DPresent *This, POINT *pPoint); 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|