y 128 cygnal/handler.h void setDiskStream(int x, boost::shared_ptr<gnash::DiskStream> y) { _diskstreams[x] = y; }
y 47 gui/aqua/aquasup.h int valid_y(int y);
y 348 gui/fb/EventDevice.cpp case KEY_Y : return shift ? gnash::key::Y : gnash::key::y;
y 134 gui/fb/TouchDevice.cpp if (event.y > static_cast<int>(_gui->getStage()->getStageHeight())) {
y 135 gui/fb/TouchDevice.cpp event.y = static_cast<int>(_gui->getStage()->getStageHeight());
y 140 gui/fb/TouchDevice.cpp int(event.y / _gui->getYScale()));
y 144 gui/fb/TouchDevice.cpp event.x , event.y, _gui->getStage()->getStageWidth(),
y 148 gui/fb/TouchDevice.cpp log_debug("lifted x: %d y: %d", event.x, event.y); //debug
y 439 gui/fb/fb.cpp for (int y=bounds.getMinY(), y1=y+_ypos; y<=maxy; ++y, ++y1) {
y 440 gui/fb/fb.cpp const unsigned int pix_idx_in = y*m_rowsize + minx*pixel_size;
y 305 gui/fltk/fltk.cpp oldBounds.set(gui->x(), gui->y(), gui->w(), gui->h());
y 308 gui/fltk/fltk.cpp gui->fullscreen_off(oldBounds.x(), oldBounds.y(), oldBounds.w(), oldBounds.h());
y 35 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::FltkAggGlue(int x, int y, int width, int height)
y 36 gui/fltk/fltk_glue_agg.cpp : Widget(x, y, width, height),
y 41 gui/fltk/fltk_glue_agg.h FltkAggGlue(int x, int y, int width, int height);
y 773 gui/gtk/gtk.cpp int x, y;
y 774 gui/gtk/gtk.cpp gtk_window_get_position(GTK_WINDOW(_window), &x, &y);
y 776 gui/gtk/gtk.cpp if (yPosition > -1) y = yPosition; // as 0 is also a valid coordinate.
y 777 gui/gtk/gtk.cpp gtk_window_move(GTK_WINDOW(_window), x, y);
y 930 gui/gtk/gtk.cpp rect.y = bounds.getMinY();
y 2445 gui/gtk/gtk.cpp obj->notifyMouseMove(event->x, event->y);
y 160 gui/gtk/gtk_canvas.cpp attributes.y = widget->allocation.y;
y 65 gui/gtk/gtk_glue.h render(r.x, r.y, r.x + r.width, r.y + r.height);
y 152 gui/gtk/gtk_glue_agg.cpp const int& y = miny;
y 158 gui/gtk/gtk_glue_agg.cpp gdk_draw_image(_drawing_area->window, gc, _offscreenbuf, x, y, x, y, width,
y 91 gui/gtk/gtk_glue_agg_vaapi.cpp { return _rect.y; }
y 107 gui/gtk/gtk_glue_agg_vaapi.cpp wattr.y = rect.y;
y 138 gui/gtk/gtk_glue_agg_vaapi.cpp gdk_window_move_resize(_window, rect.x, rect.y, rect.width, rect.height);
y 356 gui/gtk/gtk_glue_agg_vaapi.cpp src_rect.y = (*img)->y();
y 364 gui/gtk/gtk_glue_agg_vaapi.cpp dst_rect.y = src_rect.y * yscale;
y 83 gui/gtk/gtk_glue_cairo.cpp const int& y = miny;
y 91 gui/gtk/gtk_glue_cairo.cpp gdk_draw_image(_drawing_area->window, gc, _image, x, y, x, y, width,
y 133 gui/gtk/gtk_glue_gtkglext.cpp glViewport (event->x, event->y, event->width, event->height);
y 484 gui/gui.cpp boost::int32_t y = (uy-_yoffset) / _yscale;
y 487 gui/gui.cpp log_debug(_("mouse @ %d,%d"), x, y);
y 490 gui/gui.cpp if ( m->mouseMoved(x, y) )
y 228 gui/gui.h void notifyMouseMove(int x, int y);
y 292 gui/haiku/haiku.cpp int32 x, y;
y 294 gui/haiku/haiku.cpp || B_OK != msg->FindInt32("y", &y))
y 301 gui/haiku/haiku.cpp _mousemovedy = y;
y 303 gui/haiku/haiku.cpp _gui->notifyMouseMove(x, y);
y 171 gui/haiku/haiku_agg_glue.cpp || B_OK != msg.AddInt32("y", point.y))
y 53 gui/kde/Kde4Glue.cpp _gui.notifyMouseMove(position.x(), position.y());
y 408 gui/kde/kde.cpp _godfather->notifyMouseMove(position.x(), position.y());
y 490 gui/kde/kde.cpp ymin = static_cast<int> (pixelsToTwips(rect.y()-1)),
y 379 gui/pythonmod/gnash-view.cpp boost::int32_t y = event->y / yscale;
y 381 gui/pythonmod/gnash-view.cpp if ( view->stage->mouseMoved(x, y) )
y 32 gui/riscos/riscos_glue.h virtual void render(int x, int y, int /*minx*/, int /*miny*/, int /*maxx*/, int /*maxy*/)
y 33 gui/riscos/riscos_glue.h { render(x, y); };
y 126 gui/riscos/riscos_glue_agg.cpp render(x, y, 0, 0, _width, _height);
y 145 gui/riscos/riscos_glue_agg.cpp fb[(row + y) * fbw + fbc + 0] = _offscreenbuf[row * osw + osc + 0];
y 146 gui/riscos/riscos_glue_agg.cpp fb[(row + y) * fbw + fbc + 1] = _offscreenbuf[row * osw + osc + 1];
y 147 gui/riscos/riscos_glue_agg.cpp fb[(row + y) * fbw + fbc + 2] = _offscreenbuf[row * osw + osc + 2];
y 148 gui/riscos/riscos_glue_agg.cpp fb[(row + y) * fbw + fbc + 3] = 0;
y 35 gui/riscos/riscos_glue_agg.h void render(int x, int y);
y 36 gui/riscos/riscos_glue_agg.h void render(int x, int y, int minx, int miny, int maxx, int maxy);
y 71 gui/sdl/sdl.cpp if (event.motion.x == x_old && event.motion.y == y_old) { break; }
y 73 gui/sdl/sdl.cpp y_old = event.motion.y;
y 192 gui/sdl/sdl_agg_glue.cpp SDL_UpdateRect(_screen, clip.x, clip.y, clip.w, clip.h);
y 117 libbase/GnashImage.cpp assert(y < _height);
y 119 libbase/GnashImage.cpp iterator data = scanline(*this, y) + 4 * x;
y 288 libbase/GnashImage.cpp for (size_t y = 0; y < height; ++y) {
y 291 libbase/GnashImage.cpp GnashImage::iterator data = scanline(*im, y);
y 256 libbase/GnashImage.h void setPixel(size_t x, size_t y, value_type r, value_type g, value_type b,
y 454 libbase/GnashImageJpeg.cpp for (size_t y = 0, height = loader.getHeight(); y < height; y++) {
y 455 libbase/GnashImageJpeg.cpp loader.readScanline(scanline(*im, y));
y 599 libbase/GnashImageJpeg.cpp for (size_t y = 0; y < _height; ++y) {
y 600 libbase/GnashImageJpeg.cpp const unsigned char* ypos = &rgbData[y * _width * components];
y 308 libbase/GnashImagePng.cpp for (size_t y = 0; y < height; ++y) {
y 309 libbase/GnashImagePng.cpp _rowPtrs[y] = _pixelData.get() + y * width * components;
y 364 libbase/GnashImagePng.cpp for (size_t y = 0; y < _height; ++y) {
y 365 libbase/GnashImagePng.cpp rows[y] = rgbaData + _width * y * components;
y 389 libbase/GnashImagePng.cpp for (size_t y = 0; y < _height; ++y) {
y 390 libbase/GnashImagePng.cpp rows[y] = rgbData + _width * y * components;
y 53 libbase/GnashVaapiImageProxy.h GnashVaapiImageProxy(GnashVaapiImage *image, int x, int y, size_t w, size_t h)
y 54 libbase/GnashVaapiImageProxy.h : _surface(image->surface()), _x(x), _y(y), _width(w), _height(h)
y 59 libbase/GnashVaapiImageProxy.h , _x(o.x()), _y(o.y()), _width(o.width()), _height(o.height())
y 76 libbase/GnashVaapiImageProxy.h int y() const { return _y; }
y 46 libbase/Point2d.h boost::int32_t y; // TWIPS
y 51 libbase/Point2d.h x(0), y(0)
y 58 libbase/Point2d.h x(cx), y(cy)
y 71 libbase/Point2d.h y( p0.y + (boost::int32_t)((p1.y - p0.y) * t))
y 82 libbase/Point2d.h y = cy;
y 97 libbase/Point2d.h y = p0.y + (boost::int32_t)((p1.y - p0.y) * t);
y 106 libbase/Point2d.h boost::int64_t vside = p1.y - p0.y;
y 125 libbase/Point2d.h return (x == p.x) && (y == p.y);
y 138 libbase/Point2d.h return os << "Point2d(" << p.x << "," << p.y << ")";
y 255 libbase/Range2d.h bool contains(U x, U y) const
y 259 libbase/Range2d.h if (x < _xmin || x > _xmax || y < _ymin || y > _ymax)
y 311 libbase/Range2d.h Range2d<T>& expandTo(T x, T y)
y 318 libbase/Range2d.h setTo(x,y);
y 323 libbase/Range2d.h _ymin = std::min(_ymin, y);
y 325 libbase/Range2d.h _ymax = std::max(_ymax, y);
y 335 libbase/Range2d.h Range2d<T>& expandToCircle(T x, T y, T radius)
y 340 libbase/Range2d.h expandTo(x-radius, y);
y 341 libbase/Range2d.h expandTo(x+radius, y);
y 343 libbase/Range2d.h expandTo(x, y-radius);
y 344 libbase/Range2d.h expandTo(x, y+radius);
y 353 libbase/Range2d.h Range2d<T>& setTo(T x, T y)
y 356 libbase/Range2d.h _ymin = _ymax = y;
y 82 libbase/gmemory.h int diffStats(int x, int y);
y 86 libbase/gmemory.h int diffStamp(int x, int y);
y 279 libbase/jemtree.h #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y)
y 280 libbase/jemtree.h #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y)
y 281 libbase/jemtree.h #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y)
y 282 libbase/jemtree.h #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y)
y 724 libbase/jemtree.h #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y)
y 725 libbase/jemtree.h #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y)
y 726 libbase/jemtree.h #define RB_FIND(name, x, y) name##_RB_FIND(x, y)
y 727 libbase/jemtree.h #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y)
y 728 libbase/jemtree.h #define RB_NEXT(name, x, y) name##_RB_NEXT(y)
y 729 libbase/jemtree.h #define RB_PREV(name, x, y) name##_RB_PREV(y)
y 175 libbase/memory.cpp Memory::diffStats(int x, int y)
y 179 libbase/memory.cpp if ((_info) && (x < DATALOG_SIZE) && (y < yy)) {
y 180 libbase/memory.cpp return (_info[x].uordblks - _info[y].uordblks);
y 194 libbase/memory.cpp Memory::diffStamp(int x, int y)
y 198 libbase/memory.cpp if ((_info) && (x < DATALOG_SIZE) && (y < yy)) {
y 199 libbase/memory.cpp return (_info[x].stamp.tv_nsec - _info[y].stamp.tv_nsec);
y 228 libbase/snappingrange.h ContainsPoint(const T x, const T y) : _x(x), _y(y) {}
y 360 libbase/snappingrange.h bool contains(T x, T y) const {
y 363 libbase/snappingrange.h return std::find_if(_ranges.begin(), _ranges.end(), ContainsPoint(x, y))
y 107 libcore/Bitmap.cpp return pointInBounds(x, y);
y 74 libcore/Bitmap.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 413 libcore/Button.cpp point p(x, y);
y 421 libcore/Button.cpp InteractiveObject *hit = ch->topmostMouseEntity(p.x, p.y);
y 435 libcore/Button.cpp point wp(x,y);
y 444 libcore/Button.cpp if ((*i)->pointInVisibleShape(wp.x, wp.y))
y 787 libcore/Button.cpp if (ch->pointInShape(x,y)) return true;
y 104 libcore/Button.h boost::int32_t y);
y 115 libcore/Button.h bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 1308 libcore/DisplayObject.cpp boost::int32_t x, y;
y 1309 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition();
y 1312 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y));
y 1322 libcore/DisplayObject.cpp boost::int32_t x, y;
y 1323 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition();
y 1326 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y));
y 1328 libcore/DisplayObject.cpp return as_value(twipsToPixels(a.y));
y 487 libcore/DisplayObject.h bool pointInBounds(boost::int32_t x, boost::int32_t y) const
y 492 libcore/DisplayObject.h return bounds.point_test(x, y);
y 500 libcore/DisplayObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const = 0;
y 514 libcore/DisplayObject.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const
y 518 libcore/DisplayObject.h return pointInShape(x, y);
y 657 libcore/DisplayObject.h boost::int32_t y, DisplayObject* dragging) const
y 659 libcore/DisplayObject.h if (this != dragging && visible() && pointInVisibleShape(x, y)) {
y 58 libcore/DragState.h void setOffset(boost::int32_t x, boost::int32_t y) {
y 60 libcore/DragState.h _yoffset = y;
y 80 libcore/DynamicShape.cpp _y = _currpath->ap.y;
y 172 libcore/DynamicShape.cpp _y = y;
y 182 libcore/DynamicShape.cpp _currpath->drawLineTo(x, y);
y 193 libcore/DynamicShape.cpp bounds.expand_to_circle(x, y, swfVersion < 8 ? thickness :
y 201 libcore/DynamicShape.cpp _y = y;
y 56 libcore/DynamicShape.h void moveTo(boost::int32_t x, boost::int32_t y);
y 59 libcore/DynamicShape.h void lineTo(boost::int32_t x, boost::int32_t y, int swfVersion);
y 146 libcore/DynamicShape.h bool pointTestLocal(boost::int32_t x, boost::int32_t y,
y 150 libcore/DynamicShape.h return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y,
y 157 libcore/FreetypeGlyphsProvider.cpp log_debug("moveTo: %ld,%ld", to->x, to->y);
y 160 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale);
y 170 libcore/FreetypeGlyphsProvider.cpp log_debug("lineTo: %ld,%ld", to->x, to->y);
y 173 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale);
y 182 libcore/FreetypeGlyphsProvider.cpp log_debug("conicTo: %ld,%ld %ld,%ld", ctrl->x, ctrl->y, to->x, to->y);
y 185 libcore/FreetypeGlyphsProvider.cpp boost::int32_t y1 = static_cast<boost::int32_t>(ctrl->y * _scale);
y 187 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale);
y 198 libcore/FreetypeGlyphsProvider.cpp ctrl1->y, ctrl2->x, ctrl2->y, to->x, to->y);
y 201 libcore/FreetypeGlyphsProvider.cpp float y = ctrl1->y + ( (ctrl2->y - ctrl1->y) * 0.5 );
y 203 libcore/FreetypeGlyphsProvider.cpp boost::int32_t y1 = static_cast<boost::int32_t>(y * _scale);
y 205 libcore/FreetypeGlyphsProvider.cpp _y = - static_cast<boost::int32_t>(to->y * _scale);
y 216 libcore/FreetypeGlyphsProvider.cpp bounds.expand_to_circle(x, y, 0);
y 46 libcore/Geometry.cpp if ( ((y0 < y) && (y1 < y) && (cy < y))
y 47 libcore/Geometry.cpp || ((y0 > y) && (y1 > y) && (cy > y)) )
y 67 libcore/Geometry.cpp float C = y0 - y;
y 150 libcore/Geometry.cpp point pt(x, y);
y 165 libcore/Geometry.cpp float next_pen_y = pth.ap.y;
y 219 libcore/Geometry.cpp next_pen_y = edg.ap.y;
y 229 libcore/Geometry.cpp if (edg.ap.y == pen_y)
y 234 libcore/Geometry.cpp if ( ((pen_y <= y) && (edg.ap.y >= y))
y 235 libcore/Geometry.cpp || ((pen_y >= y) && (edg.ap.y <= y)) )
y 240 libcore/Geometry.cpp (y - pen_y) / (edg.ap.y - pen_y);
y 242 libcore/Geometry.cpp if (pen_y > edg.ap.y)
y 258 libcore/Geometry.cpp crosscount = curve_x_crossings(pen_x, pen_y, edg.ap.x, edg.ap.y,
y 259 libcore/Geometry.cpp edg.cp.x, edg.cp.y, y, cross1, cross2);
y 260 libcore/Geometry.cpp dir1 = pen_y > y ? -1 : +1;
y 94 libcore/Geometry.h boost::int32_t dy = B.y - A.y;
y 102 libcore/Geometry.h boost::int32_t pdy = p.y - A.y;
y 268 libcore/Geometry.h ap.y = ay;
y 305 libcore/Geometry.h r.expand_to_circle(ap.x, ap.y, radius);
y 308 libcore/Geometry.h r.expand_to_circle(m_edges[j].ap.x, m_edges[j].ap.y, radius);
y 309 libcore/Geometry.h r.expand_to_circle(m_edges[j].cp.x, m_edges[j].cp.y, radius);
y 314 libcore/Geometry.h r.expand_to_point(ap.x, ap.y);
y 317 libcore/Geometry.h r.expand_to_point(m_edges[j].ap.x, p.m_edges[j].ap.y);
y 318 libcore/Geometry.h r.expand_to_point(m_edges[j].cp.x, p.m_edges[j].cp.y);
y 438 libcore/Geometry.h point p0(A.x, A.y);
y 449 libcore/Geometry.h p0.setTo(p1.x, p1.y);
y 575 libcore/Geometry.h boost::int32_t y, const SWFMatrix& wm);
y 171 libcore/GnashKey.h y,
y 131 libcore/InteractiveObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
y 135 libcore/InteractiveObject.h return pointInBounds(x, y);
y 43 libcore/MorphShape.cpp point lp(x, y);
y 56 libcore/MorphShape.cpp if (!_shape.getBounds().point_test(lp.x, lp.y)) return false;
y 59 libcore/MorphShape.cpp lp.x, lp.y, wm);
y 61 libcore/MorphShape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 155 libcore/MovieClip.cpp if (!ch->pointInShape(_wp.x, _wp.y)) {
y 160 libcore/MovieClip.cpp _wp.x, _wp.y, ch->get_clip_depth());
y 168 libcore/MovieClip.cpp ch->getTarget(), ch->get_depth(), _wp.x, _wp.y);
y 183 libcore/MovieClip.cpp InteractiveObject* te = ch->topmostMouseEntity(_pp.x, _pp.y);
y 198 libcore/MovieClip.cpp _m->getTarget(), _m->get_depth(), _wp.x, _wp.y);
y 1346 libcore/MovieClip.cpp ShapeContainerFinder finder(x, y);
y 1349 libcore/MovieClip.cpp return hitTestDrawable(x, y);
y 1365 libcore/MovieClip.cpp if (mask && mask->visible() && !mask->pointInShape(x, y)) {
y 1369 libcore/MovieClip.cpp mask->getTarget(), x, y);
y 1373 libcore/MovieClip.cpp VisibleShapeContainerFinder finder(x, y);
y 1376 libcore/MovieClip.cpp return hitTestDrawable(x, y);
y 1383 libcore/MovieClip.cpp point lp(x, y);
y 1385 libcore/MovieClip.cpp if (!_drawable.getBounds().point_test(lp.x, lp.y)) return false;
y 1386 libcore/MovieClip.cpp return _drawable.pointTestLocal(lp.x, lp.y, wm);
y 1395 libcore/MovieClip.cpp if (mask && !mask->pointInShape(x, y)) return false;
y 1397 libcore/MovieClip.cpp HitableShapeContainerFinder finder(x, y);
y 1401 libcore/MovieClip.cpp return hitTestDrawable(x, y);
y 1410 libcore/MovieClip.cpp point wp(x, y);
y 1422 libcore/MovieClip.cpp if (pointInVisibleShape(wp.x, wp.y)) return this;
y 1428 libcore/MovieClip.cpp point pp(x, y);
y 1448 libcore/MovieClip.cpp DropTargetFinder finder(x, y, dragging);
y 1460 libcore/MovieClip.cpp if (hitTestDrawable(x, y)) return this;
y 145 libcore/MovieClip.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 148 libcore/MovieClip.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const;
y 154 libcore/MovieClip.h virtual bool pointInHitableShape(boost::int32_t x, boost::int32_t y) const;
y 220 libcore/MovieClip.h boost::int32_t y);
y 223 libcore/MovieClip.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y,
y 667 libcore/MovieClip.h bool hitTestDrawable(boost::int32_t x, boost::int32_t y) const;
y 82 libcore/SWFMatrix.cpp boost::int32_t t0 = multiplyFixed16(_a, p.x) + multiplyFixed16(_c, p.y) + _tx;
y 83 libcore/SWFMatrix.cpp boost::int32_t t1 = multiplyFixed16(_b, p.x) + multiplyFixed16(_d, p.y) + _ty;
y 85 libcore/SWFMatrix.cpp p.y = t1;
y 91 libcore/SWFMatrix.cpp const boost::int32_t t0 = multiplyFixed16(_a, x) + multiplyFixed16(_c, y) + _tx;
y 92 libcore/SWFMatrix.cpp const boost::int32_t t1 = multiplyFixed16(_b,x) + multiplyFixed16(_d, y) + _ty;
y 94 libcore/SWFMatrix.cpp y = t1;
y 115 libcore/SWFMatrix.cpp r.setTo(p0.x, p0.y);
y 116 libcore/SWFMatrix.cpp r.expandTo(p1.x, p1.y);
y 117 libcore/SWFMatrix.cpp r.expandTo(p2.x, p2.y);
y 118 libcore/SWFMatrix.cpp r.expandTo(p3.x, p3.y);
y 233 libcore/SWFMatrix.cpp result->x = multiplyFixed16(_a, p.x) + multiplyFixed16(_c, p.y) + _tx;
y 234 libcore/SWFMatrix.cpp result->y = multiplyFixed16(_b, p.x) + multiplyFixed16(_d, p.y) + _ty;
y 257 libcore/SWFMatrix.cpp r.set_to_point(p0.x, p0.y);
y 258 libcore/SWFMatrix.cpp r.expand_to_point(p1.x, p1.y);
y 259 libcore/SWFMatrix.cpp r.expand_to_point(p2.x, p2.y);
y 260 libcore/SWFMatrix.cpp r.expand_to_point(p3.x, p3.y);
y 69 libcore/SWFMatrix.h SWFMatrix(int a, int b, int c, int d, int x, int y)
y 76 libcore/SWFMatrix.h _ty(y)
y 122 libcore/SWFMatrix.h void concatenate_scale(double x, double y);
y 148 libcore/SWFMatrix.h void set_y_translation(int y) {
y 149 libcore/SWFMatrix.h _ty = y;
y 153 libcore/SWFMatrix.h void set_translation(int x, int y) {
y 155 libcore/SWFMatrix.h _ty = y;
y 162 libcore/SWFMatrix.h void transform(boost::int32_t& x, boost::int32_t& y) const;
y 53 libcore/SWFRect.cpp set_to_point(p0.x, p0.y);
y 54 libcore/SWFRect.cpp expand_to(p1.x, p1.y);
y 55 libcore/SWFRect.cpp expand_to(p2.x, p2.y);
y 56 libcore/SWFRect.cpp expand_to(p3.x, p3.y);
y 100 libcore/SWFRect.cpp set_to_point(p0.x, p0.y);
y 103 libcore/SWFRect.cpp expand_to(p0.x, p0.y);
y 105 libcore/SWFRect.cpp expand_to(p1.x, p1.y);
y 106 libcore/SWFRect.cpp expand_to(p2.x, p2.y);
y 107 libcore/SWFRect.cpp expand_to(p3.x, p3.y);
y 128 libcore/SWFRect.cpp p.y = gnash::clamp<boost::int32_t>(p.y, _yMin, _yMax);
y 143 libcore/SWFRect.h bool point_test(boost::int32_t x, boost::int32_t y) const
y 147 libcore/SWFRect.h if (x < _xMin || x > _xMax || y < _yMin || y > _yMax) {
y 154 libcore/SWFRect.h void set_to_point(boost::int32_t x, boost::int32_t y)
y 157 libcore/SWFRect.h _yMin = _yMax = y;
y 171 libcore/SWFRect.h void expand_to_point(boost::int32_t x, boost::int32_t y)
y 174 libcore/SWFRect.h set_to_point(x, y);
y 176 libcore/SWFRect.h expand_to(x, y);
y 186 libcore/SWFRect.h void expand_to_circle(boost::int32_t x, boost::int32_t y,
y 194 libcore/SWFRect.h _yMin = y - radius;
y 196 libcore/SWFRect.h _yMax = y + radius;
y 199 libcore/SWFRect.h _yMin = std::min(_yMin, y - radius);
y 201 libcore/SWFRect.h _yMax = std::max(_yMax, y + radius);
y 246 libcore/SWFRect.h void expand_to(boost::int32_t x, boost::int32_t y)
y 249 libcore/SWFRect.h _yMin = std::min(_yMin, y);
y 251 libcore/SWFRect.h _yMax = std::max(_yMax, y);
y 33 libcore/Shape.cpp point lp(x, y);
y 47 libcore/Shape.cpp if (!_def->bounds().point_test(lp.x, lp.y)) return false;
y 48 libcore/Shape.cpp return _def->pointTestLocal(lp.x, lp.y, wm);
y 52 libcore/Shape.cpp if (!_shape->getBounds().point_test(lp.x, lp.y)) return false;
y 53 libcore/Shape.cpp return _shape->pointTestLocal(lp.x, lp.y, wm);
y 67 libcore/Shape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 54 libcore/StaticText.cpp return pointInBounds(x, y);
y 95 libcore/StaticText.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 251 libcore/TextField.cpp boost::uint16_t y;
y 257 libcore/TextField.cpp y = record.yOffset() - record.textHeight() + getLeading();
y 267 libcore/TextField.cpp (point(x, y))
y 268 libcore/TextField.cpp (point(x, y + h));
y 782 libcore/TextField.cpp point p(x, y);
y 785 libcore/TextField.cpp if (_bounds.point_test(p.x, p.y)) return this;
y 1110 libcore/TextField.cpp boost::int32_t y = static_cast<boost::int32_t>(rec.yOffset());
y 1130 libcore/TextField.cpp handleChar(it, e, x, y, rec, last_code, last_space_glyph,
y 1137 libcore/TextField.cpp _bounds.expand_to_point(x + PADDING_TWIPS, y + PADDING_TWIPS);
y 1229 libcore/TextField.cpp _bounds.expand_to_point(x + PADDING_TWIPS, y + PADDING_TWIPS);
y 1235 libcore/TextField.cpp y += div * (getFontHeight() + leading);
y 1236 libcore/TextField.cpp if (y >= _bounds.height()) {
y 1244 libcore/TextField.cpp rec.setYOffset(y);
y 1328 libcore/TextField.cpp m_text_bounding_box.expand_to_point(x, y + fontDescent);
y 1364 libcore/TextField.cpp newLine(x,y,rec,last_space_glyph,last_line_start_record,1.0);
y 1393 libcore/TextField.cpp newrec.setYOffset(y);
y 1411 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1427 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1436 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1512 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1515 libcore/TextField.cpp y = newrec.yOffset();
y 1520 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1529 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1550 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1552 libcore/TextField.cpp newLine(x, y, newrec, last_space_glyph,
y 1558 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1631 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1643 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1646 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
y 1648 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
y 1652 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1659 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
y 1665 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
y 1671 libcore/TextField.cpp rec.setYOffset(y);
y 1771 libcore/TextField.cpp m_text_bounding_box.expand_to_point(x, y + fontDescent);
y 1803 libcore/TextField.cpp y += _fontHeight + leading;
y 1804 libcore/TextField.cpp if (y >= _bounds.height()) {
y 1811 libcore/TextField.cpp rec.setYOffset(y);
y 2200 libcore/TextField.cpp point lp(x, y);
y 2202 libcore/TextField.cpp return _bounds.point_test(lp.x, lp.y);
y 120 libcore/TextField.h InteractiveObject* topmostMouseEntity(boost::int32_t x, boost::int32_t y);
y 208 libcore/TextField.h bool pointInShape(boost::int32_t x, boost::int32_t y) const;
y 612 libcore/TextField.h void reset_bounding_box(boost::int32_t x, boost::int32_t y)
y 614 libcore/TextField.h m_text_bounding_box.set_to_point(x, y);
y 626 libcore/TextField.h void newLine(boost::int32_t& x, boost::int32_t& y,
y 633 libcore/TextField.h boost::int32_t& y, SWF::TextRecord& rec, int& last_code,
y 58 libcore/Video.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
y 61 libcore/Video.h return pointInBounds(x, y);
y 53 libcore/asobj/ASConversions.cpp const double y = pixelsToTwips(toNumber(getMember(m, NSV::PROP_Y), vm));
y 62 libcore/asobj/ASConversions.cpp return SWFMatrix(a, b, c, d, x + w / 2.0, y + h / 2.0);
y 679 libcore/asobj/Global_as.cpp const unsigned int y = static_cast<unsigned int>(sy);
y 682 libcore/asobj/Global_as.cpp as_function* fun = vm.getNative(x, y);
y 684 libcore/asobj/Global_as.cpp log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
y 722 libcore/asobj/Global_as.cpp const unsigned int y = static_cast<unsigned int>(sy);
y 725 libcore/asobj/Global_as.cpp as_function* fun = vm.getNative(x, y);
y 727 libcore/asobj/Global_as.cpp log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
y 1012 libcore/asobj/MovieClip_as.cpp boost::int32_t y = pixelsToTwips(toNumber(fn.arg(1), getVM(fn)));
y 1014 libcore/asobj/MovieClip_as.cpp return movieclip->pointInBounds(x, y);
y 1021 libcore/asobj/MovieClip_as.cpp const boost::int32_t y = pixelsToTwips(toNumber(fn.arg(1),
y 1025 libcore/asobj/MovieClip_as.cpp if (!shapeFlag) return movieclip->pointInBounds(x, y);
y 1026 libcore/asobj/MovieClip_as.cpp else return movieclip->pointInHitableShape(x, y);
y 1285 libcore/asobj/MovieClip_as.cpp boost::int32_t y = 0;
y 1307 libcore/asobj/MovieClip_as.cpp y = pixelsToTwips(toNumber(tmp, getVM(fn)));
y 1309 libcore/asobj/MovieClip_as.cpp point pt(x, y);
y 1314 libcore/asobj/MovieClip_as.cpp obj->set_member(NSV::PROP_Y, twipsToPixels(pt.y));
y 1346 libcore/asobj/MovieClip_as.cpp boost::int32_t y = 0;
y 1367 libcore/asobj/MovieClip_as.cpp y = pixelsToTwips(toNumber(tmp, getVM(fn)));
y 1369 libcore/asobj/MovieClip_as.cpp point pt(x, y);
y 1374 libcore/asobj/MovieClip_as.cpp obj->set_member(NSV::PROP_Y, twipsToPixels(pt.y));
y 1445 libcore/asobj/MovieClip_as.cpp double y = toNumber(fn.arg(1), getVM(fn));
y 1448 libcore/asobj/MovieClip_as.cpp if (!isFinite(y)) y = 0;
y 1451 libcore/asobj/MovieClip_as.cpp log_debug("%s.lineTo(%g,%g);", movieclip->getTarget(), x, y);
y 1453 libcore/asobj/MovieClip_as.cpp movieclip->graphics().lineTo(pixelsToTwips(x), pixelsToTwips(y),
y 1471 libcore/asobj/MovieClip_as.cpp double y = toNumber(fn.arg(1), getVM(fn));
y 1474 libcore/asobj/MovieClip_as.cpp if (!isFinite(y)) y = 0;
y 1476 libcore/asobj/MovieClip_as.cpp movieclip->graphics().moveTo(pixelsToTwips(x), pixelsToTwips(y));
y 228 libcore/asobj/TextField_as.cpp const int y = toInt(fn.arg(3), getVM(fn));
y 269 libcore/asobj/TextField_as.cpp matrix.set_translation(pixelsToTwips(x), pixelsToTwips(y));
y 120 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return;
y 122 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = pixelAt(*this, x, y);
y 130 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return;
y 132 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = pixelAt(*this, x, y);
y 148 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return 0;
y 149 libcore/asobj/flash/display/BitmapData_as.cpp return *pixelAt(*this, x, y);
y 159 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= static_cast<int>(width()) || y >= static_cast<int>(height())) {
y 170 libcore/asobj/flash/display/BitmapData_as.cpp if (y < 0) {
y 171 libcore/asobj/flash/display/BitmapData_as.cpp h += y;
y 172 libcore/asobj/flash/display/BitmapData_as.cpp y = 0;
y 181 libcore/asobj/flash/display/BitmapData_as.cpp h = std::min<size_t>(height() - y, h);
y 183 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = begin() + y * width();
y 248 libcore/asobj/flash/display/BitmapData_as.cpp const size_t y = p.second;
y 252 libcore/asobj/flash/display/BitmapData_as.cpp iterator pix = pixelAt(*this, x, y);
y 269 libcore/asobj/flash/display/BitmapData_as.cpp if (y > 0) {
y 270 libcore/asobj/flash/display/BitmapData_as.cpp const size_t ny = y - 1;
y 290 libcore/asobj/flash/display/BitmapData_as.cpp if (y + 1 < height()) {
y 291 libcore/asobj/flash/display/BitmapData_as.cpp const size_t sy = y + 1;
y 500 libcore/asobj/flash/display/BitmapData_as.cpp as_value x, y, w, h;
y 503 libcore/asobj/flash/display/BitmapData_as.cpp obj->get_member(NSV::PROP_Y, &y);
y 509 libcore/asobj/flash/display/BitmapData_as.cpp ptr->fillRect(toInt(x, getVM(fn)), toInt(y, getVM(fn)),
y 534 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
y 536 libcore/asobj/flash/display/BitmapData_as.cpp if (x < 0 || y < 0) {
y 541 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t old = *pixelAt(*ptr, x, y);
y 544 libcore/asobj/flash/display/BitmapData_as.cpp ptr->floodFill(x, y, old, fill);
y 584 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
y 588 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y) & 0xffffff);
y 609 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
y 611 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y));
y 688 libcore/asobj/flash/display/BitmapData_as.cpp const double y = toNumber(fn.arg(1), getVM(fn));
y 689 libcore/asobj/flash/display/BitmapData_as.cpp if (isNaN(x) || isNaN(y) || x < 0 || y < 0) return as_value();
y 690 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) {
y 697 libcore/asobj/flash/display/BitmapData_as.cpp ptr->setPixel(x, y, color);
y 712 libcore/asobj/flash/display/BitmapData_as.cpp const double y = toNumber(fn.arg(1), getVM(fn));
y 713 libcore/asobj/flash/display/BitmapData_as.cpp if (isNaN(x) || isNaN(y) || x < 0 || y < 0) return as_value();
y 714 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) {
y 721 libcore/asobj/flash/display/BitmapData_as.cpp ptr->setPixel32(x, y, color);
y 971 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= bd.width() || y >= bd.height()) return bd.end();
y 972 libcore/asobj/flash/display/BitmapData_as.cpp return (bd.begin() + y * bd.width() + x);
y 96 libcore/asobj/flash/display/BitmapData_as.h void setPixel(size_t x, size_t y, boost::uint32_t color) const;
y 99 libcore/asobj/flash/display/BitmapData_as.h void setPixel32(size_t x, size_t y, boost::uint32_t color) const;
y 104 libcore/asobj/flash/display/BitmapData_as.h boost::uint32_t getPixel(size_t x, size_t y) const;
y 109 libcore/asobj/flash/display/BitmapData_as.h void fillRect(int x, int y, int w, int h, boost::uint32_t color);
y 111 libcore/asobj/flash/display/BitmapData_as.h void floodFill(size_t x, size_t y, boost::uint32_t old,
y 793 libcore/asobj/flash/geom/Matrix_as.cpp as_value x, y;
y 796 libcore/asobj/flash/geom/Matrix_as.cpp pointObject.get_member(NSV::PROP_Y, &y);
y 818 libcore/asobj/flash/geom/Matrix_as.cpp point(1) = toNumber(y, vm);
y 74 libcore/asobj/flash/geom/Point_as.cpp args += x, y;
y 110 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 112 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 163 libcore/asobj/flash/geom/Point_as.cpp newAdd(y, y1, vm);
y 165 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
y 173 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 175 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 177 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
y 215 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 217 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 223 libcore/asobj/flash/geom/Point_as.cpp return as_value(equals(x, x1, getVM(fn)) && equals(y, y1, getVM(fn)));
y 263 libcore/asobj/flash/geom/Point_as.cpp double y = toNumber(yval, getVM(fn));
y 264 libcore/asobj/flash/geom/Point_as.cpp if (!isFinite(y)) return as_value();
y 266 libcore/asobj/flash/geom/Point_as.cpp if ( x == 0 && y == 0 ) return as_value();
y 268 libcore/asobj/flash/geom/Point_as.cpp double curlen = std::sqrt(x*x+y*y);
y 285 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 287 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 298 libcore/asobj/flash/geom/Point_as.cpp newAdd(y, yoff, vm);
y 301 libcore/asobj/flash/geom/Point_as.cpp ptr->set_member(NSV::PROP_Y, y);
y 311 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 313 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 363 libcore/asobj/flash/geom/Point_as.cpp y.set_double(toNumber(y, getVM(fn)) - toNumber(y1, getVM(fn)));
y 365 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
y 373 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
y 375 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_Y, &y);
y 382 libcore/asobj/flash/geom/Point_as.cpp newAdd(ret, y, vm);
y 399 libcore/asobj/flash/geom/Point_as.cpp double y = toNumber(yval, getVM(fn));
y 401 libcore/asobj/flash/geom/Point_as.cpp double l = std::sqrt(x*x+y*y);
y 560 libcore/asobj/flash/geom/Point_as.cpp as_value y = y1val; // copy to avoid changing stack value
y 561 libcore/asobj/flash/geom/Point_as.cpp newAdd(y, yoff, vm);
y 563 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
y 598 libcore/asobj/flash/geom/Point_as.cpp double y = len * std::sin(angle);
y 601 libcore/asobj/flash/geom/Point_as.cpp as_value yval(y);
y 602 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
y 127 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 135 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y, w, h;
y 357 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 358 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(y, ydelta, getVM(fn));
y 359 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_Y, y);
y 379 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 380 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(y, ydelta, getVM(fn));
y 381 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_Y, y);
y 403 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 412 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(ret, y, vm);
y 442 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 444 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(height, y, getVM(fn));
y 458 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 464 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(y, h, vm);
y 478 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y;
y 599 libcore/asobj/flash/geom/Rectangle_as.cpp as_value y = getMember(*ptr, NSV::PROP_Y);
y 610 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y;
y 541 libcore/movie_root.cpp _mouseY = y;
y 633 libcore/movie_root.cpp const boost::int32_t y = pixelsToTwips(_mouseY);
y 635 libcore/movie_root.cpp DisplayObject* i = getTopmostMouseEntity(x, y);
y 665 libcore/movie_root.cpp boost::int32_t y = pixelsToTwips(_mouseY);
y 668 libcore/movie_root.cpp _mouseButtonState.topmostEntity = getTopmostMouseEntity(x, y);
y 677 libcore/movie_root.cpp const DisplayObject* dropChar = findDropTarget(x, y, dragging);
y 729 libcore/movie_root.cpp boost::int32_t yoffset = world_mouse.y - world_origin.y;
y 758 libcore/movie_root.cpp world_mouse.y -= _dragState.yOffset();
y 775 libcore/movie_root.cpp local.set_translation(world_mouse.x, world_mouse.y);
y 1082 libcore/movie_root.cpp const boost::int32_t y = pixelsToTwips(_mouseY);
y 1083 libcore/movie_root.cpp return findDropTarget(x, y, getDraggingCharacter());
y 1737 libcore/movie_root.cpp InteractiveObject* ret = i->second->topmostMouseEntity(x, y);
y 1752 libcore/movie_root.cpp const DisplayObject* ret = i->second->findDropTarget(x, y, dragging);
y 275 libcore/movie_root.h DSOEXPORT bool mouseMoved(boost::int32_t x, boost::int32_t y);
y 890 libcore/movie_root.h boost::int32_t y) const;
y 935 libcore/movie_root.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y,
y 77 libcore/swf/DefineShapeTag.cpp return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y, wm);
y 56 libcore/swf/DefineShapeTag.h bool pointTestLocal(boost::int32_t x, boost::int32_t y,
y 230 libcore/swf/ShapeRecord.cpp const float new_ay = lerp<float>(p1.ap.y, p2.ap.y, ratio);
y 247 libcore/swf/ShapeRecord.cpp e.cp.y = static_cast<int>(lerp<float>(e1.cp.y, e2.cp.y, ratio));
y 249 libcore/swf/ShapeRecord.cpp e.ap.y = static_cast<int>(lerp<float>(e1.ap.y, e2.ap.y, ratio));
y 344 libcore/swf/ShapeRecord.cpp int x = 0, y = 0;
y 384 libcore/swf/ShapeRecord.cpp y = move_y;
y 388 libcore/swf/ShapeRecord.cpp current_path.ap.y = y;
y 392 libcore/swf/ShapeRecord.cpp log_parse(_(" Shape read: moveto %d %d"), x, y);
y 404 libcore/swf/ShapeRecord.cpp current_path.ap.y = y;
y 455 libcore/swf/ShapeRecord.cpp current_path.ap.y = y;
y 505 libcore/swf/ShapeRecord.cpp current_path.ap.y = y;
y 593 libcore/swf/ShapeRecord.cpp int cy = y + in.read_sint(num_bits);
y 600 libcore/swf/ShapeRecord.cpp "%d %d - %d %d - %d %d"), x, y, cx, cy, ax, ay);
y 605 libcore/swf/ShapeRecord.cpp y = ay;
y 642 libcore/swf/ShapeRecord.cpp "%d %d - %d %d"), x, y, x + dx, y + dy);
y 645 libcore/swf/ShapeRecord.cpp current_path.m_edges.push_back(Edge(x + dx, y + dy,
y 646 libcore/swf/ShapeRecord.cpp x + dx, y + dy));
y 648 libcore/swf/ShapeRecord.cpp y += dy;
y 174 libcore/swf/TextRecord.cpp double y = 0.0;
y 209 libcore/swf/TextRecord.cpp if (rec.hasYOffset()) y = rec.yOffset();
y 237 libcore/swf/TextRecord.cpp m.concatenate_translation(x, y);
y 286 libcore/swf/TextRecord.cpp boost::int16_t posY = int(y+int((unitsPerEM/4)*scale));
y 171 libcore/swf/TextRecord.h void setYOffset(float y) {
y 173 libcore/swf/TextRecord.h _yOffset = y;
y 2275 libcore/vm/ASHandlers.cpp const double y = toNumber(env.pop(), getVM(env));
y 2279 libcore/vm/ASHandlers.cpp as_value result = std::fmod(x, y);
y 271 libcore/vm/VM.cpp assert(!_asNativeTable[x][y]);
y 272 libcore/vm/VM.cpp _asNativeTable[x][y] = fun;
y 280 libcore/vm/VM.cpp FuncMap::const_iterator col = row->second.find(y);
y 182 libcore/vm/VM.h void registerNative(as_c_function_ptr fun, unsigned int x, unsigned int y);
y 185 libcore/vm/VM.h NativeFunction* getNative(unsigned int x, unsigned int y) const;
y 400 librender/Renderer.h virtual point pixel_to_world(int x, int y) const = 0;
y 410 librender/Renderer.h return geometry::Range2d<int> (topleft.x, topleft.y,
y 411 librender/Renderer.h bottomright.x, bottomright.y);
y 241 librender/agg/Renderer_agg.cpp twipsToPixels(edge.ap.y) + _shift);
y 245 librender/agg/Renderer_agg.cpp twipsToPixels(edge.cp.y) + _shift,
y 247 librender/agg/Renderer_agg.cpp twipsToPixels(edge.ap.y) + _shift);
y 274 librender/agg/Renderer_agg.cpp twipsToPixels(in.ap.y) + _shift);
y 352 librender/agg/Renderer_agg.cpp for (unsigned int y=region.getMinY(); y <= max_y; ++y)
y 354 librender/agg/Renderer_agg.cpp _pixf.copy_hline(left, y, width, black);
y 499 librender/agg/Renderer_agg.cpp const int y = sl.y();
y 507 librender/agg/Renderer_agg.cpp rbase.copy_hline(x, y, (unsigned)span->len, col);
y 509 librender/agg/Renderer_agg.cpp rbase.copy_hline(x, y,
y 691 librender/agg/Renderer_agg.cpp for (int y = 0; y < yres; ++y) {
y 692 librender/agg/Renderer_agg.cpp typename PixelFormat::color_type t = m_pixf->pixel(x, y);
y 693 librender/agg/Renderer_agg.cpp im.setPixel(x, y, t.r, t.g, t.b, t.a);
y 761 librender/agg/Renderer_agg.cpp path.move_to(a.x, a.y);
y 762 librender/agg/Renderer_agg.cpp path.line_to(b.x, b.y);
y 763 librender/agg/Renderer_agg.cpp path.line_to(c.x, c.y);
y 764 librender/agg/Renderer_agg.cpp path.line_to(d.x, d.y);
y 765 librender/agg/Renderer_agg.cpp path.line_to(a.x, a.y);
y 772 librender/agg/Renderer_agg.cpp a.x, a.y, c.x - a.x, c.y - a.y));
y 824 librender/agg/Renderer_agg.cpp assert(y > 0);
y 827 librender/agg/Renderer_agg.cpp yres = y;
y 917 librender/agg/Renderer_agg.cpp for (unsigned int y=region.getMinY(), maxy=region.getMaxY();
y 918 librender/agg/Renderer_agg.cpp y<=maxy; ++y) {
y 919 librender/agg/Renderer_agg.cpp m_pixf->copy_hline(left, y, width, color);
y 968 librender/agg/Renderer_agg.cpp path.move_to(pnt.x, pnt.y);
y 975 librender/agg/Renderer_agg.cpp path.line_to(pnt.x, pnt.y);
y 1294 librender/agg/Renderer_agg.cpp float prev_ay = twipsToPixels(this_path.ap.y);
y 1309 librender/agg/Renderer_agg.cpp float this_ay = twipsToPixels(this_edge.ap.y);
y 1380 librender/agg/Renderer_agg.cpp twipsToPixels(this_edge.cp.y) + subpixel_offset,
y 1626 librender/agg/Renderer_agg.cpp twipsToPixels(this_path.ap.y));
y 1839 librender/agg/Renderer_agg.cpp point(truncator(corners[0].x), truncator(corners[0].y)));
y 1840 librender/agg/Renderer_agg.cpp path.move_to(truncator(origin.x)+0.5, truncator(origin.y)+0.5);
y 1844 librender/agg/Renderer_agg.cpp mat.transform(&pnt, point(corners[i].x, corners[i].y));
y 1846 librender/agg/Renderer_agg.cpp path.line_to(truncator(pnt.x)+0.5, truncator(pnt.y)+0.5);
y 1850 librender/agg/Renderer_agg.cpp path.line_to(truncator(origin.x)+0.5, truncator(origin.y)+0.5);
y 1929 librender/agg/Renderer_agg.cpp y = (int)p.y;
y 1950 librender/agg/Renderer_agg.cpp point p(x, y);
y 2012 librender/agg/Renderer_agg.cpp if ((x<0) || (y<0) || (x>=xres) || (y>=yres))
y 2015 librender/agg/Renderer_agg.cpp agg::rgba8 color = m_pixf->pixel(x, y);
y 43 librender/agg/Renderer_agg.h virtual void init_buffer(unsigned char *mem, int size, int x, int y, int rowstride)=0;
y 97 librender/agg/Renderer_agg_style.h virtual void generate_span(agg::rgba8* span, int x, int y,
y 276 librender/agg/Renderer_agg_style.h void generate_span(Color* span, int x, int y, unsigned len) {
y 277 librender/agg/Renderer_agg_style.h m_sg.generate(span, x, y, len);
y 382 librender/agg/Renderer_agg_style.h void generate_span(agg::rgba8* span, int x, int y, unsigned len)
y 384 librender/agg/Renderer_agg_style.h m_sg.generate(span, x, y, len);
y 524 librender/agg/Renderer_agg_style.h void generate_span(agg::rgba8* span, int x, int y,
y 527 librender/agg/Renderer_agg_style.h _styles[style].generate_span(span,x,y,len);
y 73 librender/cairo/Renderer_cairo.cpp for (size_t y = 0; y < im->height(); y++)
y 75 librender/cairo/Renderer_cairo.cpp const boost::uint8_t* src = scanline(*im, y);
y 87 librender/cairo/Renderer_cairo.cpp for (size_t y = 0; y < im->height(); y++)
y 89 librender/cairo/Renderer_cairo.cpp const boost::uint8_t* src = scanline(*im, y);
y 307 librender/cairo/Renderer_cairo.cpp cairo_user_to_device(cr, &x, &y);
y 310 librender/cairo/Renderer_cairo.cpp y = std::floor(y + 0.5) + 0.5;
y 312 librender/cairo/Renderer_cairo.cpp cairo_device_to_user(cr, &x, &y);
y 367 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, ap.x, ap.y);
y 375 librender/cairo/Renderer_cairo.cpp double x, y;
y 376 librender/cairo/Renderer_cairo.cpp cairo_get_current_point(_cr, &x, &y);
y 379 librender/cairo/Renderer_cairo.cpp double y1 = y + two_thirds * (cur_edge.cp.y - y);
y 382 librender/cairo/Renderer_cairo.cpp double y2 = cur_edge.cp.y + one_third * (cur_edge.ap.y - cur_edge.cp.y);
y 385 librender/cairo/Renderer_cairo.cpp y = cur_edge.ap.y;
y 387 librender/cairo/Renderer_cairo.cpp cairo_curve_to(_cr, x1, y1, x2, y2, x, y);
y 393 librender/cairo/Renderer_cairo.cpp double y = ap.y;
y 395 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, x, y);
y 588 librender/cairo/Renderer_cairo.cpp double yconv = y;
y 636 librender/cairo/Renderer_cairo.cpp y = range.getMinY(),
y 641 librender/cairo/Renderer_cairo.cpp cairo_matrix_transform_point(&_stage_mat, &x, &y);
y 644 librender/cairo/Renderer_cairo.cpp cairo_rectangle(_cr, rint(x), rint(y), rint(maxx - x), rint(maxy - y));
y 685 librender/cairo/Renderer_cairo.cpp double x = i->x, y = i->y;
y 686 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(_cr, x, y);
y 688 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, x, y);
y 691 librender/cairo/Renderer_cairo.cpp double x = i->x, y = i->y;
y 692 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(_cr, x, y);
y 693 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, x, y);
y 718 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, corners[0].x, corners[0].y);
y 721 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, corners[i].x, corners[i].y);
y 792 librender/cairo/Renderer_cairo.cpp double y = cur_path.ap.y;
y 794 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
y 795 librender/cairo/Renderer_cairo.cpp cairo_move_to(cr, x, y);
y 803 librender/cairo/Renderer_cairo.cpp y = cur_edge.ap.y;
y 804 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
y 805 librender/cairo/Renderer_cairo.cpp cairo_line_to(cr, x, y);
y 814 librender/cairo/Renderer_cairo.cpp double y1 = y + two_thirds * (cur_edge.cp.y - y);
y 818 librender/cairo/Renderer_cairo.cpp double y2 = cur_edge.cp.y
y 819 librender/cairo/Renderer_cairo.cpp + one_third * (cur_edge.ap.y - cur_edge.cp.y);
y 822 librender/cairo/Renderer_cairo.cpp y = cur_edge.ap.y;
y 826 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
y 828 librender/cairo/Renderer_cairo.cpp cairo_curve_to(cr, x1, y1, x2, y2, x, y);
y 1111 librender/cairo/Renderer_cairo.cpp if (x < 0 || y < 0) {
y 1124 librender/cairo/Renderer_cairo.cpp if (x >= width || y >= height) {
y 1128 librender/cairo/Renderer_cairo.cpp unsigned char* ptr = data + y * stride + x * 4;
y 56 librender/cairo/Renderer_cairo.h virtual point pixel_to_world(int x, int y) const;
y 123 librender/cairo/Renderer_cairo.h bool getPixel(rgba& color_return, int x, int y) const;
y 265 librender/opengl/Renderer_ogl.cpp if (x > _width || y > _height) {
y 269 librender/opengl/Renderer_ogl.cpp ptrdiff_t offset = (_height - y) * (_width * 3) + x * 3;
y 353 librender/opengl/Renderer_ogl.cpp return point(0.5 * (a.x + b.x), 0.5 * (a.y + b.y));
y 370 librender/opengl/Renderer_ogl.cpp _dest.push_back(p.y);
y 424 librender/opengl/Renderer_ogl.cpp point target(the_edge.ap.x, the_edge.ap.y);
y 429 librender/opengl/Renderer_ogl.cpp point control(the_edge.cp.x, the_edge.cp.y);
y 930 librender/opengl/Renderer_ogl.cpp const unsigned int h = u.y - l.y;
y 933 librender/opengl/Renderer_ogl.cpp glTranslatef(l.x, l.y, 0.0f);
y 964 librender/opengl/Renderer_ogl.cpp return point(pixelsToTwips(x), pixelsToTwips(y));
y 1023 librender/opengl/Renderer_ogl.cpp GLfloat y;
y 1052 librender/opengl/Renderer_ogl.cpp points[i].y * _height / viewport_height, 0.0);
y 1070 librender/opengl/Renderer_ogl.cpp y = pixelsToTwips(box[1]),
y 1074 librender/opengl/Renderer_ogl.cpp glRectd(x, y - h, x + w, y + h);
y 1235 librender/opengl/Renderer_ogl.cpp << path.ap.y
y 1249 librender/opengl/Renderer_ogl.cpp << path.m_edges.back().ap.y
y 1255 librender/opengl/Renderer_ogl.cpp std::cout << "( " << cur_edge.ap.x << ", " << cur_edge.ap.y << ") ";
y 1267 librender/opengl/Renderer_ogl.cpp float prev_cy = cur_end.cp.y;
y 1269 librender/opengl/Renderer_ogl.cpp Path newpath(cur_end.ap.x, cur_end.ap.y, cur_path.m_fill1, cur_path.m_fill0, cur_path.m_line, cur_path.m_new_shape);
y 1272 librender/opengl/Renderer_ogl.cpp float prev_ay = cur_end.ap.y;
y 1280 librender/opengl/Renderer_ogl.cpp prev_cy = cur_edge.ap.y;
y 1283 librender/opengl/Renderer_ogl.cpp Edge newedge(prev_cx, prev_cy, cur_edge.ap.x, cur_edge.ap.y);
y 1288 librender/opengl/Renderer_ogl.cpp prev_cy = cur_edge.cp.y;
y 1290 librender/opengl/Renderer_ogl.cpp prev_ay = cur_edge.ap.y;
y 1294 librender/opengl/Renderer_ogl.cpp Edge newlastedge(prev_cx, prev_cy, cur_path.ap.x, cur_path.ap.y);
y 1305 librender/opengl/Renderer_ogl.cpp float target_y = to_connect.m_edges.back().ap.y;
y 1308 librender/opengl/Renderer_ogl.cpp target_y == to_connect.ap.y) {
y 1323 librender/opengl/Renderer_ogl.cpp if (cur_path->ap.x == target_x && cur_path->ap.y == target_y) {
y 1503 librender/opengl/Renderer_ogl.cpp cur_path.ap.y);
y 1515 librender/opengl/Renderer_ogl.cpp glVertex2d(point_edge.ap.x, point_edge.ap.y);
y 1555 librender/opengl/Renderer_ogl.cpp glVertex2d(cur_path.ap.x, cur_path.ap.y);
y 1853 librender/opengl/Renderer_ogl.cpp return _offscreen->getPixel(color_out, x, y);
y 1984 librender/opengl/Renderer_ogl.cpp float y = (j - radiusy) / radiusy;
y 1986 librender/opengl/Renderer_ogl.cpp int ratio = std::floor(255.5f * std::sqrt(x*x + y*y));
y 70 librender/opengl/Renderer_ogl.h oglVertex(double x, double y, double z = 0.0)
y 71 librender/opengl/Renderer_ogl.h : _x(x), _y(y), _z(z)
y 76 librender/opengl/Renderer_ogl.h : _x(p.x), _y(p.y), _z(0.0)
y 166 libvaapi/VaapiSurface.cpp src_rect.x, src_rect.y,
y 168 libvaapi/VaapiSurface.cpp dst_rect.x, dst_rect.y,
y 37 libvaapi/VaapiSurface.h { x = 0; y = 0; width = w; height = h; }
y 40 libvaapi/VaapiSurface.h { x = x_; y = y_; width = w; height = h; }
y 267 plugin/aos4/plugin.cpp _y = aWindow->y;
y 74 plugin/aos4/plugin.h void notify_mouse_state(int x, int y, int buttons)
y 77 plugin/aos4/plugin.h mouse_y = y;
y 504 plugin/npapi/plugin.cpp << ", Y Origin = " << aWindow->y
y 552 plugin/npapi/plugin.cpp aWindow->x, aWindow->y, aWindow->width, aWindow->height,
y 267 plugin/win32/plugin.cpp _y = aWindow->y;
y 619 plugin/win32/plugin.cpp int y = GET_Y_LPARAM(lParam);
y 621 plugin/win32/plugin.cpp plugin->notify_mouse_state(x, y, -1);
y 628 plugin/win32/plugin.cpp int y = GET_Y_LPARAM(lParam);
y 631 plugin/win32/plugin.cpp plugin->notify_mouse_state(x, y, buttons);
y 297 testsuite/MovieTester.cpp _movie_root->setDimensions(x, y);
y 305 testsuite/MovieTester.cpp float yscale = y / _movie_def->get_height_pixels();
y 348 testsuite/MovieTester.cpp _y = y;
y 349 testsuite/MovieTester.cpp if ( _movie_root->mouseMoved(x, y) ) render();
y 359 testsuite/MovieTester.cpp cout << "UNTESTED: NORENDERER: pix:" << x << "," << y << " exp:" << color.toShortString() << " " << label << endl;
y 374 testsuite/MovieTester.cpp ss << "pix:" << x << "," << y <<" ";
y 380 testsuite/MovieTester.cpp if (!getAveragePixel(handler, obt_col, x, y, radius) ) {
y 642 testsuite/MovieTester.cpp if (radius==1) return rh.getPixel(color_return, x, y);
y 647 testsuite/MovieTester.cpp y -= radius/2;
y 650 testsuite/MovieTester.cpp int ye = y+radius;
y 654 testsuite/MovieTester.cpp for (int yp=y; yp<ye; yp++)
y 48 testsuite/MovieTester.h tester.checkPixel(x, y, radius, color, tolerance, ss.str(), false); \
y 55 testsuite/MovieTester.h tester.checkPixel(x, y, radius, color, tolerance, ss.str(), true); \
y 176 testsuite/MovieTester.h void movePointerTo(int x, int y);
y 213 testsuite/MovieTester.h void checkPixel(int x, int y, unsigned radius, const rgba& color,
y 298 testsuite/MovieTester.h void resizeStage(int x, int y) ;
y 42 testsuite/libbase.all/Point2dTest.cpp check_equals(p.y, 0);
y 46 testsuite/libbase.all/Point2dTest.cpp check_equals(p.y, 0);
y 50 testsuite/libbase.all/Point2dTest.cpp check_equals(p.y, 1000000);
y 219 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, 0);
y 223 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, 20);
y 231 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, -10);
y 235 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, 10);
y 246 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, -100);
y 250 testsuite/libcore.all/MatrixTest.cpp check_equals(r.y, 100);
y 375 testsuite/misc-ming.all/ButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y+2);
y 387 testsuite/misc-ming.all/ButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y);
y 71 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cXmm.x, cXmm.y, 4, red, 2); // X cross
y 72 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cXum.x, cXum.y, 20, white, 2); // X underline (none)
y 74 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOmm.x, cOmm.y, 8, white, 2); // O hole
y 75 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOml.x, cOml.y, 4, green, 2); // O left side
y 76 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOmr.x, cOmr.y, 4, green, 2); // O right side
y 77 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOum.x, cOum.y, 20, white, 2); // O underline (none)
y 82 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOml.x, cOml.y);
y 88 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOmm.x, cOmm.y);
y 101 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOmr.x, cOmr.y);
y 122 testsuite/misc-ming.all/DeviceFontTest.c int y = 30;
y 127 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 130 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 134 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 137 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 141 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 145 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 149 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 153 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 157 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 161 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 164 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 168 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 172 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 176 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 180 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 184 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 188 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 191 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 195 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 199 testsuite/misc-ming.all/DeviceFontTest.c y += inc;
y 203 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 207 testsuite/misc-ming.all/DeviceFontTest.c y += inc * 3;
y 211 testsuite/misc-ming.all/DeviceFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 125 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(out.x, out.y);
y 129 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc1.x, rc1.y);
y 133 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc1.x, gc1.y);
y 137 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc1.x, bc1.y);
y 141 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc2.x, rc2.y);
y 145 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc2.x, gc2.y);
y 149 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc2.x, bc2.y);
y 153 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc3.x, rc3.y);
y 157 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc3.x, gc3.y);
y 161 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc3.x, bc3.y);
y 165 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc1.x, rc1.y);
y 57 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int ULy = y-halfside;
y 61 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int LRy = y+halfside;
y 372 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int y;
y 375 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x(nx), y(ny)
y 390 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
y 391 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, white, 2);
y 393 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
y 394 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, white, 2);
y 396 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
y 397 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
y 409 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
y 410 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c1b.x, c1b.y));
y 411 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
y 413 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2s.x, c2s.y)); // failure won't impact correctness, only performance
y 414 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2b.x, c2b.y)); // failure won't impact correctness, only performance
y 415 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
y 416 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, white, 2);
y 418 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3s.x, c3s.y)); // failure won't impact correctness, only performance
y 419 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3b.x, c3b.y)); // failure won't impact correctness, only performance
y 420 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
y 421 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
y 428 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1s.x, c1s.y)); // failure won't impact correctness, only performance
y 429 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1b.x, c1b.y)); // failure won't impact correctness, only performance
y 430 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
y 431 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
y 433 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
y 434 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c2b.x, c2b.y));
y 435 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, yellow, 2);
y 437 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3s.x, c3s.y)); // failure won't impact correctness, only performance
y 438 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3b.x, c3b.y)); // failure won't impact correctness, only performance
y 439 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
y 440 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
y 446 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1s.x, c1s.y)); // failure won't impact correctness, only performance
y 447 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1b.x, c1b.y)); // failure won't impact correctness, only performance
y 448 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
y 449 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
y 451 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2s.x, c2s.y)); // failure won't impact correctness, only performance
y 452 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2b.x, c2b.y)); // failure won't impact correctness, only performance
y 453 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
y 454 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, yellow, 2);
y 456 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
y 457 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c3b.x, c3b.y));
y 458 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, yellow, 2);
y 764 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int x = 20, y = 20;
y 769 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, green, 2);
y 771 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, red, 2);
y 773 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, red, 2);
y 775 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + w / 2, y + h / 2, 2, red, 2);
y 777 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, blue, 2);
y 784 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, green, 2);
y 786 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, red, 2);
y 788 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + 80, y + 20, 2, red, 2);
y 790 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + w / 2, y + h / 2, 2, red, 2);
y 792 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, blue, 2);
y 794 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y, 2, black, 2);
y 801 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
y 803 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, white, 2);
y 805 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
y 807 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, white, 2);
y 809 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
y 814 testsuite/misc-ming.all/DrawingApiTestRunner.cpp y += 150;
y 819 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
y 821 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, white, 2);
y 823 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
y 825 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, white, 2);
y 827 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
y 834 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
y 836 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, black, 2);
y 838 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
y 840 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, black, 2);
y 842 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
y 854 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, yellow, 2);
y 856 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, green, 2);
y 861 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, blue, 2);
y 863 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, yellow, 2);
y 865 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, yellow, 2);
y 874 testsuite/misc-ming.all/DrawingApiTestRunner.cpp y = 0;
y 880 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, lightblue, 2);
y 881 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, lightblue, 2);
y 882 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, lightblue, 2);
y 883 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, lightblue, 2);
y 888 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
y 889 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, blue, 2);
y 890 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 891 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 896 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
y 897 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, white, 2);
y 898 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 899 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, violet, 2);
y 905 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
y 906 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, whiteblue, 2);
y 907 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, whiteblue, 2);
y 908 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 914 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, white, 2);
y 915 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, whitegreen, 2);
y 916 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, whiteblue, 2);
y 917 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 923 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 1, 2, blue, 2);
y 924 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row, 2, white, 2);
y 925 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 2, 2, green, 2);
y 930 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 3, 2, rgba(240,120,244,255), 2);
y 931 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 4 , 2, rgba(184,240,240,255), 2);
y 935 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + 45, y + 89, 2, yellow, 2);
y 937 testsuite/misc-ming.all/DrawingApiTestRunner.cpp y += 100;
y 945 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, otherblue, 2);
y 946 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, otherblue2, 2);
y 947 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, otherblue, 2);
y 948 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, otherblue2, 2);
y 949 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, otherblue, 2);
y 953 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, white, 2);
y 954 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, white, 2);
y 955 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 956 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 957 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
y 961 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, violet, 2);
y 962 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, violet, 2);
y 963 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, violet, 2);
y 964 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, violet, 2);
y 965 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
y 967 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45 / 2, 2, white, 2)
y 971 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, violet, 2);
y 972 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, violet, 2);
y 973 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, violet, 2);
y 974 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, blue, 2);
y 976 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90, y + 45, 2, white, 2);
y 977 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 90, 2, white, 2);
y 982 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
y 983 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, green, 2);
y 984 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
y 985 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
y 987 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 1, 2, white, 2);
y 988 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 1, y + 45, 2, white, 2);
y 992 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, yellow, 2);
y 993 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, yellow, 2);
y 994 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, yellow, 2);
y 995 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, yellow, 2);
y 996 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
y 999 testsuite/misc-ming.all/DrawingApiTestRunner.cpp y += 100;
y 1001 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, green, 2);
y 1002 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, green, 2);
y 1003 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
y 1004 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
y 1008 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, red, 2);
y 1009 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, red, 2);
y 1010 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, red, 2);
y 1011 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, red, 2);
y 1015 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, green, 2);
y 1016 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, green, 2);
y 1017 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
y 1018 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
y 1024 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
y 1025 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
y 1026 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 1027 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 1031 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
y 1032 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
y 1033 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 1034 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 1037 testsuite/misc-ming.all/DrawingApiTestRunner.cpp y += 100;
y 1040 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
y 1041 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
y 1042 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
y 1043 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
y 127 testsuite/misc-ming.all/EmbeddedFontTest.c int y = 30;
y 132 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 135 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 139 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 142 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 146 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 150 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 154 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 158 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 162 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 166 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 169 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 173 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 177 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 181 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 185 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 189 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 193 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 196 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 200 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 204 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc;
y 208 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 212 testsuite/misc-ming.all/EmbeddedFontTest.c y += inc * 3;
y 216 testsuite/misc-ming.all/EmbeddedFontTest.c SWFDisplayItem_moveTo(it, 50, y);
y 38 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_movePenTo(sh, x, y);
y 39 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x, y+height);
y 40 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y+height);
y 41 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y);
y 42 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x, y);
y 181 testsuite/misc-ming.all/SpriteButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y+2);
y 193 testsuite/misc-ming.all/SpriteButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y);
y 63 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y,
y 64 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y+height,
y 65 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y+height,
y 66 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y,
y 67 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y,
y 69 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+5,
y 70 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+height-5,
y 71 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+height-5,
y 72 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+5,
y 73 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+5
y 101 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c SWFDisplayItem_moveTo(it, x, y);
y 74 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test10.c SWFDisplayItem_moveTo(it, x, y);
y 88 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c SWFDisplayItem_moveTo(it, x, y);
y 85 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test2.c SWFDisplayItem_moveTo(it, x, y);
y 82 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test3.c SWFDisplayItem_moveTo(it, x, y);
y 80 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test4.c SWFDisplayItem_moveTo(it, x, y);
y 79 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test5.c SWFDisplayItem_moveTo(it, x, y);
y 81 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test6.c SWFDisplayItem_moveTo(it, x, y);
y 82 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test7.c SWFDisplayItem_moveTo(it, x, y);
y 84 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test8.c SWFDisplayItem_moveTo(it, x, y);
y 80 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test9.c SWFDisplayItem_moveTo(it, x, y);
y 81 testsuite/misc-ming.all/loading/loadImageTest.c SWFDisplayItem_moveTo(it, x, y);
y 117 testsuite/misc-ming.all/loading/loadImageTest.c SWFDisplayItem_moveTo(it, x, y);
y 80 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
y 155 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
y 243 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
y 69 testsuite/misc-ming.all/loading/moviecliploader_test.c SWFDisplayItem_moveTo(it, x, y);
y 64 testsuite/misc-ming.all/loop/loop_test2runner.cpp int y = 330;
y 91 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_left, y, 2, white, 2);
y 92 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_red, y, 2, red, 2);
y 93 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_int, y, 2, black, 2); // black is *over* red square
y 94 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_black, y, 2, black, 2);
y 95 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_right, y, 2, white, 2);
y 110 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_left, y, 2, white, 2);
y 111 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_red, y, 2, red, 2);
y 112 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_int, y, 2, red, 2); // black is *behind* red square
y 113 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_black, y, 2, black, 2);
y 114 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_right, y, 2, white, 2);
y 132 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_left, y, 2, white, 2);
y 133 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_red, y, 2, red, 2);
y 134 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_int, y, 2, red, 2); // black is *behind* red square
y 135 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_black, y, 2, black, 2);
y 136 testsuite/misc-ming.all/loop/loop_test2runner.cpp check_pixel(x_right, y, 2, white, 2);
y 56 testsuite/misc-ming.all/masks_test.c x, y,
y 57 testsuite/misc-ming.all/masks_test.c x, y+height,
y 58 testsuite/misc-ming.all/masks_test.c x+width, y+height,
y 59 testsuite/misc-ming.all/masks_test.c x+width, y,
y 60 testsuite/misc-ming.all/masks_test.c x, y
y 81 testsuite/misc-ming.all/masks_test.c SWFDisplayItem_moveTo(it, x, y);
y 100 testsuite/misc-ming.all/masks_test.c SWFDisplayItem_moveTo(it, x, y);
y 41 testsuite/misc-ming.all/masks_test2.c sh = make_fill_square (x, y, w, h, 255, 0, 0, 255, 0, 0);
y 68 testsuite/misc-ming.all/matrix_test.c SWFDisplayItem_moveTo(it, x, y);
y 78 testsuite/misc-ming.all/ming_utils.c SWFDisplayItem_moveTo(it, x, y);
y 125 testsuite/misc-ming.all/ming_utils.c SWFDisplayItem_moveTo(it, x, y);
y 141 testsuite/misc-ming.all/ming_utils.c SWFShape_movePenTo(sh, x, y);
y 142 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height);
y 143 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height);
y 144 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y);
y 145 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y);
y 157 testsuite/misc-ming.all/ming_utils.c SWFShape_movePenTo(sh, x, y);
y 158 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height);
y 159 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height);
y 160 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y);
y 161 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y);
y 337 testsuite/misc-ming.all/ming_utils.c add_xtrace_function_clip(mc, font, depth, x, y, width, height);
y 352 testsuite/misc-ming.all/ming_utils.c add_xtrace_function(mo, font, depth, x, y, width, height);
y 43 testsuite/misc-ming.all/morph_test1.c SWFShape_movePenTo(sh, x, y);
y 44 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x, y+height);
y 45 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y+height);
y 46 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y);
y 47 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x, y);
y 112 testsuite/misc-ming.all/replace_buttons1test.c SWFDisplayItem_moveTo(it, x, y);
y 99 testsuite/misc-ming.all/replace_shapes1test.c SWFDisplayItem_moveTo(it, x, y);
y 97 testsuite/misc-ming.all/replace_sprites1test.c SWFDisplayItem_moveTo(it, x, y);
y 103 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
y 104 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, red, 1);
y 105 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, red, 1); // still red, till we move over it
y 106 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, red, 1); // still red, till we move over it
y 107 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, white, 1); // nothing here, as long as the green is small
y 110 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOnGreen.x, yellowOnGreen.y);
y 111 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1);
y 112 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1);
y 113 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOffGreen.x, yellowOffGreen.y);
y 114 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1);
y 115 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1);
y 118 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(visibleGreen.x, visibleGreen.y);
y 123 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
y 124 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, green, 1); // now green is big
y 125 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, red, 1);
y 126 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, red, 1); // still red, till we move over it
y 127 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, red, 1); // still red, till we move over it
y 131 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOnGreen.x, yellowOnGreen.y);
y 133 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
y 134 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, green, 1); // now green is big
y 135 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, green, 1); // the red button shrinked, showing green underneath
y 136 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigRedNoHit.x, bigRedNoHit.y, 2, green, 1); // the red button is still small, but green is big
y 137 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1); // still red, till we move over it
y 138 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1); // still red, till we move over it
y 143 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
y 144 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, white, 1); // green is small again
y 145 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigRedNoHit.x, bigRedNoHit.y, 2, white, 1); // the red button grew, but pointer is in the hit area...
y 146 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigYellowOffGreen.x, bigYellowOffGreen.y, 2, yellow, 1); // yellow grew
y 147 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1); // still red, till we move over it
y 148 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1); // still red, till we move over it
y 150 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(bigRedNoHit.x, bigRedNoHit.y);
y 151 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigRedNoHit.x, bigRedNoHit.y, 2, red, 1); // the red button grew, but pointer is in the hit area...
y 152 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigYellowOffGreen.x, bigYellowOffGreen.y, 2, red, 1); // yellow grew, but we're not in the hit area
y 68 testsuite/samples/subshapes-TestRunner.cpp int y;
y 69 testsuite/samples/subshapes-TestRunner.cpp PT(int nx, int ny): x(nx), y(ny) {}
y 95 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarLL.x, redBarLL.y, 2, red, 1);
y 98 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarUR.x, redBarUR.y, 2, red, 1);
y 101 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarOvBb.x, redBarOvBb.y, 2, blue, 1);
y 104 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarOvSh.x, redBarOvSh.y, 2, red, 1);
y 107 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntUL.x, bbIntUL.y, 2, blue, 1);
y 108 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntUR.x, bbIntUR.y, 2, blue, 1);
y 109 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntLR.x, bbIntLR.y, 2, blue, 1);
y 110 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntLL.x, bbIntLL.y, 2, blue, 1);
y 113 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtBsh.x, bbExtBsh.y, 2, gray, 1);
y 114 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtRsh.x, bbExtRsh.y, 2, gray, 1);
y 115 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtT.x, bbExtT.y, 2, white, 1);
y 116 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtL.x, bbExtL.y, 2, white, 1);