Home
last modified time | relevance | path

Searched refs:scaley (Results 1 - 5 of 5) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc182 scaley=height/ret.sub.height; in calculate_edit() local
183 float subwidth=ret.sub.width*scaley, in calculate_edit()
187 if (scalex>scaley) { in calculate_edit()
188 ret.scale=scaley; in calculate_edit()
/third_party/ffmpeg/libavcodec/
H A Dass_split.h52 float scaley; member
H A Dass_split.c87 {"ScaleY", ASS_FLT, offsetof(ASSStyle, scaley) },
/third_party/skia/src/core/
H A DSkRasterPipeline.h136 float scaley[SkRasterPipeline_kMaxStride]; member
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h2597 * sk_unaligned_load<F>(c->scaley);
2624 F scaley;
2625 if (kScale == -1) { scaley = 1.0f - fy; }
2626 if (kScale == +1) { scaley = fy; }
2627 sk_unaligned_store(ctx->scaley, scaley);
2668 F scaley;
2669 if (kScale == -3) { scaley = bicubic_far (1.0f - fy); }
2670 if (kScale == -1) { scaley = bicubic_near(1.0f - fy); }
2671 if (kScale == +1) { scaley
[all...]

Completed in 6 milliseconds