Searched refs:new_height (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | struct.c | 127 int dx, dy, new_width, new_height; local in function:makeBitmap 162 new_height = height; 169 for(y = 0; y < new_height; y++) { 180 while(new_height > 0) { 182 y = new_height - 1; 190 new_height--; 197 for(y = 0; y < new_height; y++) { 209 while(new_height > 0) { 220 new_height--; 231 bitmap->height = new_height; [all...] |
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | scale.c | 211 double new_width, new_height; local in function:rescale 234 new_height = pixman_image_get_height (app->original) * fscale_y; 238 pixman_f_transform_translate (&ftransform, NULL, - new_width / 2.0, - new_height / 2.0); 243 pixman_f_transform_translate (&ftransform, NULL, new_width / 2.0, new_height / 2.0); 271 app->scaled_height = ceil (new_height); 274 get_widget (app, "drawing_area"), new_width + 0.5, new_height + 0.5);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 354 int new_height = 0; local in function:xf86CrtcRotate 382 new_height = 0; 465 new_height = new_filter->height; 479 crtc->filter_height = new_height;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 385 int new_height = 0; local in function:xf86CrtcRotate 413 new_height = 0; 481 new_height = new_filter->height; 513 crtc->filter_height = new_height;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | List.c | 808 Dimension new_width, new_height; local in function:XawListQueryGeometry 820 new_height = intended->height; 822 new_height = XtHeight(w); 832 change = Layout(w, !width_req, !height_req, &new_width, &new_height); 837 requested->height = new_height; 1206 Dimension new_height = XtHeight(w); local in function:XawListChange 1229 if (Layout(w, WidthFree(w), HeightFree(w), &new_width, &new_height)) 1230 ChangeSize(w, new_width, new_height);
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | multiVis.c | 656 int new_width, new_height; local in function:make_src_list 673 new_height = MIN(curr_clipBt, 677 if (new_height >= 0) { 678 child_clip.height = new_height;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrcrtc.c | 637 int new_width, new_height; local in function:rrCheckPixmapBounding 702 new_height = newsize->y2; 707 if (new_height < screen_pixmap->drawable.height) 708 new_height = screen_pixmap->drawable.height; 711 new_height <= screen_pixmap->drawable.height) { 713 pScrPriv->rrScreenSetSize(pScreen, new_width, new_height, 0, 0);
|
Completed in 11 milliseconds