Lines Matching refs:image

368       size: function (image, raw) {  argument
372 ? image.width || image.naturalWidth
373 : u.imgWidth(image, true),
375 ? image.height || image.naturalHeight
376 : u.imgHeight(image, true),
1070 me.unbind.call($(m.map_cache[i].image));
1085 $(this.image).before(this.base_canvas);
1431 addAltImage: function (context, image, mapArea, options) { argument
1441 image,
1810 _add: function (image) { argument
1811 var index = ap.push.call(this, image) - 1;
1822 indexOf: function (image) { argument
1823 return u.indexOf(this, image);
1877 add: function (image, id) { argument
1882 if (!image) {
1886 if (typeof image === 'string') {
1887 src = image;
1888 image = me[src];
1889 if (typeof image === 'object') {
1890 return me.indexOf(image);
1893 image = $('<img />').addClass('mapster_el').hide();
1895 index = me._add(image[0]);
1897 image
1905 image.attr('src', src);
1909 index = me._add($(image)[0]);
2420 m.MapData = function (image, options) { argument
2425 me.image = image;
2434 me.imgCssText = image.style.cssText || null;
2487 mi.add(me.image);
2489 mi.add(me.image.src);
2765 me.options.boundList = opts.onGetList.call(me.image, sorted_list);
2786 img = $(me.image);
2901 $img = $(me.image),
3097 this.image.style.cssText = this.imgCssText;
3098 $(this.wrapper).before(this.image).remove();
3107 this.image = null;
3430 this.owner.options.onStateChange.call(this.owner.image, {
3517 u.areaCorners = function (elements, image, container, width, height) { argument
3558 if (image) {
3559 pos = $(image).offset();
3722 m.utils.scaleMap = function (image, imageRaw, scale) { argument
3726 var vis = u.size(image),
3800 $(me.image).css(newsize);
3908 $(me.image).on('load' + ns, resizeMap); //Detect late image loads in IE11
4266 function showToolTip(tooltip, target, image, container, options) { argument
4275 image,
4407 $(md.image),
4421 $(md.image),
4426 showToolTip(tooltip, target, md.image, options.container, options);
4582 md.image,