Home
last modified time | relevance | path

Searched defs:ratio (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js7 lighten: function (ratio) {return this;}, argument
8 darken: function (ratio) {return this;}, argument
9 saturate: function (ratio) {return this;}, argument
10 desaturate: function (ratio) {return this;}, argument
11 whiten: function (ratio) {return this;}, argument
12 blacken: function (ratio) {return this;}, argument
14 clearer: function (ratio) {return this;}, argument
25 lighten: function (ratio) { return this; }, argument
26 darken: function (ratio) { return this; }, argument
27 saturate: function (ratio) { return this; }, argument
[all …]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp38 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler() local
86 IntegerRatio ratio(getInputRate(), getOutputRate()); in build() local
/third_party/skia/modules/skparagraph/src/
DRun.cpp259 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local
269 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local
275 auto ratio = (s * 1.0) / fWidth; in roundPos() local
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c226 #define DELTA(ratio, idx, w) \ argument
234 gdouble ratio, delta, cur_delta; in gst_video_calculate_device_ratio() local
/third_party/flutter/skia/modules/skparagraph/src/
DRun.cpp229 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local
239 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local
245 auto ratio = (s * 1.0) / fWidth; in roundPos() local
/third_party/mesa3d/src/tool/pps/
Dpps.h33 constexpr double ratio(double num, double den) in ratio() function
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
DTorusLightingES1.cpp51 float ratio = static_cast<float>(getWindow()->getWidth()) / in initialize() local
DTorusLightingES2.cpp78 float ratio = static_cast<float>(getWindow()->getWidth()) / in initialize() local
DTorusBufferStorage.cpp98 float ratio = static_cast<float>(getWindow()->getWidth()) / in initialize() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D2-2.c89 float ratio; in main() local
D2-1.c88 float ratio; in main() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp980 float ratio = static_cast<float>(dstRect.width()) / srcRect.width(); in ClipSrcRect() local
999 float ratio = static_cast<float>(dstRect.width()) / srcRect.width(); in ClipSrcRect() local
1018 float ratio = static_cast<float>(dstRect.height()) / srcRect.height(); in ClipSrcRect() local
1037 float ratio = static_cast<float>(dstRect.height()) / srcRect.height(); in ClipSrcRect() local
/third_party/ffmpeg/libavcodec/
Damfenc_h264.c193 …AMFRatio ratio = AMFConstructRatio(avctx->sample_aspect_ratio.num, avctx->sample_aspect_ratio.den); in amf_encode_init_h264() local
Damfenc_hevc.c152 …AMFRatio ratio = AMFConstructRatio(avctx->sample_aspect_ratio.num, avctx->sample_aspect_ratio.den); in amf_encode_init_hevc() local
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiodynamic.h51 gfloat ratio; member
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c51 float n1, n2, ratio; in main() local
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c54 const uint64_t ratio = in WebPRescalerInit() local
/third_party/littlefs/scripts/
Ddata.py193 def print_diff_entry(name, old, new, diff, ratio): argument
Dstructs.py245 def print_diff_entry(name, old, new, diff, ratio): argument
Dcode.py194 def print_diff_entry(name, old, new, diff, ratio): argument
Dcoverage.py222 ratio): argument
/third_party/flutter/glfw/examples/
Dsimple.c134 float ratio; in main() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c62 const uint64_t ratio = num / den; in WebPRescalerInit() local
/third_party/FreeBSD/contrib/gdtoa/
Dsmisc.c73 ratio in ratio() function
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.c127 float ratio, stepsize; in AEC_dtd() local

12345