Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 25 of 33) 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
Drect.h108 void SetRect(int x, int y, int width, int height) { 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.h42 virtual void SetRect(const CFX_FloatRect& rect);
Dcpdfsdk_annot.cpp70 void CPDFSDK_Annot::SetRect(const CFX_FloatRect& rect) {} in SetRect() function in CPDFSDK_Annot
Dcpdfsdk_baannot.h32 void SetRect(const CFX_FloatRect& rect) override;
Dcpdfsdk_baannot.cpp48 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/swiftshader/src/WSI/
DFrameBufferWin.cpp49 SetRect(&bounds, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)); in updateBounds()
/external/v4l2_codec2/vda/
Drect.h55 void SetRect(int x, int y, int width, int height) { in SetRect() function
/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(
Ddesktop_region.cc83 void DesktopRegion::SetRect(const DesktopRect& rect) { in SetRect() function in webrtc::DesktopRegion
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h103 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()
/external/pdfium/fxjs/
Dcjs_field.cpp1621 Field::SetRect(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in set_rect()
1627 void Field::SetRect(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRect() function in Field
1651 pWidget->SetRect(crRect); in SetRect()
1678 pWidget->SetRect(crRect); in SetRect()
2663 Field::SetRect(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp224 SetRect(&winRect, in OsInitOS()

12