HomeSort by relevance Sort by last modified time
    Searched defs:SetRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/pdf/
control.cc 104 void Control::SetRect(const pp::Rect& rc, bool invalidate) {
  /external/chromium_org/ppapi/cpp/
rect.h 245 void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) {
255 void SetRect(const PP_Rect& rect) {
630 void SetRect(float x, float y, float w, float h) {
640 void SetRect(const PP_FloatRect& rect) {
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 39 SetRect(Type x, Type y, Type width, Type height) {
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_half->right()
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 83 void DesktopRegion::SetRect(const DesktopRect& rect) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1340 milliseconds