Searched refs:toY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp177 float toY = currentTileRect.y(); local
178 while (toY < destRect.maxY()) {
182 FloatRect toRect(toX, toY, currentTileRect.width(), currentTileRect.height());
190 toY += currentTileRect.height();
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathStringSource.cpp229 float toY; local
236 || !parseNumber(current, end, toY))
238 targetPoint = FloatPoint(toX, toY);
H A DSVGPathBlender.cpp59 // Transform toY to the coordinate mode of fromY
148 float toY = 0; local
150 || !m_toSource->parseLineToVerticalSegment(toY))
153 m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
155 m_toCurrentPoint.setY(m_toMode == AbsoluteCoordinates ? toY : m_toCurrentPoint.y() + toY);
H A DSVGPathParser.cpp104 float toY; local
105 if (!m_source->parseLineToVerticalSegment(toY))
110 m_currentPoint.move(0, toY);
112 m_currentPoint.setY(toY);
115 m_consumer->lineToVertical(toY, m_mode);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c236 int toX, toY; /* Values specified for -to option. */ member in struct:SubcommandOptions
865 options.toY2 = options.toY + height * options.zoomY;
890 &block, options.toX, options.toY, options.toX2 - options.toX,
891 options.toY2 - options.toY, options.zoomX, options.zoomY,
1071 options.toY2 = options.toY + imageHeight;
1076 if (imageHeight > options.toY2 - options.toY) {
1077 imageHeight = options.toY2 - options.toY;
1089 options.toX, options.toY, imageWidth, imageHeight,
1200 options.toY2 = options.toY + dataHeight;
1211 options.toX, options.toY, option
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c240 int toX, toY; /* Values specified for -to option. */ member in struct:SubcommandOptions
891 options.toY2 = options.toY + height * options.zoomY;
917 options.toX, options.toY, options.toX2 - options.toX,
918 options.toY2 - options.toY, options.zoomX, options.zoomY,
1099 options.toY2 = options.toY + imageHeight;
1104 if (imageHeight > options.toY2 - options.toY) {
1105 imageHeight = options.toY2 - options.toY;
1117 options.toX, options.toY, imageWidth, imageHeight,
1192 options.toY2 = options.toY + dataHeight;
1203 options.toX, options.toY, option
[all...]

Completed in 146 milliseconds