getPixel          588 libcore/asobj/flash/display/BitmapData_as.cpp     return static_cast<boost::int32_t>(ptr->getPixel(x, y) & 0xffffff);
getPixel          611 libcore/asobj/flash/display/BitmapData_as.cpp     return static_cast<boost::int32_t>(ptr->getPixel(x, y));
getPixel          104 libcore/asobj/flash/display/BitmapData_as.h     boost::uint32_t getPixel(size_t x, size_t y) const;
getPixel          443 librender/Renderer.h     virtual bool getPixel(rgba& /*color_return*/, int /*x*/, int /*y*/) const {
getPixel          123 librender/cairo/Renderer_cairo.h     bool getPixel(rgba& color_return, int x, int y) const;
getPixel         1853 librender/opengl/Renderer_ogl.cpp     return _offscreen->getPixel(color_out, x, y);
getPixel          642 testsuite/MovieTester.cpp     if (radius==1) return rh.getPixel(color_return, x, y);
getPixel          656 testsuite/MovieTester.cpp         if (!rh.getPixel(pixel, xp, yp))