world_to_pixel    326 gui/aos4/aos4_agg_glue.cpp         geometry::Range2d<int> bounds = Intersection(_agg_renderer->world_to_pixel(ranges.getRange(rno)),_validbounds);
world_to_pixel    320 gui/aos4/aos4_cairo_glue.cpp         geometry::Range2d<int> bounds = Intersection(_cairo_renderer->world_to_pixel(ranges.getRange(rno)),_validbounds);
world_to_pixel    520 gui/fb/fb.cpp              _renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    467 gui/fltk/fltk.cpp       _renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    919 gui/gtk/gtk.cpp             _renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    448 gui/haiku/haiku_agg_glue.cpp             _agg_renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    278 gui/kde/Kde4Gui.cpp         _renderer->world_to_pixel(ranges.getRange(i)),
world_to_pixel    135 gui/kde/kde_glue_agg.cpp       _renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    214 gui/riscos/riscos.cpp       _renderer->world_to_pixel(&m_draw_minx, &m_draw_miny,
world_to_pixel    216 gui/riscos/riscos.cpp       _renderer->world_to_pixel(&m_draw_maxx, &m_draw_maxy,
world_to_pixel    163 gui/sdl/sdl_agg_glue.cpp             _agg_renderer->world_to_pixel(ranges.getRange(rno)),
world_to_pixel    388 librender/Renderer.h     virtual geometry::Range2d<int> world_to_pixel(const SWFRect& worldbounds)
world_to_pixel    391 librender/Renderer.h     geometry::Range2d<int> world_to_pixel(const geometry::Range2d<int>& wb)
world_to_pixel    395 librender/Renderer.h         return world_to_pixel(SWFRect(wb.getMinX(), wb.getMinY(),
world_to_pixel   1941 librender/agg/Renderer_agg.cpp     world_to_pixel(xmin, ymin, wb.get_x_min(), wb.get_y_min());
world_to_pixel   1942 librender/agg/Renderer_agg.cpp     world_to_pixel(xmax, ymax, wb.get_x_max(), wb.get_y_max());
world_to_pixel   1979 librender/agg/Renderer_agg.cpp       Range2d<int> pixbounds = Renderer::world_to_pixel(range);
world_to_pixel   2001 librender/agg/Renderer_agg.cpp     Range2d<int> pixbounds = Renderer::world_to_pixel(bounds);
world_to_pixel     53 librender/cairo/Renderer_cairo.h     virtual geometry::Range2d<int> world_to_pixel(const SWFRect& worldbounds)