Searched refs:box_x (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitscale.c | 1125 int box_x = 0, box_y = 0; local in function:ScaleBitmap 1158 box_x = width / 2; 1160 if (widthMult < (double)box_x) box_x = (int)widthMult; 1172 pixmult = box_x * box_y * 192; 1174 if (box_x > 1 || box_y > 1) 1215 if (box_x > 1) 1219 int right_width = box_x / 2; 1220 int left_width = box_x - right_width - 1; 1250 *dstptr++ = sum / box_x; [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitscale.c | 1122 int box_x = 0, box_y = 0; local in function:ScaleBitmap 1155 box_x = width / 2; 1157 if (widthMult < (double)box_x) box_x = (int)widthMult; 1169 pixmult = box_x * box_y * 192; 1171 if (box_x > 1 || box_y > 1) 1212 if (box_x > 1) 1216 int right_width = box_x / 2; 1217 int left_width = box_x - right_width - 1; 1247 *dstptr++ = sum / box_x; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | image.c | 443 unsigned box_x = x & ~1; local in function:vlVaGetImage 449 vl_video_buffer_adjust_size(&box_x, &box_y, i, 453 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | image.c | 532 unsigned box_x = x & ~1; local in function:vlVaGetImage 538 vl_video_buffer_adjust_size(&box_x, &box_y, i, 542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1};
|
Completed in 10 milliseconds