Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2108 SkRect srect = SkRect::MakeLTRB(rect.left, SkTMin(rect.top, rect.bottom), in FillRectWithBlend() local
2110 DebugShowSkiaDrawRect(this, m_pCanvas, spaint, srect); in FillRectWithBlend()
2111 m_pCanvas->drawRect(srect, spaint); in FillRectWithBlend()