/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 100 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()
|
D | rect.cc | 177 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()
|
D | rect_f.h | 75 void SetRect(float x, float y, float width, float height) { in SetRect() function
|
/external/v4l2_codec2/accel/ |
D | rect.h | 67 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/ |
D | cpdf_shadingobject.cpp | 33 SetRect(matrix.TransformRect(GetRect())); in Transform() 51 SetRect(m_ClipPath.GetClipBox()); in CalcBoundingBox()
|
D | cpdf_formobject.cpp | 44 SetRect(m_FormMatrix.TransformRect(m_pForm->CalcBoundingBox())); in CalcBoundingBox()
|
D | cpdf_pathobject.cpp | 52 SetRect(rect); in CalcBoundingBox()
|
D | cpdf_imageobject.cpp | 51 SetRect(m_Matrix.TransformRect(kRect)); in CalcBoundingBox()
|
D | cpdf_pageobject.h | 61 void SetRect(const CFX_FloatRect& rect) { m_Rect = rect; } in SetRect() function
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listitem.h | 19 void SetRect(const CFX_RectF& rect) { m_rtItem = rect; } in SetRect() function
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_annot.cpp | 50 void CPDFSDK_Annot::SetRect(const CFX_FloatRect& rect) {} in SetRect() function in CPDFSDK_Annot
|
D | cpdfsdk_annot.h | 38 virtual void SetRect(const CFX_FloatRect& rect);
|
D | cpdfsdk_baannot.h | 31 void SetRect(const CFX_FloatRect& rect) override;
|
D | cpdfsdk_baannot.cpp | 55 void CPDFSDK_BAAnnot::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_BAAnnot
|
/external/libchrome/ui/gfx/geometry/mojo/ |
D | geometry_struct_traits.h | 77 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/ |
D | FrameBufferWin.cpp | 49 SetRect(&bounds, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)); in updateBounds()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 107 void SetRect(const DesktopRect& rect);
|
D | window_capturer_win.cc | 240 frame->mutable_updated_region()->SetRect( in Capture()
|
D | screen_capturer_helper_unittest.cc | 36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F()
|
D | screen_capturer_x11.cc | 372 updated_region->SetRect(screen_rect); in CaptureScreen()
|
D | window_capturer_x11.cc | 305 frame->mutable_updated_region()->SetRect( in Capture()
|
D | window_capturer_mac.mm | 225 frame->mutable_updated_region()->SetRect(
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.h | 104 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 214 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain()
|