Home | History | Annotate | Download | only in dist

Lines Matching refs:zoom

381     return GetPixmap(BW, BW->bitmap.zoom.image);
393 BW->bitmap.zoom.image->width,
394 BW->bitmap.zoom.image->height, 1);
402 BW->bitmap.zoom.image,
404 BW->bitmap.zoom.image->width,
405 BW->bitmap.zoom.image->height);
409 BW->bitmap.zoom.at_x,
410 BW->bitmap.zoom.at_y,
1195 data = XtMalloc(Length(BW->bitmap.zoom.image->width,
1196 BW->bitmap.zoom.image->height));
1197 memmove( data, BW->bitmap.zoom.image->data,
1198 Length(BW->bitmap.zoom.image->width,
1199 BW->bitmap.zoom.image->height));
1201 (Dimension) BW->bitmap.zoom.image->width,
1202 (Dimension) BW->bitmap.zoom.image->height);
1207 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y);
1210 hot.x = BW->bitmap.hot.x + BW->bitmap.zoom.at_x;
1211 hot.y = BW->bitmap.hot.y + BW->bitmap.zoom.at_y;
1214 hot = BW->bitmap.zoom.hot;
1299 CopyImageData(BW->bitmap.image, BW->bitmap.zoom.image,
1303 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y);
1308 BW->bitmap.image = BW->bitmap.zoom.image;
1309 BW->bitmap.buffer = BW->bitmap.zoom.buffer;
1312 BW->bitmap.fold = BW->bitmap.zoom.fold;
1313 BW->bitmap.changed |= BW->bitmap.zoom.changed;
1314 BW->bitmap.grid = BW->bitmap.zoom.grid;
1317 BW->bitmap.hot.x += BW->bitmap.zoom.at_x;
1318 BW->bitmap.hot.y += BW->bitmap.zoom.at_y;
1321 BW->bitmap.hot = BW->bitmap.zoom.hot;
1390 BW->bitmap.zoom.image = BW->bitmap.image;
1391 BW->bitmap.zoom.buffer = BW->bitmap.buffer;
1392 BW->bitmap.zoom.at_x = from_x;
1393 BW->bitmap.zoom.at_y = from_y;
1394 BW->bitmap.zoom.fold = BW->bitmap.fold;
1395 BW->bitmap.zoom.changed = BW->bitmap.changed;
1396 BW->bitmap.zoom.hot = BW->bitmap.hot;
1397 BW->bitmap.zoom.grid = BW->bitmap.grid;