Lines Matching refs:mapArea
1322 addShape: function (mapArea, options) {
1324 addto.push({ mapArea: mapArea, options: options });
1407 renderShape: function (context, mapArea, offset) { argument
1409 c = mapArea.coords(null, offset);
1411 switch (mapArea.shape) {
1420 for (i = 2; i < mapArea.length; i += 2) {
1431 addAltImage: function (context, image, mapArea, options) { argument
1434 this.renderShape(context, mapArea);
1444 mapArea.owner.scaleInfo.width,
1445 mapArea.owner.scaleInfo.height
1470 me.renderShape(maskContext, e.mapArea);
1487 s.mapArea,
1492 me.renderShape(shapeContext, s.mapArea);
1521 me.renderShape(shapeContext, s.mapArea, offset);
1577 renderShape: function (mapArea, options, cssclass) { argument
1586 c = mapArea.coords();
1609 switch (mapArea.shape) {
1687 me.renderShape(e.mapArea, e.options);
1696 me.renderShape(e.mapArea, opts, 'mapster_mask');
2918 mapArea, variable
2979 mapArea = me.mapAreas[$area.data('mapster') - 1];
2980 mapArea.configure(curKey);
2981 mapArea.areaDataXref = [];
2983 mapArea = new m.MapArea(me, area, curKey); variable
2984 me.mapAreas.push(mapArea);
2987 keys = mapArea.keys; // converted to an array by mapArea
3014 mapArea.areaDataXref.push(area_id);
3024 if (!mapArea.nohref) {