x 59 cygnal/cgi-bin/echo/echo.h void setResponse(boost::shared_ptr<cygnal::Buffer> &x) { _response = x; };
x 58 cygnal/cgi-bin/fitcDemo/fitcDemo.h void setResponse(boost::shared_ptr<amf::Buffer> &x) { _response = x; };
x 86 cygnal/cgi-bin/oflaDemo/oflaDemo.h void setResponse(boost::shared_ptr<cygnal::Buffer> &x) { _response = x; };
x 69 cygnal/crc.h void setPortOffset(int x) { _port_offset = x; };
x 74 cygnal/crc.h void setFDThread(int x) { _fdthread = x; };
x 79 cygnal/crc.h void setTestingFlag(bool x) { _testing = x; };
x 84 cygnal/crc.h void setThreadingFlag(bool x) { _threading = x; };
x 89 cygnal/crc.h void setNetDebugFlag(bool x) { _netdebug = x; }
x 94 cygnal/crc.h void setAdminFlag(bool x) { _admin = x; }
x 96 cygnal/crc.h void setDocumentRoot(const std::string &x) { _wwwroot = x; }
x 99 cygnal/crc.h void setCgiRoot(const std::string &x) { _cgiroot = x; }
x 65 cygnal/cygnal.h void addHandler(const std::string &path, boost::shared_ptr<Handler> x) {
x 66 cygnal/cygnal.h _handlers[path] = x;
x 77 cygnal/cygnal.h void addPeer(boost::shared_ptr<peer_t> x) {
x 78 cygnal/cygnal.h _peers.push_back(x);
x 250 cygnal/handler.cpp Handler::removeClient(int x)
x 258 cygnal/handler.cpp if (*it == x) {
x 118 cygnal/handler.h void setName(const std::string &x) { _name = x; };
x 127 cygnal/handler.h boost::shared_ptr<gnash::DiskStream> getDiskStream(int x) { return _diskstreams[x]; }
x 128 cygnal/handler.h void setDiskStream(int x, boost::shared_ptr<gnash::DiskStream> y) { _diskstreams[x] = y; }
x 131 cygnal/handler.h void addSOL(boost::shared_ptr<cygnal::Element> x) {
x 132 cygnal/handler.h _sol.push_back(x);
x 149 cygnal/handler.h int getClient(int x) { return _clients[x]; };
x 158 cygnal/handler.h gnash::Network::protocols_supported_e getProtocol(int x) { return _protocol[x]; };
x 159 cygnal/handler.h void setProtocol(int fd, gnash::Network::protocols_supported_e x) { _protocol[fd] = x; };
x 163 cygnal/handler.h size_t addRemote(int x) { _remote.push_back(x); return _remote.size(); };
x 226 cygnal/handler.h void setFCSubscribe(const std::string &x) { _fcsubscribe = x; };
x 248 cygnal/handler.h std::string &getKey(int x) { return _keys[x]; };
x 249 cygnal/handler.h void setKey(int fd, std::string x) { _keys[fd] = x; };
x 121 cygnal/libamf/amf.cpp boost::uint8_t *x = static_cast<boost::uint8_t *>(word);
x 124 cygnal/libamf/amf.cpp std::reverse(x, x+size);
x 79 cygnal/libamf/amf_msg.h boost::shared_ptr<amf_message_t> &getMessage(int x) { return _messages[x]; };
x 394 cygnal/libamf/element.cpp *_buffer += x;
x 587 cygnal/libamf/element.h bool operator==(bool x);
x 669 cygnal/libamf/element.h void setName(const char *name, size_t x);
x 152 cygnal/libamf/lcshm.cpp _baseaddr = x;
x 284 cygnal/libnet/http.h void keepAlive(bool x) { _keepalive = x; };
x 117 cygnal/libnet/netstats.h void setStartTime(boost::posix_time::ptime x) { _starttime = x; };
x 118 cygnal/libnet/netstats.h void setStopTime(boost::posix_time::ptime x) { _stoptime = x; };
x 119 cygnal/libnet/netstats.h void setBytes(int x) { _bytes = x; };
x 120 cygnal/libnet/netstats.h void setFileType(filetypes_e x) { _type = x; };
x 122 cygnal/libnet/netstats.h int addBytes(int x) { _bytes += x; return _bytes; };
x 102 cygnal/libnet/network.h # define inet_lnaof(x) inet_addr(inet_ntoa(x))
x 271 cygnal/libnet/network.h void setPort(short x) { _port = x; };
x 273 cygnal/libnet/network.h void setFileFd(int x) { _sockfd = x; };
x 276 cygnal/libnet/network.h void setListenFd(int x) { _listenfd = x; };
x 292 cygnal/libnet/network.h void setTimeout(int x) { _timeout = x; }
x 428 cygnal/libnet/rtmp.h CQue &operator[] (size_t x) { return _queues[x]; }
x 76 cygnal/libnet/rtmp_client.h void setPath(std::string &x) { _path = x; };
x 112 cygnal/libnet/rtmp_msg.h boost::shared_ptr<cygnal::Element> operator[](size_t x);
x 113 cygnal/libnet/rtmp_msg.h boost::shared_ptr<cygnal::Element> at(size_t x) { return _amfobjs[x]; };
x 65 cygnal/libnet/statistics.h void setIPaddr(in_addr_t x) { _ipaddr = x; };
x 66 cygnal/libnet/statistics.h void setBrowser(browser_e x) { _browser = x; } ;
x 67 cygnal/libnet/statistics.h void setOS(ostype_e x) { _os = x; } ;
x 502 extensions/fileio/fileio.cpp string x = fn.arg(0).to_string();
x 503 extensions/fileio/fileio.cpp return as_value(::putchar(x[0]));
x 57 extensions/gtk2/gtkext.h void setWindow(GtkWidget *x) { _window = x; };
x 109 gui/Player.h void setWindowId(unsigned long x) { _windowID = x; }
x 158 gui/Player.h void setStartFullscreen(bool x) {
x 159 gui/Player.h _startFullscreen = x;
x 162 gui/Player.h void hideMenu(bool x) {
x 163 gui/Player.h _hideMenu = x;
x 173 gui/Player.h void setRenderer(const std::string& x) { _renderer = x; }
x 178 gui/Player.h void setHWAccel(const std::string& x) { _hwaccel = x; }
x 58 gui/aos4/aos4.cpp #define GAD(x) (struct Gadget *)Objects[x]
x 59 gui/aos4/aos4.cpp #define OBJ(x) Objects[x]
x 24 gui/aos4/aos4_gnash_prefs.cpp #define OBJ(x) Objects[x]
x 25 gui/aos4/aos4_gnash_prefs.cpp #define GAD(x) (struct Gadget *)Objects[x]
x 46 gui/aqua/aquasup.h int valid_x(int x);
x 347 gui/fb/EventDevice.cpp case KEY_X : return shift ? gnash::key::X : gnash::key::x;
x 131 gui/fb/TouchDevice.cpp if (event.x > static_cast<int>(_gui->getStage()->getStageWidth())) {
x 132 gui/fb/TouchDevice.cpp event.x = static_cast<int>(_gui->getStage()->getStageWidth());
x 139 gui/fb/TouchDevice.cpp _gui->notifyMouseMove(int(event.x / _gui->getXScale()),
x 144 gui/fb/TouchDevice.cpp event.x , event.y, _gui->getStage()->getStageWidth(),
x 148 gui/fb/TouchDevice.cpp log_debug("lifted x: %d y: %d", event.x, event.y); //debug
x 190 gui/fb/fb.cpp #define TO_16BIT(x) (x | (x<<8))
x 305 gui/fltk/fltk.cpp oldBounds.set(gui->x(), gui->y(), gui->w(), gui->h());
x 308 gui/fltk/fltk.cpp gui->fullscreen_off(oldBounds.x(), oldBounds.y(), oldBounds.w(), oldBounds.h());
x 35 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::FltkAggGlue(int x, int y, int width, int height)
x 36 gui/fltk/fltk_glue_agg.cpp : Widget(x, y, width, height),
x 41 gui/fltk/fltk_glue_agg.h FltkAggGlue(int x, int y, int width, int height);
x 773 gui/gtk/gtk.cpp int x, y;
x 774 gui/gtk/gtk.cpp gtk_window_get_position(GTK_WINDOW(_window), &x, &y);
x 775 gui/gtk/gtk.cpp if (xPosition > -1) x = xPosition; // -1 so we can tell if user requested window move
x 777 gui/gtk/gtk.cpp gtk_window_move(GTK_WINDOW(_window), x, y);
x 929 gui/gtk/gtk.cpp rect.x = bounds.getMinX();
x 2445 gui/gtk/gtk.cpp obj->notifyMouseMove(event->x, event->y);
x 159 gui/gtk/gtk_canvas.cpp attributes.x = widget->allocation.x;
x 65 gui/gtk/gtk_glue.h render(r.x, r.y, r.x + r.width, r.y + r.height);
x 151 gui/gtk/gtk_glue_agg.cpp const int& x = minx;
x 158 gui/gtk/gtk_glue_agg.cpp gdk_draw_image(_drawing_area->window, gc, _offscreenbuf, x, y, x, y, width,
x 87 gui/gtk/gtk_glue_agg_vaapi.cpp { return _rect.x; }
x 106 gui/gtk/gtk_glue_agg_vaapi.cpp wattr.x = rect.x;
x 138 gui/gtk/gtk_glue_agg_vaapi.cpp gdk_window_move_resize(_window, rect.x, rect.y, rect.width, rect.height);
x 355 gui/gtk/gtk_glue_agg_vaapi.cpp src_rect.x = (*img)->x();
x 363 gui/gtk/gtk_glue_agg_vaapi.cpp dst_rect.x = src_rect.x * xscale;
x 82 gui/gtk/gtk_glue_cairo.cpp const int& x = minx;
x 91 gui/gtk/gtk_glue_cairo.cpp gdk_draw_image(_drawing_area->window, gc, _image, x, y, x, y, width,
x 133 gui/gtk/gtk_glue_gtkglext.cpp glViewport (event->x, event->y, event->width, event->height);
x 63 gui/gui.cpp #define IF_DEBUG_REGION_UPDATES(x) { if (_showUpdatedRegions) { x } }
x 481 gui/gui.cpp boost::int32_t x = (ux-_xoffset) / _xscale;
x 487 gui/gui.cpp log_debug(_("mouse @ %d,%d"), x, y);
x 490 gui/gui.cpp if ( m->mouseMoved(x, y) )
x 228 gui/gui.h void notifyMouseMove(int x, int y);
x 366 gui/gui.h void showUpdatedRegions(bool x) { _showUpdatedRegions = x; }
x 292 gui/haiku/haiku.cpp int32 x, y;
x 293 gui/haiku/haiku.cpp if (B_OK != msg->FindInt32("x", &x)
x 300 gui/haiku/haiku.cpp _mousemovedx = x;
x 303 gui/haiku/haiku.cpp _gui->notifyMouseMove(x, y);
x 170 gui/haiku/haiku_agg_glue.cpp if (B_OK != msg.AddInt32("x", point.x)
x 53 gui/kde/Kde4Glue.cpp _gui.notifyMouseMove(position.x(), position.y());
x 408 gui/kde/kde.cpp _godfather->notifyMouseMove(position.x(), position.y());
x 489 gui/kde/kde.cpp int xmin = static_cast<int> (pixelsToTwips(rect.x()-1)),
x 376 gui/pythonmod/gnash-view.cpp boost::int32_t x = event->x / xscale;
x 381 gui/pythonmod/gnash-view.cpp if ( view->stage->mouseMoved(x, y) )
x 32 gui/riscos/riscos_glue.h virtual void render(int x, int y, int /*minx*/, int /*miny*/, int /*maxx*/, int /*maxy*/)
x 33 gui/riscos/riscos_glue.h { render(x, y); };
x 126 gui/riscos/riscos_glue_agg.cpp render(x, y, 0, 0, _width, _height);
x 142 gui/riscos/riscos_glue_agg.cpp int fbc = (col + x) * 4; // (((_bpp / 8) + 3) & ~3);
x 35 gui/riscos/riscos_glue_agg.h void render(int x, int y);
x 36 gui/riscos/riscos_glue_agg.h void render(int x, int y, int minx, int miny, int maxx, int maxy);
x 71 gui/sdl/sdl.cpp if (event.motion.x == x_old && event.motion.y == y_old) { break; }
x 72 gui/sdl/sdl.cpp x_old = event.motion.x;
x 192 gui/sdl/sdl_agg_glue.cpp SDL_UpdateRect(_screen, clip.x, clip.y, clip.w, clip.h);
x 203 libbase/AMF.cpp boost::uint8_t *x = static_cast<boost::uint8_t *>(word);
x 206 libbase/AMF.cpp std::reverse(x, x + size);
x 116 libbase/GnashImage.cpp assert(x < _width);
x 119 libbase/GnashImage.cpp iterator data = scanline(*this, y) + 4 * x;
x 292 libbase/GnashImage.cpp for (size_t x = 0; x < width; ++x) {
x 293 libbase/GnashImage.cpp data[4*x+0] = line[3*x+0];
x 294 libbase/GnashImage.cpp data[4*x+1] = line[3*x+1];
x 295 libbase/GnashImage.cpp data[4*x+2] = line[3*x+2];
x 296 libbase/GnashImage.cpp data[4*x+3] = 255;
x 256 libbase/GnashImage.h void setPixel(size_t x, size_t y, value_type r, value_type g, value_type b,
x 60 libbase/GnashNumeric.h infinite_to_zero(double x)
x 62 libbase/GnashNumeric.h return isFinite(x) ? x : 0.0;
x 26 libbase/GnashTexture.cpp # define D(x) x
x 53 libbase/GnashVaapiImageProxy.h GnashVaapiImageProxy(GnashVaapiImage *image, int x, int y, size_t w, size_t h)
x 54 libbase/GnashVaapiImageProxy.h : _surface(image->surface()), _x(x), _y(y), _width(w), _height(h)
x 59 libbase/GnashVaapiImageProxy.h , _x(o.x()), _y(o.y()), _width(o.width()), _height(o.height())
x 71 libbase/GnashVaapiImageProxy.h int x() const { return _x; }
x 43 libbase/Point2d.h boost::int32_t x; // TWIPS
x 51 libbase/Point2d.h x(0), y(0)
x 58 libbase/Point2d.h x(cx), y(cy)
x 70 libbase/Point2d.h x( p0.x + (boost::int32_t)((p1.x - p0.x) * t)),
x 81 libbase/Point2d.h x = cx;
x 96 libbase/Point2d.h x = p0.x + (boost::int32_t)((p1.x - p0.x) * t);
x 105 libbase/Point2d.h boost::int64_t hside = p1.x - p0.x;
x 125 libbase/Point2d.h return (x == p.x) && (y == p.y);
x 138 libbase/Point2d.h return os << "Point2d(" << p.x << "," << p.y << ")";
x 255 libbase/Range2d.h bool contains(U x, U y) const
x 259 libbase/Range2d.h if (x < _xmin || x > _xmax || y < _ymin || y > _ymax)
x 311 libbase/Range2d.h Range2d<T>& expandTo(T x, T y)
x 318 libbase/Range2d.h setTo(x,y);
x 322 libbase/Range2d.h _xmin = std::min(_xmin, x);
x 324 libbase/Range2d.h _xmax = std::max(_xmax, x);
x 335 libbase/Range2d.h Range2d<T>& expandToCircle(T x, T y, T radius)
x 340 libbase/Range2d.h expandTo(x-radius, y);
x 341 libbase/Range2d.h expandTo(x+radius, y);
x 343 libbase/Range2d.h expandTo(x, y-radius);
x 344 libbase/Range2d.h expandTo(x, y+radius);
x 353 libbase/Range2d.h Range2d<T>& setTo(T x, T y)
x 355 libbase/Range2d.h _xmin = _xmax = x;
x 71 libbase/gmemory.h int addStats(struct small_mallinfo *x);
x 72 libbase/gmemory.h int addStats(struct small_mallinfo *x, int line);
x 74 libbase/gmemory.h struct small_mallinfo *operator[](int x) { return _info + x; };
x 82 libbase/gmemory.h int diffStats(int x, int y);
x 86 libbase/gmemory.h int diffStamp(int x, int y);
x 89 libbase/gmemory.h void dump(struct mallinfo *x);
x 90 libbase/gmemory.h void dump(struct small_mallinfo *x);
x 217 libbase/jemalloc.c if (_BitScanForward(&i, x) != 0)
x 1397 libbase/jemalloc.c x--;
x 1398 libbase/jemalloc.c x |= x >> 1;
x 1399 libbase/jemalloc.c x |= x >> 2;
x 1400 libbase/jemalloc.c x |= x >> 4;
x 1401 libbase/jemalloc.c x |= x >> 8;
x 1402 libbase/jemalloc.c x |= x >> 16;
x 1404 libbase/jemalloc.c x |= x >> 32;
x 1406 libbase/jemalloc.c x++;
x 1407 libbase/jemalloc.c return (x);
x 1439 libbase/jemalloc.c uint32_t ret, x; \
x 1444 libbase/jemalloc.c x = (var * (a)) + (c); \
x 1445 libbase/jemalloc.c var = x; \
x 1446 libbase/jemalloc.c ret = x >> (32 - lg_range); \
x 1554 libbase/jemalloc.c s[i] = "0123456789"[x % 10];
x 1555 libbase/jemalloc.c x /= 10;
x 1556 libbase/jemalloc.c } while (x > 0);
x 279 libbase/jemtree.h #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y)
x 280 libbase/jemtree.h #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y)
x 281 libbase/jemtree.h #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y)
x 282 libbase/jemtree.h #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y)
x 283 libbase/jemtree.h #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
x 284 libbase/jemtree.h : name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF))
x 285 libbase/jemtree.h #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
x 286 libbase/jemtree.h : name##_SPLAY_MIN_MAX(x, SPLAY_INF))
x 289 libbase/jemtree.h for ((x) = SPLAY_MIN(name, head); \
x 290 libbase/jemtree.h (x) != NULL; \
x 291 libbase/jemtree.h (x) = SPLAY_NEXT(name, head, x))
x 724 libbase/jemtree.h #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y)
x 725 libbase/jemtree.h #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y)
x 726 libbase/jemtree.h #define RB_FIND(name, x, y) name##_RB_FIND(x, y)
x 727 libbase/jemtree.h #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y)
x 730 libbase/jemtree.h #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF)
x 731 libbase/jemtree.h #define RB_MAX(name, x) name##_RB_MINMAX(x, RB_INF)
x 734 libbase/jemtree.h for ((x) = RB_MIN(name, head); \
x 735 libbase/jemtree.h (x) != NULL; \
x 736 libbase/jemtree.h (x) = name##_RB_NEXT(x))
x 739 libbase/jemtree.h for ((x) = RB_MAX(name, head); \
x 740 libbase/jemtree.h (x) != NULL; \
x 741 libbase/jemtree.h (x) = name##_RB_PREV(x))
x 45 libbase/log.h if (!warned) { warned = true; x; } \
x 127 libbase/log.h void setVerbosity(int x) {
x 128 libbase/log.h _verbose = x;
x 135 libbase/log.h void setActionDump(int x) {
x 136 libbase/log.h _actiondump = x;
x 139 libbase/log.h void setNetwork(int x) {
x 140 libbase/log.h _network = x;
x 151 libbase/log.h void setParserDump (int x) {
x 152 libbase/log.h _parserdump = x;
x 358 libbase/log.h #define IF_VERBOSE_PARSE(x) do { if ( LogFile::getDefaultInstance().getParserDump() ) { x; } } while (0);
x 364 libbase/log.h #define IF_VERBOSE_ACTION(x) do { if ( LogFile::getDefaultInstance().getActionDump() ) { x; } } while (0);
x 370 libbase/log.h #define IF_VERBOSE_NETWORK(x) do { if ( LogFile::getDefaultInstance().getNetwork() ) { x; } } while (0);
x 377 libbase/log.h #define IF_VERBOSE_ASCODING_ERRORS(x) { if ( gnash::RcInitFile::getDefaultInstance().showASCodingErrors() ) { x; } }
x 384 libbase/log.h #define IF_VERBOSE_MALFORMED_SWF(x) { if ( gnash::RcInitFile::getDefaultInstance().showMalformedSWFErrors() ) { x; } }
x 415 libbase/log.h #define dummystr(x) # x
x 416 libbase/log.h #define dummyestr(x) dummystr(x)
x 175 libbase/memory.cpp Memory::diffStats(int x, int y)
x 179 libbase/memory.cpp if ((_info) && (x < DATALOG_SIZE) && (y < yy)) {
x 180 libbase/memory.cpp return (_info[x].uordblks - _info[y].uordblks);
x 194 libbase/memory.cpp Memory::diffStamp(int x, int y)
x 198 libbase/memory.cpp if ((_info) && (x < DATALOG_SIZE) && (y < yy)) {
x 199 libbase/memory.cpp return (_info[x].stamp.tv_nsec - _info[y].stamp.tv_nsec);
x 84 libbase/rc.h void setTimerDelay(int x) { _delay = x; }
x 115 libbase/rc.h void setDebugLog(const std::string &x) { _log = x; }
x 118 libbase/rc.h void setDocumentRoot(const std::string &x) { _wwwroot = x; }
x 221 libbase/rc.h void setRetries(int x) { _retries = x; }
x 227 libbase/rc.h void setStreamsTimeout(const double &x) { _streamsTimeout = x; }
x 248 libbase/rc.h void setHWAccel(const std::string &x) { _hwaccel = x; }
x 254 libbase/rc.h void setRenderer(const std::string& x) { _renderer = x; }
x 260 libbase/rc.h void setMediaHandler(const std::string& x) { _mediahandler = x; }
x 266 libbase/rc.h void setSOLSafeDir(const std::string &x) { _solsandbox = x; }
x 270 libbase/rc.h void setSOLLocalDomain(bool x) { _sollocaldomain = x; }
x 274 libbase/rc.h void setSOLReadOnly(bool x) { _solreadonly = x; }
x 278 libbase/rc.h void setLocalConnection(bool x) { _lcdisabled = x; }
x 283 libbase/rc.h void setLCTrace(bool x) { _lctrace = x; }
x 287 libbase/rc.h void setLCShmKey(bool x) { _lcshmkey = x; }
x 228 libbase/snappingrange.h ContainsPoint(const T x, const T y) : _x(x), _y(y) {}
x 360 libbase/snappingrange.h bool contains(T x, T y) const {
x 363 libbase/snappingrange.h return std::find_if(_ranges.begin(), _ranges.end(), ContainsPoint(x, y))
x 49 libbase/utility.h #define assert(x) if (!(x)) { __asm { int 3 } }
x 156 libbase/utility.h #define UNUSED(x) static_cast<void>((x))
x 107 libcore/Bitmap.cpp return pointInBounds(x, y);
x 74 libcore/Bitmap.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 413 libcore/Button.cpp point p(x, y);
x 421 libcore/Button.cpp InteractiveObject *hit = ch->topmostMouseEntity(p.x, p.y);
x 435 libcore/Button.cpp point wp(x,y);
x 444 libcore/Button.cpp if ((*i)->pointInVisibleShape(wp.x, wp.y))
x 787 libcore/Button.cpp if (ch->pointInShape(x,y)) return true;
x 103 libcore/Button.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t x,
x 115 libcore/Button.h bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 1308 libcore/DisplayObject.cpp boost::int32_t x, y;
x 1309 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition();
x 1312 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y));
x 1315 libcore/DisplayObject.cpp return as_value(twipsToPixels(a.x));
x 1322 libcore/DisplayObject.cpp boost::int32_t x, y;
x 1323 libcore/DisplayObject.cpp boost::tie(x, y) = getRoot(*getObject(&o)).mousePosition();
x 1326 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y));
x 487 libcore/DisplayObject.h bool pointInBounds(boost::int32_t x, boost::int32_t y) const
x 492 libcore/DisplayObject.h return bounds.point_test(x, y);
x 500 libcore/DisplayObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const = 0;
x 514 libcore/DisplayObject.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const
x 518 libcore/DisplayObject.h return pointInShape(x, y);
x 656 libcore/DisplayObject.h virtual const DisplayObject* findDropTarget(boost::int32_t x,
x 659 libcore/DisplayObject.h if (this != dragging && visible() && pointInVisibleShape(x, y)) {
x 58 libcore/DragState.h void setOffset(boost::int32_t x, boost::int32_t y) {
x 59 libcore/DragState.h _xoffset = x;
x 79 libcore/DynamicShape.cpp _x = _currpath->ap.x;
x 171 libcore/DynamicShape.cpp _x = x;
x 182 libcore/DynamicShape.cpp _currpath->drawLineTo(x, y);
x 193 libcore/DynamicShape.cpp bounds.expand_to_circle(x, y, swfVersion < 8 ? thickness :
x 200 libcore/DynamicShape.cpp _x = x;
x 56 libcore/DynamicShape.h void moveTo(boost::int32_t x, boost::int32_t y);
x 59 libcore/DynamicShape.h void lineTo(boost::int32_t x, boost::int32_t y, int swfVersion);
x 146 libcore/DynamicShape.h bool pointTestLocal(boost::int32_t x, boost::int32_t y,
x 150 libcore/DynamicShape.h return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y,
x 157 libcore/FreetypeGlyphsProvider.cpp log_debug("moveTo: %ld,%ld", to->x, to->y);
x 159 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale);
x 170 libcore/FreetypeGlyphsProvider.cpp log_debug("lineTo: %ld,%ld", to->x, to->y);
x 172 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale);
x 182 libcore/FreetypeGlyphsProvider.cpp log_debug("conicTo: %ld,%ld %ld,%ld", ctrl->x, ctrl->y, to->x, to->y);
x 184 libcore/FreetypeGlyphsProvider.cpp boost::int32_t x1 = static_cast<boost::int32_t>(ctrl->x * _scale);
x 186 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale);
x 197 libcore/FreetypeGlyphsProvider.cpp log_debug("cubicTo: %ld,%ld %ld,%ld %ld,%ld", ctrl1->x,
x 198 libcore/FreetypeGlyphsProvider.cpp ctrl1->y, ctrl2->x, ctrl2->y, to->x, to->y);
x 200 libcore/FreetypeGlyphsProvider.cpp float x = ctrl1->x + ( (ctrl2->x - ctrl1->x) * 0.5 );
x 202 libcore/FreetypeGlyphsProvider.cpp boost::int32_t x1 = static_cast<boost::int32_t>(x * _scale);
x 204 libcore/FreetypeGlyphsProvider.cpp _x = static_cast<boost::int32_t>(to->x * _scale);
x 216 libcore/FreetypeGlyphsProvider.cpp bounds.expand_to_circle(x, y, 0);
x 150 libcore/Geometry.cpp point pt(x, y);
x 164 libcore/Geometry.cpp float next_pen_x = pth.ap.x;
x 218 libcore/Geometry.cpp next_pen_x = edg.ap.x;
x 239 libcore/Geometry.cpp cross1 = pen_x + (edg.ap.x - pen_x) *
x 258 libcore/Geometry.cpp crosscount = curve_x_crossings(pen_x, pen_y, edg.ap.x, edg.ap.y,
x 259 libcore/Geometry.cpp edg.cp.x, edg.cp.y, y, cross1, cross2);
x 278 libcore/Geometry.cpp if (cross1 <= x)
x 285 libcore/Geometry.cpp if ( (crosscount > 1) && (cross2 <= x) )
x 93 libcore/Geometry.h boost::int32_t dx = B.x - A.x;
x 101 libcore/Geometry.h boost::int32_t pdx = p.x - A.x;
x 267 libcore/Geometry.h ap.x = ax;
x 305 libcore/Geometry.h r.expand_to_circle(ap.x, ap.y, radius);
x 308 libcore/Geometry.h r.expand_to_circle(m_edges[j].ap.x, m_edges[j].ap.y, radius);
x 309 libcore/Geometry.h r.expand_to_circle(m_edges[j].cp.x, m_edges[j].cp.y, radius);
x 314 libcore/Geometry.h r.expand_to_point(ap.x, ap.y);
x 317 libcore/Geometry.h r.expand_to_point(m_edges[j].ap.x, p.m_edges[j].ap.y);
x 318 libcore/Geometry.h r.expand_to_point(m_edges[j].cp.x, p.m_edges[j].cp.y);
x 438 libcore/Geometry.h point p0(A.x, A.y);
x 449 libcore/Geometry.h p0.setTo(p1.x, p1.y);
x 574 libcore/Geometry.h const std::vector<LineStyle>& lineStyles, boost::int32_t x,
x 170 libcore/GnashKey.h x,
x 131 libcore/InteractiveObject.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
x 135 libcore/InteractiveObject.h return pointInBounds(x, y);
x 43 libcore/MorphShape.cpp point lp(x, y);
x 56 libcore/MorphShape.cpp if (!_shape.getBounds().point_test(lp.x, lp.y)) return false;
x 59 libcore/MorphShape.cpp lp.x, lp.y, wm);
x 61 libcore/MorphShape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 155 libcore/MovieClip.cpp if (!ch->pointInShape(_wp.x, _wp.y)) {
x 160 libcore/MovieClip.cpp _wp.x, _wp.y, ch->get_clip_depth());
x 168 libcore/MovieClip.cpp ch->getTarget(), ch->get_depth(), _wp.x, _wp.y);
x 183 libcore/MovieClip.cpp InteractiveObject* te = ch->topmostMouseEntity(_pp.x, _pp.y);
x 198 libcore/MovieClip.cpp _m->getTarget(), _m->get_depth(), _wp.x, _wp.y);
x 1346 libcore/MovieClip.cpp ShapeContainerFinder finder(x, y);
x 1349 libcore/MovieClip.cpp return hitTestDrawable(x, y);
x 1365 libcore/MovieClip.cpp if (mask && mask->visible() && !mask->pointInShape(x, y)) {
x 1369 libcore/MovieClip.cpp mask->getTarget(), x, y);
x 1373 libcore/MovieClip.cpp VisibleShapeContainerFinder finder(x, y);
x 1376 libcore/MovieClip.cpp return hitTestDrawable(x, y);
x 1383 libcore/MovieClip.cpp point lp(x, y);
x 1385 libcore/MovieClip.cpp if (!_drawable.getBounds().point_test(lp.x, lp.y)) return false;
x 1386 libcore/MovieClip.cpp return _drawable.pointTestLocal(lp.x, lp.y, wm);
x 1395 libcore/MovieClip.cpp if (mask && !mask->pointInShape(x, y)) return false;
x 1397 libcore/MovieClip.cpp HitableShapeContainerFinder finder(x, y);
x 1401 libcore/MovieClip.cpp return hitTestDrawable(x, y);
x 1410 libcore/MovieClip.cpp point wp(x, y);
x 1422 libcore/MovieClip.cpp if (pointInVisibleShape(wp.x, wp.y)) return this;
x 1428 libcore/MovieClip.cpp point pp(x, y);
x 1448 libcore/MovieClip.cpp DropTargetFinder finder(x, y, dragging);
x 1460 libcore/MovieClip.cpp if (hitTestDrawable(x, y)) return this;
x 145 libcore/MovieClip.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 148 libcore/MovieClip.h virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const;
x 154 libcore/MovieClip.h virtual bool pointInHitableShape(boost::int32_t x, boost::int32_t y) const;
x 219 libcore/MovieClip.h virtual InteractiveObject* topmostMouseEntity(boost::int32_t x,
x 223 libcore/MovieClip.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y,
x 667 libcore/MovieClip.h bool hitTestDrawable(boost::int32_t x, boost::int32_t y) const;
x 124 libcore/RunResources.h void setRenderBackend(const std::string& x) { _renderer_backend = x; }
x 131 libcore/RunResources.h void setHWAccelBackend(const std::string& x) { _hwaccel_backend = x; }
x 82 libcore/SWFMatrix.cpp boost::int32_t t0 = multiplyFixed16(_a, p.x) + multiplyFixed16(_c, p.y) + _tx;
x 83 libcore/SWFMatrix.cpp boost::int32_t t1 = multiplyFixed16(_b, p.x) + multiplyFixed16(_d, p.y) + _ty;
x 84 libcore/SWFMatrix.cpp p.x = t0;
x 91 libcore/SWFMatrix.cpp const boost::int32_t t0 = multiplyFixed16(_a, x) + multiplyFixed16(_c, y) + _tx;
x 92 libcore/SWFMatrix.cpp const boost::int32_t t1 = multiplyFixed16(_b,x) + multiplyFixed16(_d, y) + _ty;
x 93 libcore/SWFMatrix.cpp x = t0;
x 115 libcore/SWFMatrix.cpp r.setTo(p0.x, p0.y);
x 116 libcore/SWFMatrix.cpp r.expandTo(p1.x, p1.y);
x 117 libcore/SWFMatrix.cpp r.expandTo(p2.x, p2.y);
x 118 libcore/SWFMatrix.cpp r.expandTo(p3.x, p3.y);
x 233 libcore/SWFMatrix.cpp result->x = multiplyFixed16(_a, p.x) + multiplyFixed16(_c, p.y) + _tx;
x 234 libcore/SWFMatrix.cpp result->y = multiplyFixed16(_b, p.x) + multiplyFixed16(_d, p.y) + _ty;
x 257 libcore/SWFMatrix.cpp r.set_to_point(p0.x, p0.y);
x 258 libcore/SWFMatrix.cpp r.expand_to_point(p1.x, p1.y);
x 259 libcore/SWFMatrix.cpp r.expand_to_point(p2.x, p2.y);
x 260 libcore/SWFMatrix.cpp r.expand_to_point(p3.x, p3.y);
x 69 libcore/SWFMatrix.h SWFMatrix(int a, int b, int c, int d, int x, int y)
x 75 libcore/SWFMatrix.h _tx(x),
x 122 libcore/SWFMatrix.h void concatenate_scale(double x, double y);
x 143 libcore/SWFMatrix.h void set_x_translation(int x) {
x 144 libcore/SWFMatrix.h _tx = x;
x 153 libcore/SWFMatrix.h void set_translation(int x, int y) {
x 154 libcore/SWFMatrix.h _tx = x;
x 162 libcore/SWFMatrix.h void transform(boost::int32_t& x, boost::int32_t& y) const;
x 53 libcore/SWFRect.cpp set_to_point(p0.x, p0.y);
x 54 libcore/SWFRect.cpp expand_to(p1.x, p1.y);
x 55 libcore/SWFRect.cpp expand_to(p2.x, p2.y);
x 56 libcore/SWFRect.cpp expand_to(p3.x, p3.y);
x 100 libcore/SWFRect.cpp set_to_point(p0.x, p0.y);
x 103 libcore/SWFRect.cpp expand_to(p0.x, p0.y);
x 105 libcore/SWFRect.cpp expand_to(p1.x, p1.y);
x 106 libcore/SWFRect.cpp expand_to(p2.x, p2.y);
x 107 libcore/SWFRect.cpp expand_to(p3.x, p3.y);
x 127 libcore/SWFRect.cpp p.x = gnash::clamp<boost::int32_t>(p.x, _xMin, _xMax);
x 143 libcore/SWFRect.h bool point_test(boost::int32_t x, boost::int32_t y) const
x 147 libcore/SWFRect.h if (x < _xMin || x > _xMax || y < _yMin || y > _yMax) {
x 154 libcore/SWFRect.h void set_to_point(boost::int32_t x, boost::int32_t y)
x 156 libcore/SWFRect.h _xMin = _xMax = x;
x 171 libcore/SWFRect.h void expand_to_point(boost::int32_t x, boost::int32_t y)
x 174 libcore/SWFRect.h set_to_point(x, y);
x 176 libcore/SWFRect.h expand_to(x, y);
x 186 libcore/SWFRect.h void expand_to_circle(boost::int32_t x, boost::int32_t y,
x 193 libcore/SWFRect.h _xMin = x - radius;
x 195 libcore/SWFRect.h _xMax = x + radius;
x 198 libcore/SWFRect.h _xMin = std::min(_xMin, x - radius);
x 200 libcore/SWFRect.h _xMax = std::max(_xMax, x + radius);
x 246 libcore/SWFRect.h void expand_to(boost::int32_t x, boost::int32_t y)
x 248 libcore/SWFRect.h _xMin = std::min(_xMin, x);
x 250 libcore/SWFRect.h _xMax = std::max(_xMax, x);
x 33 libcore/Shape.cpp point lp(x, y);
x 47 libcore/Shape.cpp if (!_def->bounds().point_test(lp.x, lp.y)) return false;
x 48 libcore/Shape.cpp return _def->pointTestLocal(lp.x, lp.y, wm);
x 52 libcore/Shape.cpp if (!_shape->getBounds().point_test(lp.x, lp.y)) return false;
x 53 libcore/Shape.cpp return _shape->pointTestLocal(lp.x, lp.y, wm);
x 67 libcore/Shape.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 54 libcore/StaticText.cpp return pointInBounds(x, y);
x 95 libcore/StaticText.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 250 libcore/TextField.cpp boost::uint16_t x;
x 256 libcore/TextField.cpp x = record.xOffset();
x 262 libcore/TextField.cpp x += record.glyphs()[p].advance;
x 267 libcore/TextField.cpp (point(x, y))
x 268 libcore/TextField.cpp (point(x, y + h));
x 782 libcore/TextField.cpp point p(x, y);
x 785 libcore/TextField.cpp if (_bounds.point_test(p.x, p.y)) return this;
x 907 libcore/TextField.cpp float extra_space = (width - right_margin) - x - PADDING_TWIPS;
x 983 libcore/TextField.cpp if (tabStops[i] > x) {
x 984 libcore/TextField.cpp if((tabStops[i] - x) < tab) {
x 985 libcore/TextField.cpp tab = tabStops[i] - x;
x 999 libcore/TextField.cpp x+=ge.advance;
x 1010 libcore/TextField.cpp x += ge.advance * tabstop;
x 1109 libcore/TextField.cpp boost::int32_t x = static_cast<boost::int32_t>(rec.xOffset());
x 1130 libcore/TextField.cpp handleChar(it, e, x, y, rec, last_code, last_space_glyph,
x 1137 libcore/TextField.cpp _bounds.expand_to_point(x + PADDING_TWIPS, y + PADDING_TWIPS);
x 1159 libcore/TextField.cpp align_line(getTextAlignment(), last_line_start_record, x);
x 1225 libcore/TextField.cpp align_line(getTextAlignment(), last_line_start_record, x);
x 1229 libcore/TextField.cpp _bounds.expand_to_point(x + PADDING_TWIPS, y + PADDING_TWIPS);
x 1233 libcore/TextField.cpp x = std::max(0, getLeftMargin() + getIndent() + getBlockIndent()) +
x 1243 libcore/TextField.cpp rec.setXOffset(x);
x 1321 libcore/TextField.cpp x += rec.getFont()->get_kerning_adjustment(last_code,
x 1328 libcore/TextField.cpp m_text_bounding_box.expand_to_point(x, y + fontDescent);
x 1335 libcore/TextField.cpp insertTab(rec, x, scale);
x 1356 libcore/TextField.cpp x -= advance;
x 1364 libcore/TextField.cpp newLine(x,y,rec,last_space_glyph,last_line_start_record,1.0);
x 1392 libcore/TextField.cpp newrec.setXOffset(x);
x 1411 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1427 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1436 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1512 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1520 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1529 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1550 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1552 libcore/TextField.cpp newLine(x, y, newrec, last_space_glyph,
x 1558 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1578 libcore/TextField.cpp x = std::max(0, getLeftMargin() +
x 1581 libcore/TextField.cpp newrec.setXOffset(x);
x 1592 libcore/TextField.cpp x = std::max(0, getLeftMargin() +
x 1595 libcore/TextField.cpp newrec.setXOffset(x);
x 1612 libcore/TextField.cpp x = std::max(0, getLeftMargin() +
x 1615 libcore/TextField.cpp newrec.setXOffset(x);
x 1631 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1643 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1646 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
x 1648 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
x 1652 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1659 libcore/TextField.cpp newLine(x, y, rec, last_space_glyph,
x 1665 libcore/TextField.cpp handleChar(it, e, x, y, newrec, last_code,
x 1670 libcore/TextField.cpp rec.setXOffset(x);
x 1739 libcore/TextField.cpp x += ge.advance;
x 1745 libcore/TextField.cpp if (x >= width - getRightMargin() - PADDING_TWIPS)
x 1765 libcore/TextField.cpp x += rec.getFont()->get_kerning_adjustment(last_code,
x 1771 libcore/TextField.cpp m_text_bounding_box.expand_to_point(x, y + fontDescent);
x 1785 libcore/TextField.cpp x += scale * rec.getFont()->get_advance(index, _embedFonts);
x 1801 libcore/TextField.cpp float previous_x = x;
x 1802 libcore/TextField.cpp x = std::max(0, getLeftMargin() + getBlockIndent()) + PADDING_TWIPS;
x 1810 libcore/TextField.cpp rec.setXOffset(x);
x 1827 libcore/TextField.cpp x += last_line.glyphs().back().advance;
x 1852 libcore/TextField.cpp x += last_line.glyphs()[i].advance;
x 2200 libcore/TextField.cpp point lp(x, y);
x 2202 libcore/TextField.cpp return _bounds.point_test(lp.x, lp.y);
x 120 libcore/TextField.h InteractiveObject* topmostMouseEntity(boost::int32_t x, boost::int32_t y);
x 208 libcore/TextField.h bool pointInShape(boost::int32_t x, boost::int32_t y) const;
x 597 libcore/TextField.h void insertTab(SWF::TextRecord& rec, boost::int32_t& x, float scale);
x 612 libcore/TextField.h void reset_bounding_box(boost::int32_t x, boost::int32_t y)
x 614 libcore/TextField.h m_text_bounding_box.set_to_point(x, y);
x 626 libcore/TextField.h void newLine(boost::int32_t& x, boost::int32_t& y,
x 632 libcore/TextField.h const std::wstring::const_iterator& e, boost::int32_t& x,
x 657 libcore/TextField.h float align_line(TextAlignment align, int last_line_start_record, float x);
x 58 libcore/Video.h virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
x 61 libcore/Video.h return pointInBounds(x, y);
x 52 libcore/asobj/ASConversions.cpp const double x = pixelsToTwips(toNumber(getMember(m, NSV::PROP_X), vm));
x 62 libcore/asobj/ASConversions.cpp return SWFMatrix(a, b, c, d, x + w / 2.0, y + h / 2.0);
x 678 libcore/asobj/Global_as.cpp const unsigned int x = static_cast<unsigned int>(sx);
x 682 libcore/asobj/Global_as.cpp as_function* fun = vm.getNative(x, y);
x 684 libcore/asobj/Global_as.cpp log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
x 721 libcore/asobj/Global_as.cpp const unsigned int x = static_cast<unsigned int>(sx);
x 725 libcore/asobj/Global_as.cpp as_function* fun = vm.getNative(x, y);
x 727 libcore/asobj/Global_as.cpp log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
x 1011 libcore/asobj/MovieClip_as.cpp boost::int32_t x = pixelsToTwips(toNumber(fn.arg(0), getVM(fn)));
x 1014 libcore/asobj/MovieClip_as.cpp return movieclip->pointInBounds(x, y);
x 1019 libcore/asobj/MovieClip_as.cpp const boost::int32_t x = pixelsToTwips(toNumber(fn.arg(0),
x 1025 libcore/asobj/MovieClip_as.cpp if (!shapeFlag) return movieclip->pointInBounds(x, y);
x 1026 libcore/asobj/MovieClip_as.cpp else return movieclip->pointInHitableShape(x, y);
x 1284 libcore/asobj/MovieClip_as.cpp boost::int32_t x = 0;
x 1296 libcore/asobj/MovieClip_as.cpp x = pixelsToTwips(toNumber(tmp, getVM(fn)));
x 1309 libcore/asobj/MovieClip_as.cpp point pt(x, y);
x 1313 libcore/asobj/MovieClip_as.cpp obj->set_member(NSV::PROP_X, twipsToPixels(pt.x));
x 1345 libcore/asobj/MovieClip_as.cpp boost::int32_t x = 0;
x 1356 libcore/asobj/MovieClip_as.cpp x = pixelsToTwips(toNumber(tmp, getVM(fn)));
x 1369 libcore/asobj/MovieClip_as.cpp point pt(x, y);
x 1373 libcore/asobj/MovieClip_as.cpp obj->set_member(NSV::PROP_X, twipsToPixels(pt.x));
x 1444 libcore/asobj/MovieClip_as.cpp double x = toNumber(fn.arg(0), getVM(fn));
x 1447 libcore/asobj/MovieClip_as.cpp if (!isFinite(x)) x = 0;
x 1451 libcore/asobj/MovieClip_as.cpp log_debug("%s.lineTo(%g,%g);", movieclip->getTarget(), x, y);
x 1453 libcore/asobj/MovieClip_as.cpp movieclip->graphics().lineTo(pixelsToTwips(x), pixelsToTwips(y),
x 1470 libcore/asobj/MovieClip_as.cpp double x = toNumber(fn.arg(0), getVM(fn));
x 1473 libcore/asobj/MovieClip_as.cpp if (!isFinite(x)) x = 0;
x 1476 libcore/asobj/MovieClip_as.cpp movieclip->graphics().moveTo(pixelsToTwips(x), pixelsToTwips(y));
x 45 libcore/asobj/System_as.cpp inline char trueFalse(bool x) { return x ? 't' : 'f'; }
x 227 libcore/asobj/TextField_as.cpp const int x = toInt(fn.arg(2), getVM(fn));
x 269 libcore/asobj/TextField_as.cpp matrix.set_translation(pixelsToTwips(x), pixelsToTwips(y));
x 119 libcore/asobj/TextFormat_as.h void underlinedSet(const boost::optional<bool>& x) { _underline = x; }
x 121 libcore/asobj/TextFormat_as.h void italicSet(const boost::optional<bool>& x) { _italic = x; }
x 123 libcore/asobj/TextFormat_as.h void boldSet(const boost::optional<bool>& x) { _bold = x; }
x 125 libcore/asobj/TextFormat_as.h void bulletSet(const boost::optional<bool>& x) { _bullet = x; }
x 127 libcore/asobj/TextFormat_as.h void colorSet(const boost::optional<rgba>& x) { _color = x; }
x 129 libcore/asobj/TextFormat_as.h void indentSet(const boost::optional<boost::uint16_t>& x) { _indent = x; }
x 133 libcore/asobj/TextFormat_as.h void alignSet(const boost::optional<TextField::TextAlignment>& x) { _align = x; }
x 137 libcore/asobj/TextFormat_as.h void blockIndentSet(const boost::optional<boost::uint32_t>& x) {
x 138 libcore/asobj/TextFormat_as.h _blockIndent = x;
x 141 libcore/asobj/TextFormat_as.h void leadingSet(const boost::optional<boost::uint16_t>& x) { _leading = x; }
x 143 libcore/asobj/TextFormat_as.h void leftMarginSet(const boost::optional<boost::uint16_t>& x) { _leftMargin = x; }
x 145 libcore/asobj/TextFormat_as.h void rightMarginSet(const boost::optional<boost::uint16_t>& x) {
x 146 libcore/asobj/TextFormat_as.h _rightMargin = x;
x 149 libcore/asobj/TextFormat_as.h void sizeSet(const boost::optional<boost::uint16_t>& x) { _pointSize = x; }
x 154 libcore/asobj/TextFormat_as.h void displaySet(TextField::TextFormatDisplay x) { _display = x; }
x 263 libcore/asobj/TextSnapshot_as.cpp double x = tr->xOffset();
x 268 libcore/asobj/TextSnapshot_as.cpp x += k->advance;
x 288 libcore/asobj/TextSnapshot_as.cpp const double xpos = twipsToPixels(mat.tx() + x);
x 296 libcore/asobj/TextSnapshot_as.cpp x += k->advance;
x 120 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return;
x 122 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = pixelAt(*this, x, y);
x 130 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return;
x 132 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = pixelAt(*this, x, y);
x 148 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return 0;
x 149 libcore/asobj/flash/display/BitmapData_as.cpp return *pixelAt(*this, x, y);
x 159 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= static_cast<int>(width()) || y >= static_cast<int>(height())) {
x 165 libcore/asobj/flash/display/BitmapData_as.cpp if (x < 0) {
x 166 libcore/asobj/flash/display/BitmapData_as.cpp w += x;
x 167 libcore/asobj/flash/display/BitmapData_as.cpp x = 0;
x 180 libcore/asobj/flash/display/BitmapData_as.cpp w = std::min<size_t>(width() - x, w);
x 190 libcore/asobj/flash/display/BitmapData_as.cpp std::fill_n(it + x, w, color);
x 247 libcore/asobj/flash/display/BitmapData_as.cpp const size_t x = p.first;
x 252 libcore/asobj/flash/display/BitmapData_as.cpp iterator pix = pixelAt(*this, x, y);
x 259 libcore/asobj/flash/display/BitmapData_as.cpp if (x + 1 < width()) {
x 261 libcore/asobj/flash/display/BitmapData_as.cpp const iterator eaststop(pix + (width() - x));
x 271 libcore/asobj/flash/display/BitmapData_as.cpp for (size_t nx = x; nx != (x + edone); ++nx) {
x 280 libcore/asobj/flash/display/BitmapData_as.cpp if (x > 0) {
x 282 libcore/asobj/flash/display/BitmapData_as.cpp const iterator weststop(pix - x);
x 292 libcore/asobj/flash/display/BitmapData_as.cpp for (size_t sx = x; sx != x - wdone; --sx) {
x 500 libcore/asobj/flash/display/BitmapData_as.cpp as_value x, y, w, h;
x 502 libcore/asobj/flash/display/BitmapData_as.cpp obj->get_member(NSV::PROP_X, &x);
x 509 libcore/asobj/flash/display/BitmapData_as.cpp ptr->fillRect(toInt(x, getVM(fn)), toInt(y, getVM(fn)),
x 533 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
x 536 libcore/asobj/flash/display/BitmapData_as.cpp if (x < 0 || y < 0) {
x 541 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t old = *pixelAt(*ptr, x, y);
x 544 libcore/asobj/flash/display/BitmapData_as.cpp ptr->floodFill(x, y, old, fill);
x 583 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
x 588 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y) & 0xffffff);
x 608 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
x 611 libcore/asobj/flash/display/BitmapData_as.cpp return static_cast<boost::int32_t>(ptr->getPixel(x, y));
x 687 libcore/asobj/flash/display/BitmapData_as.cpp const double x = toNumber(fn.arg(0), getVM(fn));
x 689 libcore/asobj/flash/display/BitmapData_as.cpp if (isNaN(x) || isNaN(y) || x < 0 || y < 0) return as_value();
x 690 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) {
x 697 libcore/asobj/flash/display/BitmapData_as.cpp ptr->setPixel(x, y, color);
x 711 libcore/asobj/flash/display/BitmapData_as.cpp const double x = toNumber(fn.arg(0), getVM(fn));
x 713 libcore/asobj/flash/display/BitmapData_as.cpp if (isNaN(x) || isNaN(y) || x < 0 || y < 0) return as_value();
x 714 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) {
x 721 libcore/asobj/flash/display/BitmapData_as.cpp ptr->setPixel32(x, y, color);
x 971 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= bd.width() || y >= bd.height()) return bd.end();
x 972 libcore/asobj/flash/display/BitmapData_as.cpp return (bd.begin() + y * bd.width() + x);
x 96 libcore/asobj/flash/display/BitmapData_as.h void setPixel(size_t x, size_t y, boost::uint32_t color) const;
x 99 libcore/asobj/flash/display/BitmapData_as.h void setPixel32(size_t x, size_t y, boost::uint32_t color) const;
x 104 libcore/asobj/flash/display/BitmapData_as.h boost::uint32_t getPixel(size_t x, size_t y) const;
x 109 libcore/asobj/flash/display/BitmapData_as.h void fillRect(int x, int y, int w, int h, boost::uint32_t color);
x 111 libcore/asobj/flash/display/BitmapData_as.h void floodFill(size_t x, size_t y, boost::uint32_t old,
x 117 libcore/asobj/flash/external/ExternalInterface_as.cpp const as_value& x = callMethod(ei, getURI(vm, "_toXML"), val);
x 118 libcore/asobj/flash/external/ExternalInterface_as.cpp newAdd(_ret, x, vm);
x 141 libcore/asobj/flash/external/ExternalInterface_as.cpp const as_value& x = callMethod(ei, getURI(vm, "_toXML"), val);
x 142 libcore/asobj/flash/external/ExternalInterface_as.cpp newAdd(_ret, x, vm);
x 793 libcore/asobj/flash/geom/Matrix_as.cpp as_value x, y;
x 795 libcore/asobj/flash/geom/Matrix_as.cpp pointObject.get_member(NSV::PROP_X, &x);
x 817 libcore/asobj/flash/geom/Matrix_as.cpp point(0) = toNumber(x, vm);
x 74 libcore/asobj/flash/geom/Point_as.cpp args += x, y;
x 110 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 111 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 162 libcore/asobj/flash/geom/Point_as.cpp newAdd(x, x1, vm);
x 165 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
x 173 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 174 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 177 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
x 215 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 216 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 223 libcore/asobj/flash/geom/Point_as.cpp return as_value(equals(x, x1, getVM(fn)) && equals(y, y1, getVM(fn)));
x 261 libcore/asobj/flash/geom/Point_as.cpp double x = toNumber(xval, getVM(fn));
x 262 libcore/asobj/flash/geom/Point_as.cpp if (!isFinite(x)) return as_value();
x 266 libcore/asobj/flash/geom/Point_as.cpp if ( x == 0 && y == 0 ) return as_value();
x 268 libcore/asobj/flash/geom/Point_as.cpp double curlen = std::sqrt(x*x+y*y);
x 285 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 286 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 297 libcore/asobj/flash/geom/Point_as.cpp newAdd(x, xoff, vm);
x 300 libcore/asobj/flash/geom/Point_as.cpp ptr->set_member(NSV::PROP_X, x);
x 311 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 312 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 362 libcore/asobj/flash/geom/Point_as.cpp x.set_double(toNumber(x, getVM(fn)) - toNumber(x1, getVM(fn)));
x 365 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
x 373 libcore/asobj/flash/geom/Point_as.cpp as_value x, y;
x 374 libcore/asobj/flash/geom/Point_as.cpp ptr->get_member(NSV::PROP_X, &x);
x 380 libcore/asobj/flash/geom/Point_as.cpp newAdd(ret, x, vm);
x 398 libcore/asobj/flash/geom/Point_as.cpp double x = toNumber(xval, getVM(fn));
x 401 libcore/asobj/flash/geom/Point_as.cpp double l = std::sqrt(x*x+y*y);
x 558 libcore/asobj/flash/geom/Point_as.cpp as_value x = x1val; // copy to avoid changing stack value
x 559 libcore/asobj/flash/geom/Point_as.cpp newAdd(x, xoff, vm);
x 563 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
x 597 libcore/asobj/flash/geom/Point_as.cpp double x = len * std::cos(angle);
x 600 libcore/asobj/flash/geom/Point_as.cpp as_value xval(x);
x 602 libcore/asobj/flash/geom/Point_as.cpp return constructPoint(fn, x, y);
x 126 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 135 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y, w, h;
x 353 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 354 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(x, xdelta, getVM(fn));
x 355 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_X, x);
x 375 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 376 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(x, xdelta, getVM(fn));
x 377 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_X, x);
x 402 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 410 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(ret, x, vm);
x 457 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 463 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(x, w, vm);
x 478 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y;
x 526 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 529 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(width, x, getVM(fn));
x 598 libcore/asobj/flash/geom/Rectangle_as.cpp as_value x = getMember(*ptr, NSV::PROP_X);
x 610 libcore/asobj/flash/geom/Rectangle_as.cpp args += x, y;
x 540 libcore/movie_root.cpp _mouseX = x;
x 632 libcore/movie_root.cpp const boost::int32_t x = pixelsToTwips(_mouseX);
x 635 libcore/movie_root.cpp DisplayObject* i = getTopmostMouseEntity(x, y);
x 664 libcore/movie_root.cpp boost::int32_t x = pixelsToTwips(_mouseX);
x 668 libcore/movie_root.cpp _mouseButtonState.topmostEntity = getTopmostMouseEntity(x, y);
x 677 libcore/movie_root.cpp const DisplayObject* dropChar = findDropTarget(x, y, dragging);
x 728 libcore/movie_root.cpp boost::int32_t xoffset = world_mouse.x - world_origin.x;
x 757 libcore/movie_root.cpp world_mouse.x -= _dragState.xOffset();
x 775 libcore/movie_root.cpp local.set_translation(world_mouse.x, world_mouse.y);
x 800 libcore/movie_root.cpp TimerMap::iterator it = _intervalTimers.find(x);
x 1081 libcore/movie_root.cpp const boost::int32_t x = pixelsToTwips(_mouseX);
x 1083 libcore/movie_root.cpp return findDropTarget(x, y, getDraggingCharacter());
x 1737 libcore/movie_root.cpp InteractiveObject* ret = i->second->topmostMouseEntity(x, y);
x 1752 libcore/movie_root.cpp const DisplayObject* ret = i->second->findDropTarget(x, y, dragging);
x 275 libcore/movie_root.h DSOEXPORT bool mouseMoved(boost::int32_t x, boost::int32_t y);
x 361 libcore/movie_root.h bool clearIntervalTimer(boost::uint32_t x);
x 889 libcore/movie_root.h InteractiveObject* getTopmostMouseEntity(boost::int32_t x,
x 935 libcore/movie_root.h const DisplayObject* findDropTarget(boost::int32_t x, boost::int32_t y,
x 77 libcore/swf/DefineShapeTag.cpp return geometry::pointTest(_shape.paths(), _shape.lineStyles(), x, y, wm);
x 56 libcore/swf/DefineShapeTag.h bool pointTestLocal(boost::int32_t x, boost::int32_t y,
x 229 libcore/swf/ShapeRecord.cpp const float new_ax = lerp<float>(p1.ap.x, p2.ap.x, ratio);
x 246 libcore/swf/ShapeRecord.cpp e.cp.x = static_cast<int>(lerp<float>(e1.cp.x, e2.cp.x, ratio));
x 248 libcore/swf/ShapeRecord.cpp e.ap.x = static_cast<int>(lerp<float>(e1.ap.x, e2.ap.x, ratio));
x 344 libcore/swf/ShapeRecord.cpp int x = 0, y = 0;
x 383 libcore/swf/ShapeRecord.cpp x = move_x;
x 387 libcore/swf/ShapeRecord.cpp current_path.ap.x = x;
x 392 libcore/swf/ShapeRecord.cpp log_parse(_(" Shape read: moveto %d %d"), x, y);
x 403 libcore/swf/ShapeRecord.cpp current_path.ap.x = x;
x 454 libcore/swf/ShapeRecord.cpp current_path.ap.x = x;
x 504 libcore/swf/ShapeRecord.cpp current_path.ap.x = x;
x 592 libcore/swf/ShapeRecord.cpp int cx = x + in.read_sint(num_bits);
x 600 libcore/swf/ShapeRecord.cpp "%d %d - %d %d - %d %d"), x, y, cx, cy, ax, ay);
x 604 libcore/swf/ShapeRecord.cpp x = ax;
x 642 libcore/swf/ShapeRecord.cpp "%d %d - %d %d"), x, y, x + dx, y + dy);
x 645 libcore/swf/ShapeRecord.cpp current_path.m_edges.push_back(Edge(x + dx, y + dy,
x 646 libcore/swf/ShapeRecord.cpp x + dx, y + dy));
x 647 libcore/swf/ShapeRecord.cpp x += dx;
x 173 libcore/swf/TextRecord.cpp double x = 0.0;
x 205 libcore/swf/TextRecord.cpp if (rec.hasXOffset()) x =
x 212 libcore/swf/TextRecord.cpp const boost::int16_t startX = x;
x 237 libcore/swf/TextRecord.cpp m.concatenate_translation(x, y);
x 268 libcore/swf/TextRecord.cpp x += ge.advance;
x 280 libcore/swf/TextRecord.cpp boost::int16_t endX = static_cast<boost::int16_t>(x);
x 158 libcore/swf/TextRecord.h void setXOffset(float x) {
x 160 libcore/swf/TextRecord.h _xOffset = x;
x 2276 libcore/vm/ASHandlers.cpp const double x = toNumber(env.pop(), getVM(env));
x 2279 libcore/vm/ASHandlers.cpp as_value result = std::fmod(x, y);
x 90 libcore/vm/ASHandlers.h const ActionHandler& operator[](ActionType x) const {
x 91 libcore/vm/ASHandlers.h return _handlers[x];
x 271 libcore/vm/VM.cpp assert(!_asNativeTable[x][y]);
x 272 libcore/vm/VM.cpp _asNativeTable[x][y] = fun;
x 278 libcore/vm/VM.cpp AsNativeTable::const_iterator row = _asNativeTable.find(x);
x 182 libcore/vm/VM.h void registerNative(as_c_function_ptr fun, unsigned int x, unsigned int y);
x 185 libcore/vm/VM.h NativeFunction* getNative(unsigned int x, unsigned int y) const;
x 400 librender/Renderer.h virtual point pixel_to_world(int x, int y) const = 0;
x 410 librender/Renderer.h return geometry::Range2d<int> (topleft.x, topleft.y,
x 411 librender/Renderer.h bottomright.x, bottomright.y);
x 166 librender/agg/Renderer_agg.cpp # define round(x) rint(x)
x 240 librender/agg/Renderer_agg.cpp _path.line_to(twipsToPixels(edge.ap.x) + _shift,
x 244 librender/agg/Renderer_agg.cpp _path.curve3(twipsToPixels(edge.cp.x) + _shift,
x 246 librender/agg/Renderer_agg.cpp twipsToPixels(edge.ap.x) + _shift,
x 273 librender/agg/Renderer_agg.cpp p.move_to(twipsToPixels(in.ap.x) + _shift,
x 504 librender/agg/Renderer_agg.cpp const int x = span->x;
x 507 librender/agg/Renderer_agg.cpp rbase.copy_hline(x, y, (unsigned)span->len, col);
x 509 librender/agg/Renderer_agg.cpp rbase.copy_hline(x, y,
x 510 librender/agg/Renderer_agg.cpp (unsigned)(x - span->len - 1),
x 690 librender/agg/Renderer_agg.cpp for (int x = 0; x < xres; ++x) {
x 692 librender/agg/Renderer_agg.cpp typename PixelFormat::color_type t = m_pixf->pixel(x, y);
x 693 librender/agg/Renderer_agg.cpp im.setPixel(x, y, t.r, t.g, t.b, t.a);
x 761 librender/agg/Renderer_agg.cpp path.move_to(a.x, a.y);
x 762 librender/agg/Renderer_agg.cpp path.line_to(b.x, b.y);
x 763 librender/agg/Renderer_agg.cpp path.line_to(c.x, c.y);
x 764 librender/agg/Renderer_agg.cpp path.line_to(d.x, d.y);
x 765 librender/agg/Renderer_agg.cpp path.line_to(a.x, a.y);
x 772 librender/agg/Renderer_agg.cpp a.x, a.y, c.x - a.x, c.y - a.y));
x 823 librender/agg/Renderer_agg.cpp assert(x > 0);
x 826 librender/agg/Renderer_agg.cpp xres = x;
x 968 librender/agg/Renderer_agg.cpp path.move_to(pnt.x, pnt.y);
x 975 librender/agg/Renderer_agg.cpp path.line_to(pnt.x, pnt.y);
x 1293 librender/agg/Renderer_agg.cpp float prev_ax = twipsToPixels(this_path.ap.x);
x 1308 librender/agg/Renderer_agg.cpp float this_ax = twipsToPixels(this_edge.ap.x);
x 1379 librender/agg/Renderer_agg.cpp twipsToPixels(this_edge.cp.x) + subpixel_offset,
x 1625 librender/agg/Renderer_agg.cpp path.move_to(twipsToPixels(this_path.ap.x),
x 1839 librender/agg/Renderer_agg.cpp point(truncator(corners[0].x), truncator(corners[0].y)));
x 1840 librender/agg/Renderer_agg.cpp path.move_to(truncator(origin.x)+0.5, truncator(origin.y)+0.5);
x 1844 librender/agg/Renderer_agg.cpp mat.transform(&pnt, point(corners[i].x, corners[i].y));
x 1846 librender/agg/Renderer_agg.cpp path.line_to(truncator(pnt.x)+0.5, truncator(pnt.y)+0.5);
x 1850 librender/agg/Renderer_agg.cpp path.line_to(truncator(origin.x)+0.5, truncator(origin.y)+0.5);
x 1928 librender/agg/Renderer_agg.cpp x = (int)p.x;
x 1950 librender/agg/Renderer_agg.cpp point p(x, y);
x 2012 librender/agg/Renderer_agg.cpp if ((x<0) || (y<0) || (x>=xres) || (y>=yres))
x 2015 librender/agg/Renderer_agg.cpp agg::rgba8 color = m_pixf->pixel(x, y);
x 43 librender/agg/Renderer_agg.h virtual void init_buffer(unsigned char *mem, int size, int x, int y, int rowstride)=0;
x 97 librender/agg/Renderer_agg_style.h virtual void generate_span(agg::rgba8* span, int x, int y,
x 276 librender/agg/Renderer_agg_style.h void generate_span(Color* span, int x, int y, unsigned len) {
x 277 librender/agg/Renderer_agg_style.h m_sg.generate(span, x, y, len);
x 382 librender/agg/Renderer_agg_style.h void generate_span(agg::rgba8* span, int x, int y, unsigned len)
x 384 librender/agg/Renderer_agg_style.h m_sg.generate(span, x, y, len);
x 524 librender/agg/Renderer_agg_style.h void generate_span(agg::rgba8* span, int x, int y,
x 527 librender/agg/Renderer_agg_style.h _styles[style].generate_span(span,x,y,len);
x 76 librender/cairo/Renderer_cairo.cpp for (size_t x = 0; x < im->width(); x++, src += 3) {
x 90 librender/cairo/Renderer_cairo.cpp for (size_t x = 0; x < im->width(); x++, src += 4)
x 307 librender/cairo/Renderer_cairo.cpp cairo_user_to_device(cr, &x, &y);
x 309 librender/cairo/Renderer_cairo.cpp x = std::floor(x + 0.5) + 0.5;
x 312 librender/cairo/Renderer_cairo.cpp cairo_device_to_user(cr, &x, &y);
x 367 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, ap.x, ap.y);
x 375 librender/cairo/Renderer_cairo.cpp double x, y;
x 376 librender/cairo/Renderer_cairo.cpp cairo_get_current_point(_cr, &x, &y);
x 378 librender/cairo/Renderer_cairo.cpp double x1 = x + two_thirds * (cur_edge.cp.x - x);
x 381 librender/cairo/Renderer_cairo.cpp double x2 = cur_edge.cp.x + one_third * (cur_edge.ap.x - cur_edge.cp.x);
x 384 librender/cairo/Renderer_cairo.cpp x = cur_edge.ap.x;
x 387 librender/cairo/Renderer_cairo.cpp cairo_curve_to(_cr, x1, y1, x2, y2, x, y);
x 392 librender/cairo/Renderer_cairo.cpp double x = ap.x;
x 395 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, x, y);
x 587 librender/cairo/Renderer_cairo.cpp double xconv = x;
x 635 librender/cairo/Renderer_cairo.cpp double x = range.getMinX(),
x 641 librender/cairo/Renderer_cairo.cpp cairo_matrix_transform_point(&_stage_mat, &x, &y);
x 644 librender/cairo/Renderer_cairo.cpp cairo_rectangle(_cr, rint(x), rint(y), rint(maxx - x), rint(maxy - y));
x 685 librender/cairo/Renderer_cairo.cpp double x = i->x, y = i->y;
x 686 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(_cr, x, y);
x 688 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, x, y);
x 691 librender/cairo/Renderer_cairo.cpp double x = i->x, y = i->y;
x 692 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(_cr, x, y);
x 693 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, x, y);
x 718 librender/cairo/Renderer_cairo.cpp cairo_move_to(_cr, corners[0].x, corners[0].y);
x 721 librender/cairo/Renderer_cairo.cpp cairo_line_to(_cr, corners[i].x, corners[i].y);
x 791 librender/cairo/Renderer_cairo.cpp double x = cur_path.ap.x;
x 794 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
x 795 librender/cairo/Renderer_cairo.cpp cairo_move_to(cr, x, y);
x 802 librender/cairo/Renderer_cairo.cpp x = cur_edge.ap.x;
x 804 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
x 805 librender/cairo/Renderer_cairo.cpp cairo_line_to(cr, x, y);
x 813 librender/cairo/Renderer_cairo.cpp double x1 = x + two_thirds * (cur_edge.cp.x - x);
x 816 librender/cairo/Renderer_cairo.cpp double x2 = cur_edge.cp.x
x 817 librender/cairo/Renderer_cairo.cpp + one_third * (cur_edge.ap.x - cur_edge.cp.x);
x 821 librender/cairo/Renderer_cairo.cpp x = cur_edge.ap.x;
x 826 librender/cairo/Renderer_cairo.cpp snap_to_half_pixel(cr, x, y);
x 828 librender/cairo/Renderer_cairo.cpp cairo_curve_to(cr, x1, y1, x2, y2, x, y);
x 1111 librender/cairo/Renderer_cairo.cpp if (x < 0 || y < 0) {
x 1124 librender/cairo/Renderer_cairo.cpp if (x >= width || y >= height) {
x 1128 librender/cairo/Renderer_cairo.cpp unsigned char* ptr = data + y * stride + x * 4;
x 56 librender/cairo/Renderer_cairo.h virtual point pixel_to_world(int x, int y) const;
x 123 librender/cairo/Renderer_cairo.h bool getPixel(rgba& color_return, int x, int y) const;
x 265 librender/opengl/Renderer_ogl.cpp if (x > _width || y > _height) {
x 269 librender/opengl/Renderer_ogl.cpp ptrdiff_t offset = (_height - y) * (_width * 3) + x * 3;
x 353 librender/opengl/Renderer_ogl.cpp return point(0.5 * (a.x + b.x), 0.5 * (a.y + b.y));
x 369 librender/opengl/Renderer_ogl.cpp _dest.push_back(p.x);
x 424 librender/opengl/Renderer_ogl.cpp point target(the_edge.ap.x, the_edge.ap.y);
x 429 librender/opengl/Renderer_ogl.cpp point control(the_edge.cp.x, the_edge.cp.y);
x 929 librender/opengl/Renderer_ogl.cpp const unsigned int w = u.x - l.x;
x 933 librender/opengl/Renderer_ogl.cpp glTranslatef(l.x, l.y, 0.0f);
x 964 librender/opengl/Renderer_ogl.cpp return point(pixelsToTwips(x), pixelsToTwips(y));
x 1022 librender/opengl/Renderer_ogl.cpp GLfloat x;
x 1051 librender/opengl/Renderer_ogl.cpp glTranslatef (points[i].x * _width / viewport_width,
x 1069 librender/opengl/Renderer_ogl.cpp int x = pixelsToTwips(box[0]),
x 1074 librender/opengl/Renderer_ogl.cpp glRectd(x, y - h, x + w, y + h);
x 1233 librender/opengl/Renderer_ogl.cpp << path.ap.x
x 1247 librender/opengl/Renderer_ogl.cpp << path.m_edges.back().ap.x
x 1255 librender/opengl/Renderer_ogl.cpp std::cout << "( " << cur_edge.ap.x << ", " << cur_edge.ap.y << ") ";
x 1266 librender/opengl/Renderer_ogl.cpp float prev_cx = cur_end.cp.x;
x 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);
x 1271 librender/opengl/Renderer_ogl.cpp float prev_ax = cur_end.ap.x;
x 1279 librender/opengl/Renderer_ogl.cpp prev_cx = cur_edge.ap.x;
x 1283 librender/opengl/Renderer_ogl.cpp Edge newedge(prev_cx, prev_cy, cur_edge.ap.x, cur_edge.ap.y);
x 1287 librender/opengl/Renderer_ogl.cpp prev_cx = cur_edge.cp.x;
x 1289 librender/opengl/Renderer_ogl.cpp prev_ax = cur_edge.ap.x;
x 1294 librender/opengl/Renderer_ogl.cpp Edge newlastedge(prev_cx, prev_cy, cur_path.ap.x, cur_path.ap.y);
x 1304 librender/opengl/Renderer_ogl.cpp float target_x = to_connect.m_edges.back().ap.x;
x 1307 librender/opengl/Renderer_ogl.cpp if (target_x == to_connect.ap.x &&
x 1323 librender/opengl/Renderer_ogl.cpp if (cur_path->ap.x == target_x && cur_path->ap.y == target_y) {
x 1502 librender/opengl/Renderer_ogl.cpp pathpoints[&cur_path] = interpolate(cur_path.m_edges, cur_path.ap.x,
x 1515 librender/opengl/Renderer_ogl.cpp glVertex2d(point_edge.ap.x, point_edge.ap.y);
x 1555 librender/opengl/Renderer_ogl.cpp glVertex2d(cur_path.ap.x, cur_path.ap.y);
x 1853 librender/opengl/Renderer_ogl.cpp return _offscreen->getPixel(color_out, x, y);
x 1985 librender/opengl/Renderer_ogl.cpp float x = (i - radiusx) / radiusx;
x 1986 librender/opengl/Renderer_ogl.cpp int ratio = std::floor(255.5f * std::sqrt(x*x + y*y));
x 70 librender/opengl/Renderer_ogl.h oglVertex(double x, double y, double z = 0.0)
x 71 librender/opengl/Renderer_ogl.h : _x(x), _y(y), _z(z)
x 76 librender/opengl/Renderer_ogl.h : _x(p.x), _y(p.y), _z(0.0)
x 166 libvaapi/VaapiSurface.cpp src_rect.x, src_rect.y,
x 168 libvaapi/VaapiSurface.cpp dst_rect.x, dst_rect.y,
x 37 libvaapi/VaapiSurface.h { x = 0; y = 0; width = w; height = h; }
x 40 libvaapi/VaapiSurface.h { x = x_; y = y_; width = w; height = h; }
x 82 plugin/aos4/plugin.cpp #define DBG(x, ...) __DBG(x, ## __VA_ARGS__)
x 266 plugin/aos4/plugin.cpp _x = aWindow->x;
x 74 plugin/aos4/plugin.h void notify_mouse_state(int x, int y, int buttons)
x 76 plugin/aos4/plugin.h mouse_x = x;
x 36 plugin/npapi/mozilla-sdk/npn_gate.cpp #define HIBYTE(x) ((((uint32_t)(x)) & 0xff00) >> 8)
x 117 plugin/npapi/plugin.cpp if (!warned) { warned = true; x; } \
x 503 plugin/npapi/plugin.cpp std::cout << "X origin: = " << aWindow->x
x 552 plugin/npapi/plugin.cpp aWindow->x, aWindow->y, aWindow->width, aWindow->height,
x 29 plugin/npapi/plugin.h # define dummystr(x) # x
x 30 plugin/npapi/plugin.h # define dummyestr(x) dummystr(x)
x 647 plugin/npapi/pluginScriptObject.cpp _controlfd = x; // FIXME: this should go away
x 662 plugin/npapi/pluginScriptObject.cpp _hostfd = x; // FIXME: this should go away
x 97 plugin/npapi/pluginScriptObject.h void setControlFD(int x);
x 103 plugin/npapi/pluginScriptObject.h void setHostFD(int x);
x 414 plugin/npapi/test.cpp char *x = 0;
x 415 plugin/npapi/test.cpp return x;
x 84 plugin/win32/plugin.cpp #define DBG(x, ...) __DBG(x, ## __VA_ARGS__)
x 266 plugin/win32/plugin.cpp _x = aWindow->x;
x 618 plugin/win32/plugin.cpp int x = GET_X_LPARAM(lParam);
x 621 plugin/win32/plugin.cpp plugin->notify_mouse_state(x, y, -1);
x 627 plugin/win32/plugin.cpp int x = GET_X_LPARAM(lParam);
x 631 plugin/win32/plugin.cpp plugin->notify_mouse_state(x, y, buttons);
x 297 testsuite/MovieTester.cpp _movie_root->setDimensions(x, y);
x 304 testsuite/MovieTester.cpp float xscale = x / _movie_def->get_width_pixels();
x 347 testsuite/MovieTester.cpp _x = x;
x 349 testsuite/MovieTester.cpp if ( _movie_root->mouseMoved(x, y) ) render();
x 359 testsuite/MovieTester.cpp cout << "UNTESTED: NORENDERER: pix:" << x << "," << y << " exp:" << color.toShortString() << " " << label << endl;
x 374 testsuite/MovieTester.cpp ss << "pix:" << x << "," << y <<" ";
x 380 testsuite/MovieTester.cpp if (!getAveragePixel(handler, obt_col, x, y, radius) ) {
x 642 testsuite/MovieTester.cpp if (radius==1) return rh.getPixel(color_return, x, y);
x 646 testsuite/MovieTester.cpp x -= radius/2;
x 649 testsuite/MovieTester.cpp int xe = x+radius;
x 655 testsuite/MovieTester.cpp for (int xp=x; xp<xe; xp++) {
x 48 testsuite/MovieTester.h tester.checkPixel(x, y, radius, color, tolerance, ss.str(), false); \
x 55 testsuite/MovieTester.h tester.checkPixel(x, y, radius, color, tolerance, ss.str(), true); \
x 176 testsuite/MovieTester.h void movePointerTo(int x, int y);
x 213 testsuite/MovieTester.h void checkPixel(int x, int y, unsigned radius, const rgba& color,
x 298 testsuite/MovieTester.h void resizeStage(int x, int y) ;
x 390 testsuite/MovieTester.h inline double exp2(double x) { return std::pow((double)2, double(x)); }
x 34 testsuite/check.h #define info(x) note x
x 48 testsuite/check.h #define info(x) { printf("NOTE: "); printf x; putchar('\n'); }
x 41 testsuite/libbase.all/Point2dTest.cpp check_equals(p.x, 5);
x 45 testsuite/libbase.all/Point2dTest.cpp check_equals(p.x, 2);
x 49 testsuite/libbase.all/Point2dTest.cpp check_equals(p.x, 999999);
x 218 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, 0);
x 222 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, 20);
x 230 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, -10);
x 234 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, 10);
x 245 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, -100);
x 249 testsuite/libcore.all/MatrixTest.cpp check_equals(r.x, 100);
x 375 testsuite/misc-ming.all/ButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y+2);
x 387 testsuite/misc-ming.all/ButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y);
x 92 testsuite/misc-ming.all/DefineEditTextVariableNameTest.c snprintf(buf, BUFLEN, "%s._x = %d;", what, x);
x 71 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cXmm.x, cXmm.y, 4, red, 2); // X cross
x 72 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cXum.x, cXum.y, 20, white, 2); // X underline (none)
x 74 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOmm.x, cOmm.y, 8, white, 2); // O hole
x 75 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOml.x, cOml.y, 4, green, 2); // O left side
x 76 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOmr.x, cOmr.y, 4, green, 2); // O right side
x 77 testsuite/misc-ming.all/DefineTextTest-Runner.cpp check_pixel(cOum.x, cOum.y, 20, white, 2); // O underline (none)
x 82 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOml.x, cOml.y);
x 88 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOmm.x, cOmm.y);
x 101 testsuite/misc-ming.all/DefineTextTest-Runner.cpp tester.movePointerTo(cOmr.x, cOmr.y);
x 125 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(out.x, out.y);
x 129 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc1.x, rc1.y);
x 133 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc1.x, gc1.y);
x 137 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc1.x, bc1.y);
x 141 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc2.x, rc2.y);
x 145 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc2.x, gc2.y);
x 149 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc2.x, bc2.y);
x 153 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc3.x, rc3.y);
x 157 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(gc3.x, gc3.y);
x 161 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(bc3.x, bc3.y);
x 165 testsuite/misc-ming.all/DragDropTestRunner.cpp tester.movePointerTo(rc1.x, rc1.y);
x 56 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int ULx = x-halfside;
x 60 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int LRx = x+halfside;
x 371 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int x;
x 375 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x(nx), y(ny)
x 390 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
x 391 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, white, 2);
x 393 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
x 394 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, white, 2);
x 396 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
x 397 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
x 409 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
x 410 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c1b.x, c1b.y));
x 411 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
x 413 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2s.x, c2s.y)); // failure won't impact correctness, only performance
x 414 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2b.x, c2b.y)); // failure won't impact correctness, only performance
x 415 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
x 416 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, white, 2);
x 418 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3s.x, c3s.y)); // failure won't impact correctness, only performance
x 419 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3b.x, c3b.y)); // failure won't impact correctness, only performance
x 420 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
x 421 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
x 428 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1s.x, c1s.y)); // failure won't impact correctness, only performance
x 429 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1b.x, c1b.y)); // failure won't impact correctness, only performance
x 430 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
x 431 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
x 433 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
x 434 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c2b.x, c2b.y));
x 435 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, yellow, 2);
x 437 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3s.x, c3s.y)); // failure won't impact correctness, only performance
x 438 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c3b.x, c3b.y)); // failure won't impact correctness, only performance
x 439 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
x 440 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, white, 2);
x 446 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1s.x, c1s.y)); // failure won't impact correctness, only performance
x 447 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c1b.x, c1b.y)); // failure won't impact correctness, only performance
x 448 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1s.x, c1s.y, 1, yellow, 2);
x 449 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c1b.x, c1b.y, 1, yellow, 2);
x 451 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2s.x, c2s.y)); // failure won't impact correctness, only performance
x 452 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(!tester.getInvalidatedRanges().contains(c2b.x, c2b.y)); // failure won't impact correctness, only performance
x 453 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2s.x, c2s.y, 1, yellow, 2);
x 454 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c2b.x, c2b.y, 1, yellow, 2);
x 456 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3s.x, c3s.y, 1, yellow, 2);
x 457 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check(tester.getInvalidatedRanges().contains(c3b.x, c3b.y));
x 458 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(c3b.x, c3b.y, 1, yellow, 2);
x 764 testsuite/misc-ming.all/DrawingApiTestRunner.cpp int x = 20, y = 20;
x 769 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, green, 2);
x 771 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, red, 2);
x 773 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, red, 2);
x 775 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + w / 2, y + h / 2, 2, red, 2);
x 777 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, blue, 2);
x 781 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 200;
x 784 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, green, 2);
x 786 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, red, 2);
x 788 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + 80, y + 20, 2, red, 2);
x 790 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + w / 2, y + h / 2, 2, red, 2);
x 792 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, blue, 2);
x 794 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y, 2, black, 2);
x 798 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 200;
x 801 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
x 803 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, white, 2);
x 805 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
x 807 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, white, 2);
x 809 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
x 813 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x = 20;
x 819 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
x 821 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, white, 2);
x 823 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
x 825 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, white, 2);
x 827 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
x 831 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 200;
x 834 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, black, 2);
x 836 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, black, 2);
x 838 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, white, 2);
x 840 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, black, 2);
x 842 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, white, 2);
x 846 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 200;
x 854 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x, y + h, 2, yellow, 2);
x 856 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 20, y + 60, 2, green, 2);
x 861 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 80, y + 20, 2, blue, 2);
x 863 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w / 2, y + h / 2, 2, yellow, 2);
x 865 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + w, y, 2, yellow, 2);
x 873 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x = 0;
x 880 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, lightblue, 2);
x 881 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, lightblue, 2);
x 882 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, lightblue, 2);
x 883 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, lightblue, 2);
x 887 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 888 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
x 889 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, blue, 2);
x 890 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 891 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 895 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 896 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
x 897 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, white, 2);
x 898 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 899 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, violet, 2);
x 903 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 905 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
x 906 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, whiteblue, 2);
x 907 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, whiteblue, 2);
x 908 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 912 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 914 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, white, 2);
x 915 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, whitegreen, 2);
x 916 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, whiteblue, 2);
x 917 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 921 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 923 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 1, 2, blue, 2);
x 924 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row, 2, white, 2);
x 925 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 2, 2, green, 2);
x 930 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 3, 2, rgba(240,120,244,255), 2);
x 931 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + row * 4 , 2, rgba(184,240,240,255), 2);
x 935 testsuite/misc-ming.all/DrawingApiTestRunner.cpp xcheck_pixel(x + 45, y + 89, 2, yellow, 2);
x 938 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x = 0;
x 945 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, otherblue, 2);
x 946 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, otherblue2, 2);
x 947 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, otherblue, 2);
x 948 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, otherblue2, 2);
x 949 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, otherblue, 2);
x 952 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 953 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, white, 2);
x 954 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, white, 2);
x 955 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 956 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 957 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
x 960 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 961 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, violet, 2);
x 962 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, violet, 2);
x 963 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, violet, 2);
x 964 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, violet, 2);
x 965 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
x 967 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45 / 2, 2, white, 2)
x 970 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 971 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, violet, 2);
x 972 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, violet, 2);
x 973 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, violet, 2);
x 974 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, blue, 2);
x 976 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90, y + 45, 2, white, 2);
x 977 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 90, 2, white, 2);
x 981 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 982 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, blue, 2);
x 983 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, green, 2);
x 984 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
x 985 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
x 987 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 1, 2, white, 2);
x 988 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 1, y + 45, 2, white, 2);
x 991 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 992 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 2, 2, yellow, 2);
x 993 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 2, y + 90 - 2, 2, yellow, 2);
x 994 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, yellow, 2);
x 995 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, yellow, 2);
x 996 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 45, y + 45, 2, blue, 2);
x 1000 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x = 0;
x 1001 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, green, 2);
x 1002 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, green, 2);
x 1003 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
x 1004 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
x 1007 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 1008 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, red, 2);
x 1009 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, red, 2);
x 1010 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, red, 2);
x 1011 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, red, 2);
x 1014 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 1015 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, green, 2);
x 1016 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, green, 2);
x 1017 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, green, 2);
x 1018 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, green, 2);
x 1023 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 1024 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
x 1025 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
x 1026 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 1027 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 1030 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x += 100;
x 1031 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
x 1032 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
x 1033 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 1034 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 1036 testsuite/misc-ming.all/DrawingApiTestRunner.cpp x = 0;
x 1040 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 2, 2, white, 2);
x 1041 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 7, y + 90 - 2, 2, white, 2);
x 1042 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 2, 2, white, 2);
x 1043 testsuite/misc-ming.all/DrawingApiTestRunner.cpp check_pixel(x + 90 - 2, y + 90 - 2, 2, white, 2);
x 38 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_movePenTo(sh, x, y);
x 39 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x, y+height);
x 40 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y+height);
x 41 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y);
x 42 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x, y);
x 181 testsuite/misc-ming.all/SpriteButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y+2);
x 193 testsuite/misc-ming.all/SpriteButtonEventsTest.c SWFDisplayItem_moveTo(it, x, y);
x 63 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y,
x 64 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y+height,
x 65 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y+height,
x 66 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y,
x 67 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y,
x 69 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+5,
x 70 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+height-5,
x 71 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+height-5,
x 72 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+5,
x 73 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+5
x 101 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c SWFDisplayItem_moveTo(it, x, y);
x 74 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test10.c SWFDisplayItem_moveTo(it, x, y);
x 88 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c SWFDisplayItem_moveTo(it, x, y);
x 85 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test2.c SWFDisplayItem_moveTo(it, x, y);
x 82 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test3.c SWFDisplayItem_moveTo(it, x, y);
x 80 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test4.c SWFDisplayItem_moveTo(it, x, y);
x 79 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test5.c SWFDisplayItem_moveTo(it, x, y);
x 81 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test6.c SWFDisplayItem_moveTo(it, x, y);
x 82 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test7.c SWFDisplayItem_moveTo(it, x, y);
x 84 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test8.c SWFDisplayItem_moveTo(it, x, y);
x 80 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test9.c SWFDisplayItem_moveTo(it, x, y);
x 81 testsuite/misc-ming.all/loading/loadImageTest.c SWFDisplayItem_moveTo(it, x, y);
x 117 testsuite/misc-ming.all/loading/loadImageTest.c SWFDisplayItem_moveTo(it, x, y);
x 80 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
x 155 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
x 243 testsuite/misc-ming.all/loading/loadMovieTest.c SWFDisplayItem_moveTo(it, x, y);
x 69 testsuite/misc-ming.all/loading/moviecliploader_test.c SWFDisplayItem_moveTo(it, x, y);
x 56 testsuite/misc-ming.all/masks_test.c x, y,
x 57 testsuite/misc-ming.all/masks_test.c x, y+height,
x 58 testsuite/misc-ming.all/masks_test.c x+width, y+height,
x 59 testsuite/misc-ming.all/masks_test.c x+width, y,
x 60 testsuite/misc-ming.all/masks_test.c x, y
x 81 testsuite/misc-ming.all/masks_test.c SWFDisplayItem_moveTo(it, x, y);
x 100 testsuite/misc-ming.all/masks_test.c SWFDisplayItem_moveTo(it, x, y);
x 41 testsuite/misc-ming.all/masks_test2.c sh = make_fill_square (x, y, w, h, 255, 0, 0, 255, 0, 0);
x 68 testsuite/misc-ming.all/matrix_test.c SWFDisplayItem_moveTo(it, x, y);
x 78 testsuite/misc-ming.all/ming_utils.c SWFDisplayItem_moveTo(it, x, y);
x 125 testsuite/misc-ming.all/ming_utils.c SWFDisplayItem_moveTo(it, x, y);
x 141 testsuite/misc-ming.all/ming_utils.c SWFShape_movePenTo(sh, x, y);
x 142 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height);
x 143 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height);
x 144 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y);
x 145 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y);
x 157 testsuite/misc-ming.all/ming_utils.c SWFShape_movePenTo(sh, x, y);
x 158 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height);
x 159 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height);
x 160 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y);
x 161 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y);
x 337 testsuite/misc-ming.all/ming_utils.c add_xtrace_function_clip(mc, font, depth, x, y, width, height);
x 352 testsuite/misc-ming.all/ming_utils.c add_xtrace_function(mo, font, depth, x, y, width, height);
x 43 testsuite/misc-ming.all/morph_test1.c SWFShape_movePenTo(sh, x, y);
x 44 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x, y+height);
x 45 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y+height);
x 46 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y);
x 47 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x, y);
x 112 testsuite/misc-ming.all/replace_buttons1test.c SWFDisplayItem_moveTo(it, x, y);
x 99 testsuite/misc-ming.all/replace_shapes1test.c SWFDisplayItem_moveTo(it, x, y);
x 97 testsuite/misc-ming.all/replace_sprites1test.c SWFDisplayItem_moveTo(it, x, y);
x 103 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
x 104 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, red, 1);
x 105 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, red, 1); // still red, till we move over it
x 106 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, red, 1); // still red, till we move over it
x 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
x 110 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOnGreen.x, yellowOnGreen.y);
x 111 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1);
x 112 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1);
x 113 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOffGreen.x, yellowOffGreen.y);
x 114 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1);
x 115 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1);
x 118 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(visibleGreen.x, visibleGreen.y);
x 123 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
x 124 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, green, 1); // now green is big
x 125 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, red, 1);
x 126 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, red, 1); // still red, till we move over it
x 127 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, red, 1); // still red, till we move over it
x 131 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(yellowOnGreen.x, yellowOnGreen.y);
x 133 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
x 134 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, green, 1); // now green is big
x 135 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(redNoHit.x, redNoHit.y, 2, green, 1); // the red button shrinked, showing green underneath
x 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
x 137 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1); // still red, till we move over it
x 138 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1); // still red, till we move over it
x 143 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(visibleGreen.x, visibleGreen.y, 2, green, 1);
x 144 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigGreen.x, bigGreen.y, 2, white, 1); // green is small again
x 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...
x 146 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(bigYellowOffGreen.x, bigYellowOffGreen.y, 2, yellow, 1); // yellow grew
x 147 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOffGreen.x, yellowOffGreen.y, 2, yellow, 1); // still red, till we move over it
x 148 testsuite/misc-swfc.all/button_test1runner.cpp check_pixel(yellowOnGreen.x, yellowOnGreen.y, 2, yellow, 1); // still red, till we move over it
x 150 testsuite/misc-swfc.all/button_test1runner.cpp tester.movePointerTo(bigRedNoHit.x, bigRedNoHit.y);
x 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...
x 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
x 67 testsuite/samples/subshapes-TestRunner.cpp int x;
x 69 testsuite/samples/subshapes-TestRunner.cpp PT(int nx, int ny): x(nx), y(ny) {}
x 95 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarLL.x, redBarLL.y, 2, red, 1);
x 98 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarUR.x, redBarUR.y, 2, red, 1);
x 101 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarOvBb.x, redBarOvBb.y, 2, blue, 1);
x 104 testsuite/samples/subshapes-TestRunner.cpp check_pixel(redBarOvSh.x, redBarOvSh.y, 2, red, 1);
x 107 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntUL.x, bbIntUL.y, 2, blue, 1);
x 108 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntUR.x, bbIntUR.y, 2, blue, 1);
x 109 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntLR.x, bbIntLR.y, 2, blue, 1);
x 110 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbIntLL.x, bbIntLL.y, 2, blue, 1);
x 113 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtBsh.x, bbExtBsh.y, 2, gray, 1);
x 114 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtRsh.x, bbExtRsh.y, 2, gray, 1);
x 115 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtT.x, bbExtT.y, 2, white, 1);
x 116 testsuite/samples/subshapes-TestRunner.cpp check_pixel(bbExtL.x, bbExtL.y, 2, white, 1);