Home | History | Annotate | Download | only in util

Lines Matching refs:u_minify

1116                                    u_minify(pt->width0, srcLevel),
1117 u_minify(pt->height0, srcLevel));
1120 u_minify(pt->width0, dstLevel),
1121 u_minify(pt->height0, dstLevel));
1157 u_minify(pt->width0, srcLevel),
1158 u_minify(pt->height0, srcLevel));
1161 u_minify(pt->width0, dstLevel),
1162 u_minify(pt->height0, dstLevel));
1203 src_box.width = u_minify(pt->width0, srcLevel);
1204 src_box.height = u_minify(pt->height0, srcLevel);
1205 src_box.depth = u_minify(pt->depth0, srcLevel);
1206 dst_box.width = u_minify(pt->width0, dstLevel);
1207 dst_box.height = u_minify(pt->height0, dstLevel);
1208 dst_box.depth = u_minify(pt->depth0, dstLevel);
1616 nr_layers = u_minify(pt->depth0, dstLevel);
1656 fb.width = u_minify(pt->width0, dstLevel);
1657 fb.height = u_minify(pt->height0, dstLevel);