Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 25 of 39) sorted by relevance

12

/external/libchrome/ui/gfx/geometry/
Drect_f.cc100 SetRect(0, 0, 0, 0); in Intersect()
110 SetRect(0, 0, 0, 0); in Intersect()
114 SetRect(rx, ry, rr - rx, rb - ry); in Intersect()
130 SetRect(rx, ry, rr - rx, rb - ry); in Union()
137 SetRect(0, 0, 0, 0); in Subtract()
161 SetRect(rx, ry, rr - rx, rb - ry); in Subtract()
171 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit()
183 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
190 left_half->SetRect(x(), y(), width() / 2, height()); in SplitVertically()
191 right_half->SetRect( in SplitVertically()
Drect.cc177 SetRect(0, 0, 0, 0); // Throws away empty position. in Intersect()
187 SetRect(0, 0, 0, 0); // Throws away empty position. in Intersect()
211 SetRect(0, 0, 0, 0); in Subtract()
245 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit()
257 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
264 left_half->SetRect(x(), y(), width() / 2, height()); in SplitVertically()
265 right_half->SetRect( in SplitVertically()
Drect_f.h75 void SetRect(float x, float y, float width, float height) { in SetRect() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingobject.cpp33 SetRect(matrix.TransformRect(GetRect())); in Transform()
51 SetRect(m_ClipPath.GetClipBox()); in CalcBoundingBox()
Dcpdf_formobject.cpp44 SetRect(m_FormMatrix.TransformRect(m_pForm->CalcBoundingBox())); in CalcBoundingBox()
Dcpdf_pathobject.cpp52 SetRect(rect); in CalcBoundingBox()
Dcpdf_imageobject.cpp51 SetRect(m_Matrix.TransformRect(kRect)); in CalcBoundingBox()
Dcpdf_pageobject.h61 void SetRect(const CFX_FloatRect& rect) { m_Rect = rect; } in SetRect() function
/external/pdfium/xfa/fwl/
Dcfwl_listitem.h19 void SetRect(const CFX_RectF& rect) { m_rtItem = rect; } in SetRect() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.cpp50 void CPDFSDK_Annot::SetRect(const CFX_FloatRect& rect) {} in SetRect() function in CPDFSDK_Annot
Dcpdfsdk_annot.h38 virtual void SetRect(const CFX_FloatRect& rect);
Dcpdfsdk_baannot.h31 void SetRect(const CFX_FloatRect& rect) override;
Dcpdfsdk_baannot.cpp55 void CPDFSDK_BAAnnot::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_BAAnnot
/external/swiftshader/src/Main/
DFrameBufferWin.cpp49 SetRect(&bounds, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)); in updateBounds()
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits.h77 out->SetRect(data.x(), data.y(), data.width(), data.height());
92 out->SetRect(data.x(), data.y(), data.width(), data.height());
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
/external/webrtc/modules/desktop_capture/
Ddesktop_region.h110 void SetRect(const DesktopRect& rect);
Ddesktop_frame_generator.cc128 frame->mutable_updated_region()->SetRect( in GetNextFrame()
Ddesktop_capturer_differ_wrapper.cc215 frame->mutable_updated_region()->SetRect( in OnCaptureResult()
Dscreen_capturer_helper_unittest.cc35 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc93 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dwindow_capturer_win_gdi.cc296 frame->mutable_updated_region()->SetRect( in CaptureFrame()
Dscreen_capturer_win_magnifier.cc116 frame->mutable_updated_region()->SetRect( in CaptureFrame()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h104 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_x11.cc180 frame->mutable_updated_region()->SetRect( in CaptureFrame()

12