Searched defs:SetRect (Results 1 – 10 of 10) sorted by relevance
/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_baannot.cpp | 55 void CPDFSDK_BAAnnot::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_BAAnnot
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pageobject.h | 61 void SetRect(const CFX_FloatRect& rect) { m_Rect = rect; } in SetRect() function
|
/external/v4l2_codec2/accel/ |
D | rect.h | 67 void SetRect(int x, int y, int width, int height) { in SetRect() function
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.h | 104 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 75 void SetRect(float x, float y, float width, float height) { in SetRect() function
|
D | rect.h | 108 void SetRect(int x, int y, int width, int height) { in SetRect() function
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 83 void DesktopRegion::SetRect(const DesktopRect& rect) { in SetRect() function in webrtc::DesktopRegion
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 381 void SetRect(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRect() function
|