• Home
  • Raw
  • Download

Lines Matching refs:CFX_PointF

147   CFX_PointF ptCenter = GetCenterPoint();  in DrawThisAppearance()
153 CFX_PointF pt1; in DrawThisAppearance()
154 CFX_PointF pt2; in DrawThisAppearance()
155 CFX_PointF pt3; in DrawThisAppearance()
160 CFX_PointF(ptCenter.x - kScrollBarTriangleQuarterLength, ptCenter.y); in DrawThisAppearance()
161 pt2 = CFX_PointF(ptCenter.x + kScrollBarTriangleQuarterLength, in DrawThisAppearance()
163 pt3 = CFX_PointF(ptCenter.x + kScrollBarTriangleQuarterLength, in DrawThisAppearance()
167 CFX_PointF(ptCenter.x + kScrollBarTriangleQuarterLength, ptCenter.y); in DrawThisAppearance()
168 pt2 = CFX_PointF(ptCenter.x - kScrollBarTriangleQuarterLength, in DrawThisAppearance()
170 pt3 = CFX_PointF(ptCenter.x - kScrollBarTriangleQuarterLength, in DrawThisAppearance()
210 std::vector<CFX_PointF> pts; in DrawThisAppearance()
212 pts.push_back(CFX_PointF(fX + 2.5f, fY + 4.0f)); in DrawThisAppearance()
213 pts.push_back(CFX_PointF(fX + 2.5f, fY + 3.0f)); in DrawThisAppearance()
214 pts.push_back(CFX_PointF(fX + 4.5f, fY + 5.0f)); in DrawThisAppearance()
215 pts.push_back(CFX_PointF(fX + 6.5f, fY + 3.0f)); in DrawThisAppearance()
216 pts.push_back(CFX_PointF(fX + 6.5f, fY + 4.0f)); in DrawThisAppearance()
217 pts.push_back(CFX_PointF(fX + 4.5f, fY + 6.0f)); in DrawThisAppearance()
218 pts.push_back(CFX_PointF(fX + 2.5f, fY + 4.0f)); in DrawThisAppearance()
220 pts.push_back(CFX_PointF(fX + 2.5f, fY + 5.0f)); in DrawThisAppearance()
221 pts.push_back(CFX_PointF(fX + 2.5f, fY + 6.0f)); in DrawThisAppearance()
222 pts.push_back(CFX_PointF(fX + 4.5f, fY + 4.0f)); in DrawThisAppearance()
223 pts.push_back(CFX_PointF(fX + 6.5f, fY + 6.0f)); in DrawThisAppearance()
224 pts.push_back(CFX_PointF(fX + 6.5f, fY + 5.0f)); in DrawThisAppearance()
225 pts.push_back(CFX_PointF(fX + 4.5f, fY + 3.0f)); in DrawThisAppearance()
226 pts.push_back(CFX_PointF(fX + 2.5f, fY + 5.0f)); in DrawThisAppearance()
238 CFX_PointF ptTop = CFX_PointF(rectWnd.left, rectWnd.top - 1.0f); in DrawThisAppearance()
239 CFX_PointF ptBottom = CFX_PointF(rectWnd.left, rectWnd.bottom + 1.0f); in DrawThisAppearance()
276 CFX_PointF ptLeft = CFX_PointF(ptCenter.x - nFrictionWidth / 2.0f, in DrawThisAppearance()
278 CFX_PointF ptRight = CFX_PointF(ptCenter.x + nFrictionWidth / 2.0f, in DrawThisAppearance()
288 bool CPWL_SBButton::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
300 bool CPWL_SBButton::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
312 bool CPWL_SBButton::OnMouseMove(const CFX_PointF& point, uint32_t nFlag) { in OnMouseMove()
433 &mtUser2Device, CFX_PointF(rectWnd.left + 2.0f, rectWnd.top - 2.0f), in DrawThisAppearance()
434 CFX_PointF(rectWnd.left + 2.0f, rectWnd.bottom + 2.0f), in DrawThisAppearance()
438 &mtUser2Device, CFX_PointF(rectWnd.right - 2.0f, rectWnd.top - 2.0f), in DrawThisAppearance()
439 CFX_PointF(rectWnd.right - 2.0f, rectWnd.bottom + 2.0f), in DrawThisAppearance()
444 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
498 bool CPWL_ScrollBar::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
538 void CPWL_ScrollBar::NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonDown()
547 void CPWL_ScrollBar::NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonUp()
556 void CPWL_ScrollBar::NotifyMouseMove(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyMouseMove()
700 void CPWL_ScrollBar::OnMinButtonLBDown(const CFX_PointF& point) { in OnMinButtonLBDown()
712 void CPWL_ScrollBar::OnMinButtonLBUp(const CFX_PointF& point) {} in OnMinButtonLBUp()
714 void CPWL_ScrollBar::OnMinButtonMouseMove(const CFX_PointF& point) {} in OnMinButtonMouseMove()
716 void CPWL_ScrollBar::OnMaxButtonLBDown(const CFX_PointF& point) { in OnMaxButtonLBDown()
728 void CPWL_ScrollBar::OnMaxButtonLBUp(const CFX_PointF& point) {} in OnMaxButtonLBUp()
730 void CPWL_ScrollBar::OnMaxButtonMouseMove(const CFX_PointF& point) {} in OnMaxButtonMouseMove()
732 void CPWL_ScrollBar::OnPosButtonLBDown(const CFX_PointF& point) { in OnPosButtonLBDown()
751 void CPWL_ScrollBar::OnPosButtonLBUp(const CFX_PointF& point) { in OnPosButtonLBUp()
759 void CPWL_ScrollBar::OnPosButtonMouseMove(const CFX_PointF& point) { in OnPosButtonMouseMove()