Searched defs:SetRect (Results 1 - 8 of 8) sorted by path

/external/chromium_org/pdf/
H A Dcontrol.cc104 void Control::SetRect(const pp::Rect& rc, bool invalidate) { function in class:chrome_pdf::Control
/external/chromium_org/ppapi/cpp/
H A Drect.h245 void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) { function in class:pp::Rect
255 void SetRect(const PP_Rect& rect) { function in class:pp::Rect
630 void SetRect(float x, float y, float w, float h) { function in class:pp::FloatRect
640 void SetRect(const PP_FloatRect& rect) { function in class:pp::FloatRect
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc83 void DesktopRegion::SetRect(const DesktopRect& rect) { function in class:webrtc::DesktopRegion
/external/chromium_org/ui/gfx/geometry/
H A Drect_base_impl.h39 SetRect(Type x, Type y, Type width, Type height) { function in class:gfx::RectBase
167 SetRect(0, 0, 0, 0);
179 SetRect(rx, ry, rr - rx, rb - ry);
202 SetRect(rx, ry, rr - rx, rb - ry);
216 SetRect(0, 0, 0, 0);
240 SetRect(rx, ry, rr - rx, rb - ry);
257 SetRect(new_x, new_y, new_width, new_height);
283 SetRect(new_x, new_y, new_width, new_height);
297 left_half->SetRect(x(), y(), width() / 2, height());
298 right_half->SetRect(left_hal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp567 void CPDFSDK_Annot::SetRect(const CPDF_Rect& rect) function in class:CPDFSDK_Annot
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp49 void CFX_ListItem::SetRect(const CLST_Rect & rect) function in class:CFX_ListItem
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2395 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect);
2432 void Field::SetRect(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CPDF_Rect& rect) function in class:Field
2475 pWidget->SetRect(crRect);
2509 pWidget->SetRect(crRect);
4086 Field::SetRect(pDocument, pData->sFieldName, pData->nControlIndex, pData->rect);

Completed in 320 milliseconds