Searched refs:new_width (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/fonttosfnt/dist/
H A Dstruct.c127 int dx, dy, new_width, new_height; local in function:makeBitmap
161 new_width = width;
166 while(new_width > 0) {
168 x = new_width - 1;
176 new_width--;
183 for(x = 0; x < new_width; x++) {
194 while(new_width > 0) {
205 new_width--;
212 for(x = 0; x < new_width; x++) {
230 bitmap->width = new_width;
[all...]
/xsrc/external/mit/pixman/dist/demos/
H A Dscale.c211 double new_width, new_height; local in function:rescale
233 new_width = pixman_image_get_width (app->original) * fscale_x;
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);
270 app->scaled_width = ceil (new_width);
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 Dxf86Rotate.c353 int new_width = 0; local in function:xf86CrtcRotate
381 new_width = 0;
464 new_width = new_filter->width;
478 crtc->filter_width = new_width;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c384 int new_width = 0; local in function:xf86CrtcRotate
412 new_width = 0;
480 new_width = new_filter->width;
512 crtc->filter_width = new_width;
/xsrc/external/mit/libXaw/dist/src/
H A DList.c808 Dimension new_width, new_height; local in function:XawListQueryGeometry
815 new_width = intended->width;
817 new_width = XtWidth(w);
832 change = Layout(w, !width_req, !height_req, &new_width, &new_height);
835 requested->width = new_width;
1205 Dimension new_width = XtWidth(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/libXfont/dist/src/FreeType/
H A Dftfuncs.c1116 int new_width; local in function:FreeTypeRasteriseGlyph
1157 new_width = characterWidth;
1159 new_width += instance->ttcap.doubleStrikeShift;
1160 new_width += instance->ttcap.adjustBBoxWidthByPixel;
1161 ratio = (double)new_width/characterWidth;
1162 characterWidth = new_width;
1209 new_width = characterWidth;
1211 new_width += instance->ttcap.doubleStrikeShift;
1212 new_width += instance->ttcap.adjustBBoxWidthByPixel;
1213 ratio = (double)new_width/characterWidt
3227 int new_width; local in function:FreeTypeLoadXFont
[all...]
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c1118 int new_width; local in function:FreeTypeRasteriseGlyph
1159 new_width = characterWidth;
1161 new_width += instance->ttcap.doubleStrikeShift;
1162 new_width += instance->ttcap.adjustBBoxWidthByPixel;
1163 ratio = (double)new_width/characterWidth;
1164 characterWidth = new_width;
1211 new_width = characterWidth;
1213 new_width += instance->ttcap.doubleStrikeShift;
1214 new_width += instance->ttcap.adjustBBoxWidthByPixel;
1215 ratio = (double)new_width/characterWidt
3231 int new_width; local in function:FreeTypeLoadXFont
[all...]
/xsrc/external/mit/xwd/dist/
H A DmultiVis.c656 int new_width, new_height; local in function:make_src_list
664 new_width = MIN(curr_clipRt, child_xrr + (int) child_attrs.width
667 if (new_width >= 0) {
668 child_clip.width = new_width;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c637 int new_width, new_height; local in function:rrCheckPixmapBounding
701 new_width = newsize->x2;
704 if (new_width < screen_pixmap->drawable.width)
705 new_width = screen_pixmap->drawable.width;
710 if (new_width <= screen_pixmap->drawable.width &&
713 pScrPriv->rrScreenSetSize(pScreen, new_width, new_height, 0, 0);

Completed in 20 milliseconds