Home
last modified time | relevance | path

Searched refs:clip_rect (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fxge/dib/
Dfx_dib_engine_unittest.cpp19 FX_RECT clip_rect; in TEST() local
28 CStretchEngine engine(nullptr, FXDIB_8bppRgb, 500, 500, clip_rect, in TEST()
Dfx_dib_engine.cpp270 const FX_RECT& clip_rect, in CStretchEngine() argument
285 m_DestClip = clip_rect; in CStretchEngine()
286 uint32_t size = clip_rect.Width(); in CStretchEngine()
328 double src_left = scale_x * ((FX_FLOAT)(clip_rect.left) + base_x); in CStretchEngine()
329 double src_right = scale_x * ((FX_FLOAT)(clip_rect.right) + base_x); in CStretchEngine()
330 double src_top = scale_y * ((FX_FLOAT)(clip_rect.top) + base_y); in CStretchEngine()
331 double src_bottom = scale_y * ((FX_FLOAT)(clip_rect.bottom) + base_y); in CStretchEngine()
Ddib_int.h73 const FX_RECT& clip_rect,
Dfx_dib_transform.cpp325 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo() local
327 clip_rect.Intersect(*pClip); in StretchTo()
329 if (clip_rect.IsEmpty()) in StretchTo()
333 return Clone(&clip_rect); in StretchTo()
337 clip_rect, flags); in StretchTo()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp112 FX_RECT* clip_rect) { in DisplayPass() argument
138 if (clip_rect) { in DisplayPass()
142 annot_rect.Intersect(*clip_rect); in DisplayPass()
Dcpdf_annotlist.h58 FX_RECT* clip_rect);
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1232 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits() local
1235 top - pSrcRect->top, width, height, &clip_rect, 0, in SetDIBits()
1305 FX_RECT clip_rect = image_rect; in StretchDIBits() local
1306 clip_rect.Intersect(*pClipRect); in StretchDIBits()
1307 clip_rect.Offset(-image_rect.left, -image_rect.top); in StretchDIBits()
1308 int clip_width = clip_rect.Width(), clip_height = clip_rect.Height(); in StretchDIBits()
1310 pSource->StretchTo(dest_width, dest_height, flags, &clip_rect)); in StretchDIBits()
1316 !GetDIBits(&background, image_rect.left + clip_rect.left, in StretchDIBits()
1317 image_rect.top + clip_rect.top) || in StretchDIBits()
1326 image_rect.left + clip_rect.left, in StretchDIBits()
[all …]
Dfx_win32_print.cpp77 FX_RECT clip_rect(left, top, left + pSrcRect->Width(), in SetDIBits() local
81 pSource->GetHeight(), &clip_rect, 0, in SetDIBits()
/external/pdfium/core/fxge/
Difx_renderdevicedriver.cpp88 const FX_RECT& clip_rect, in DrawShading() argument
Difx_renderdevicedriver.h97 const FX_RECT& clip_rect,
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h142 const FX_RECT& clip_rect,
Dfx_skia_device.cpp1620 const FX_RECT& clip_rect, in DrawShading() argument
1676 SkRect skRect = SkRect::MakeLTRB(clip_rect.left, clip_rect.top, in DrawShading()
1677 clip_rect.right, clip_rect.bottom); in DrawShading()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h119 FX_RECT& clip_rect,
Dcpdf_renderstatus.cpp1031 CFX_FloatRect clip_rect(m_pDevice->GetClipBox()); in RenderObjectList() local
1034 device2object.TransformRect(clip_rect); in RenderObjectList()
1044 if (pCurObj->m_Left > clip_rect.right || in RenderObjectList()
1045 pCurObj->m_Right < clip_rect.left || in RenderObjectList()
1046 pCurObj->m_Bottom > clip_rect.top || in RenderObjectList()
1047 pCurObj->m_Top < clip_rect.bottom) { in RenderObjectList()
2028 FX_RECT& clip_rect, in DrawShading() argument
2054 clip_rect.Intersect(rect.GetOuterRect()); in DrawShading()
2057 m_pDevice->GetDeviceDriver()->DrawShading(pPattern, pMatrix, clip_rect, in DrawShading()
2062 buffer.Initialize(m_pContext, m_pDevice, &clip_rect, m_pCurObj, 150); in DrawShading()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1567 FX_RECT clip_rect; in FillRectWithBlend() local
1568 GetClipBox(&clip_rect); in FillRectWithBlend()
1569 FX_RECT draw_rect = clip_rect; in FillRectWithBlend()
1589 draw_rect.left - clip_rect.left, draw_rect.top - clip_rect.top, in FillRectWithBlend()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm504 DesktopRect clip_rect = DesktopRect::MakeSize(frame.size());
518 copy_rect.IntersectWith(clip_rect);
548 copy_rect.IntersectWith(clip_rect);
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.cc1652 const GLfloat* clip_rect, in ScheduleCALayerCHROMIUM() argument
1659 is_clipped, clip_rect, sorting_context_id, in ScheduleCALayerCHROMIUM()
Dmojo_gles2_impl_autogen.h767 const GLfloat* clip_rect,