Searched refs:GetX (Results 1 - 25 of 104) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcmirror.h60 { m_dc.SetUserScale(GetX(x, y), GetY(x, y)); }
62 { m_dc.SetLogicalOrigin(GetX(x, y), GetY(x, y)); }
64 { m_dc.SetDeviceOrigin(GetX(x, y), GetY(x, y)); }
66 { m_dc.SetAxisOrientation(GetX(xLeftRight, yBottomUp),
79 wxCoord GetX(wxCoord x, wxCoord y) const { return m_mirror ? y : x; } function in class:wxMirrorDC
81 double GetX(double x, double y) const { return m_mirror ? y : x; } function in class:wxMirrorDC
83 bool GetX(bool x, bool y) const { return m_mirror ? y : x; } function in class:wxMirrorDC
87 wxCoord *GetX(wxCoord *x, wxCoord *y) const { return m_mirror ? y : x; } function in class:wxMirrorDC
115 return m_dc.DoFloodFill(GetX(x, y), GetY(x, y), col, style);
120 return m_dc.DoGetPixel(GetX(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp165 x = m_constrainingObject->GetX();
213 constrainedObject->Move(dc, constrainedObject->GetX(), startY, false);
259 if (!Equals(startX, constrainedObject->GetX()))
327 if ((!Equals(startX, constrainedObject->GetX())) || (!Equals(startY, constrainedObject->GetY())))
353 if (!Equals(x3, constrainedObject->GetX()))
376 if (!Equals(x3, constrainedObject->GetX()))
402 constrainedObject->Move(dc, constrainedObject->GetX(), y3, false);
425 constrainedObject->Move(dc, constrainedObject->GetX(), y3, false);
445 if (!Equals(x3, constrainedObject->GetX()))
468 if (!Equals(x3, constrainedObject->GetX()))
[all...]
H A Dcomposit.cpp131 object->Move(dc, object->GetX() + diffX, object->GetY() + diffY, display);
169 GetEventHandler()->OnDrawOutline(dc, GetX() + offsetX, GetY() + offsetY, GetWidth(), GetHeight());
196 GetEventHandler()->OnDrawOutline(dc, GetX() + offsetX, GetY() + offsetY, GetWidth(), GetHeight());
223 Move(dc, GetX() + offsetX, GetY() + offsetY);
275 double newX = (double)(((object->GetX() - GetX())*xScale) + GetX());
537 if ((object->GetX() + (w/2.0)) > maxX)
538 maxX = (double)(object->GetX() + (w/2.0));
539 if ((object->GetX()
[all...]
H A Dbasic2.cpp1246 m_xpos = m_shape->GetX() + m_xoffset;
1304 double new_width = (double)(2.0*fabs(x - this->GetX()));
1338 this->GetEventHandler()->OnDrawOutline(dc, this->GetX(), this->GetY(),
1413 if (pt->GetX() < this->GetX())
1414 pt->sm_controlPointDragStartX = (double)(this->GetX() + (bound_x/2.0));
1416 pt->sm_controlPointDragStartX = (double)(this->GetX() - (bound_x/2.0));
1426 pt->sm_controlPointDragStartX = (double)(this->GetX() - (bound_x/2.0));
1438 double new_width = (double)(2.0*fabs(x - this->GetX()));
1471 this->GetEventHandler()->OnDrawOutline(dc, this->GetX(), thi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h78 long GetX() const;
84 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h82 wxCoord GetX() const { return m_rect.GetX(); } function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h89 wxCoord GetX(void) const;
95 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h83 wxCoord GetX() const;
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h100 wxCoord GetX(void) const;
106 wxRect GetRect(void) const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h84 wxCoord GetX() const;
91 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp710 wxDCClipper clipper( *dc, rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() );
720 wxPoint point( rect.GetX(), rect.GetY() );
868 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
874 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
880 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
887 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
896 dc->SetClippingRegion(rect.GetX(), rect.GetY() + 1, iWidth, iHeight);
934 dc->Blit(rect.GetX(), rect.GetY() + 1, iWidth, iHeight, &cdcStatus, 0, 0);
945 int midx = (2*rect.GetX() + rect.GetWidth()) >> 1;
953 dc->DrawText(buffer, wxMax(rect.GetX()
[all...]
H A DMuleTextCtrl.cpp110 PopupMenu( &popup_menu, evt.GetX(), evt.GetY() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h149 long GetX() const;
155 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dregion.cpp198 wxCoord wxRegionIterator::GetX() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsetcursorevt.tex52 \membersection{wxSetCursorEvent::GetX}\label{wxsetcursoreventgetx}
54 \constfunc{wxCoord}{GetX}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dregion.h67 long GetX() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatusbr.cpp413 if (HasFlag( wxST_SIZEGRIP ) && (event.GetX() > width-height))
431 org_x - event.GetX() + GetSize().x ,
440 org_x + event.GetX(),
460 if (HasFlag( wxST_SIZEGRIP ) && (event.GetX() > width-height))
475 org_x + event.GetX(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.cpp318 m_shapeOnCanvas->Move(dc, m_shapeOnCanvas->GetX(), m_shapeOnCanvas->GetY());
356 lineShape->GetFrom()->Move(dc, lineShape->GetFrom()->GetX(), lineShape->GetFrom()->GetY());
357 lineShape->GetTo()->Move(dc, lineShape->GetTo()->GetX(), lineShape->GetTo()->GetY());
428 m_shapeOnCanvas->Move(dc, m_shapeOnCanvas->GetX(), m_shapeOnCanvas->GetY());
453 m_shapeOnCanvas->Move(dc, m_shapeOnCanvas->GetX(), m_shapeOnCanvas->GetY());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcscreen.cpp86 srcRect.origin.x = subrect->GetX();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h107 wxCoord GetX() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h109 wxCoord GetX() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp546 width = dc.GetTextExtent(item.GetLabel()).GetX();
2280 if (gripper_rect.Contains(evt.GetX(), evt.GetY()))
2287 int x_drag_offset = evt.GetX() - gripper_rect.GetX();
2307 e.SetClickPoint(wxPoint(evt.GetX(), evt.GetY()));
2354 m_action_pos = wxPoint(evt.GetX(), evt.GetY());
2355 m_action_item = FindToolByPosition(evt.GetX(), evt.GetY());
2374 int mouse_x = evt.GetX();
2395 wxAuiToolBarItem* hit_item = FindToolByPosition(evt.GetX(), evt.GetY());
2413 hit_item = FindToolByPosition(evt.GetX(), ev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp131 int nX = rRect.GetX();
393 if (rEvent.GetX() <= wxOwnerDrawn::GetDefaultMarginWidth())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dpenguin.cpp243 (2.0*event.GetX() - sz.x) / sz.x,
252 m_gldata.beginx = event.GetX();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/erase/
H A Derase.cpp260 wxLogDebug( _T("Paint: %d %d %d %d"), upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
297 dc.DrawRectangle( it.GetX(), it.GetY(), it.GetWidth(), it.GetHeight() );

Completed in 291 milliseconds

12345