MCPcopy Create free account
hub / github.com/dillo-browser/dillo / drawMap

Method drawMap

dw/image.cc:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void ImageMapsList::drawMap (lout::object::Object *key, core::View *view,
125 core::style::Style *style, int x, int y)
126{
127 ImageMap *map = imageMaps->get (key);
128
129 if (map)
130 map->draw(view, style, x, y);
131}
132
133int ImageMapsList::link (object::Object *key, int x, int y)
134{

Callers 1

drawMethod · 0.80

Calls 2

getMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected