Searched refs:fitToBounds (Results 1 – 12 of 12) sorted by relevance
574 private Point PointToImage(PointF point, bool fitToBounds) in PointToImage() argument579 if (viewport.Contains(new Point(point)) || fitToBounds) in PointToImage()
597 private Point PointToImage(Point point, bool fitToBounds) in PointToImage() argument602 if (viewport.Contains(point) || fitToBounds) in PointToImage()
364 FXbool fitToBounds(const FXRangef& box);
369 FXbool fitToBounds(const FXRangef& box);
1042 FXbool FXGLViewer::fitToBounds(const FXRangef& box){ in fitToBounds() function in FX::FXGLViewer
1043 FXbool FXGLViewer::fitToBounds(const FXRangef& box){ in fitToBounds() function in FX::FXGLViewer