Home
last modified time | relevance | path

Searched refs:srect (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_font.c3122 SDL_Rect srect; in SDLTest_DrawCharacter() local
3138 srect.x = 0; in SDLTest_DrawCharacter()
3139 srect.y = 0; in SDLTest_DrawCharacter()
3140 srect.w = charWidth; in SDLTest_DrawCharacter()
3141 srect.h = charHeight; in SDLTest_DrawCharacter()
3217 result |= SDL_RenderCopy(renderer, SDLTest_CharTextureCache[ci], &srect, &drect); in SDLTest_DrawCharacter()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c939 DVBSubtitleRect *srect = &subs->rects[i]; in gst_dvbsub_overlay_subs_to_comp() local
949 srect->w, srect->h, srect->x, srect->y); in gst_dvbsub_overlay_subs_to_comp()
951 w = srect->w; in gst_dvbsub_overlay_subs_to_comp()
952 h = srect->h; in gst_dvbsub_overlay_subs_to_comp()
957 in_data = srect->pict.data; in gst_dvbsub_overlay_subs_to_comp()
958 palette = srect->pict.palette; in gst_dvbsub_overlay_subs_to_comp()
959 stride = srect->pict.rowstride; in gst_dvbsub_overlay_subs_to_comp()
977 rx = gst_util_uint64_scale (wx + srect->x, width, dw); in gst_dvbsub_overlay_subs_to_comp()
978 ry = gst_util_uint64_scale (wy + srect->y, height, dh); in gst_dvbsub_overlay_subs_to_comp()
979 rw = gst_util_uint64_scale (srect->w, width, dw); in gst_dvbsub_overlay_subs_to_comp()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c226 struct nv50_m2mf_rect drect, srect; in nv50_resource_copy_region() local
234 nv50_m2mf_rect_setup(&srect, src, src_level, in nv50_resource_copy_region()
238 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny); in nv50_resource_copy_region()
246 srect.z++; in nv50_resource_copy_region()
248 srect.base += src_mt->layer_stride; in nv50_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c237 struct nv50_m2mf_rect drect, srect; in nvc0_resource_copy_region() local
245 nv50_m2mf_rect_setup(&srect, src, src_level, in nvc0_resource_copy_region()
249 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region()
257 srect.z++; in nvc0_resource_copy_region()
259 srect.base += src_mt->layer_stride; in nvc0_resource_copy_region()