Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 25 of 37) 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/v4l2_codec2/accel/
Drect.h67 void SetRect(int x, int y, int width, int height) { in SetRect() function
87 SetRect(0, 0, 0, 0); // Throws away empty position. in Intersect()
97 SetRect(0, 0, 0, 0); // Throws away empty position. in Intersect()
101 SetRect(left, top, new_right - left, new_bottom - top); in Intersect()
/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/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/swiftshader/src/Main/
DFrameBufferWin.cpp49 SetRect(&bounds, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)); in updateBounds()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h107 void SetRect(const DesktopRect& rect);
Dwindow_capturer_win.cc240 frame->mutable_updated_region()->SetRect( in Capture()
Dscreen_capturer_helper_unittest.cc36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F()
Dscreen_capturer_x11.cc372 updated_region->SetRect(screen_rect); in CaptureScreen()
Dwindow_capturer_x11.cc305 frame->mutable_updated_region()->SetRect( in Capture()
Dwindow_capturer_mac.mm225 frame->mutable_updated_region()->SetRect(
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h104 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp214 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain()

12