Home
last modified time | relevance | path

Searched defs:src_rect (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp272 FX_RECT src_rect(0, 0, FXSYS_round(rect.Width() * fScaleX), in DrawPath() local
315 FX_RECT src_rect(0, 0, pRect->Width(), pRect->Height()); in FillRect() local
374 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top, in SetDIBits() local
403 FX_RECT src_rect(0, 0, bg_pixel_width, bg_pixel_height); in SetDIBits() local
435 FX_RECT src_rect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in SetBitMask() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c872 struct u_rect *src_rect, in vl_compositor_set_buffer_layer()
926 struct u_rect *src_rect, in vl_compositor_set_palette_layer()
955 struct u_rect *src_rect, in vl_compositor_set_rgba_layer()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c638 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderOutputSurface() local
697 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderBitmapSurface() local
Dpresentation.c211 struct u_rect src_rect, dst_clip, *dirty_area; in vlVdpPresentationQueueDisplay() local
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h93 struct u_rect src_rect; member
Dsurface.c357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() local
Dsubpicture.c439 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture() local
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1115 FX_RECT src_rect(0, 0, width, height); in SetDIBits() local
1135 FX_RECT src_rect(0, 0, width, height); in SetDIBits() local
1170 FX_RECT src_rect(0, 0, pStretched->GetWidth(), pStretched->GetHeight()); in UseFoxitStretchEngine() local
1220 FX_RECT src_rect(0, 0, clip_width, clip_height); in StretchDIBits() local
Dfx_win32_gdipext.cpp960 FX_RECT src_rect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in StretchDIBits() local
/external/opencv3/modules/photo/src/
Dalign.cpp171 Rect src_rect(max(-shift.x, 0), max(-shift.y, 0), width, height); in shiftMat() local
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp295 FX_RECT src_rect(0, 0, m_SrcWidth, m_SrcHeight); in CStretchEngine() local
Dfx_dib_main.cpp355 FX_RECT src_rect(src_left, src_top, src_left + width, src_top + height); in GetOverlapRect() local