Searched refs:prect (Results 1 – 4 of 4) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-region.c | 2117 box_type_t * prect) in PREFIX() 2130 if (!numRects || !EXTENTCHECK (®ion->extents, prect)) in PREFIX() 2136 if (SUBSUMES (®ion->extents, prect)) in PREFIX() 2146 x = prect->x1; in PREFIX() 2147 y = prect->y1; in PREFIX() 2164 if (part_in || (pbox->y1 >= prect->y2)) in PREFIX() 2179 if (pbox->x1 < prect->x2) in PREFIX() 2186 if (pbox->x2 >= prect->x2) in PREFIX() 2189 if (y >= prect->y2) in PREFIX() 2191 x = prect->x1; /* reset x out to left again */ in PREFIX() [all …]
|
D | pixman.h | 582 pixman_box16_t *prect); 723 pixman_box32_t *prect);
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 801 EXPORT(int) GetRectangle(int flag, RECT *prect) in GetRectangle() argument 805 prect->left = (int)flag; in GetRectangle() 806 prect->top = (int)flag + 1; in GetRectangle() 807 prect->right = (int)flag + 2; in GetRectangle() 808 prect->bottom = (int)flag + 3; in GetRectangle()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | mixer.c | 245 struct u_rect rect, clip, *prect, dirty_area; in vlVdpVideoMixerRender() local 337 prect = RectToPipe(video_source_rect, &rect); in vlVdpVideoMixerRender() 338 if (!prect) { in vlVdpVideoMixerRender() 343 prect = ▭ in vlVdpVideoMixerRender() 345 …vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, video_buffer, prect, NULL, dein… in vlVdpVideoMixerRender()
|