HomeSort by: relevance | last modified time | path
    Searched refs:aspect_ratio (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xmag/dist/
ScaleP.h 82 double aspect_ratio; member in struct:__anon9741
Scale.c 240 ((sw->scale.aspect_ratio > 1.0) ?
241 sw->scale.aspect_ratio : 1.0 / sw->scale.aspect_ratio) *
313 if ((new_sw->scale.aspect_ratio =
315 new_sw->scale.aspect_ratio = 1.0;
655 scale_x = sw->scale.scale_y / sw->scale.aspect_ratio;
656 scale_y = sw->scale.scale_x * sw->scale.aspect_ratio;
680 if (fabs(sw->scale.scale_x / sw->scale.scale_y * sw->scale.aspect_ratio
876 if ((new_sw->scale.aspect_ratio =
878 new_sw->scale.aspect_ratio = cur_sw->scale.aspect_ratio
    [all...]

Completed in 64 milliseconds