Home
last modified time | relevance | path

Searched refs:scale (Results 851 - 875 of 1990) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/skia/docs/examples/
H A DIPoint_addto_operator.cpp19 canvas->scale(30, 15); in REG_FIDDLE()
H A DImage_colorSpace.cpp10 canvas->scale(.25f, .25f); in REG_FIDDLE()
H A DAlpha_Type_Unpremul.cpp15 canvas->scale(50, 50); in REG_FIDDLE()
H A DAnti_Alias.cpp20 canvas->scale(10, 10); in REG_FIDDLE()
H A DBitmap_tryAllocPixels_3.cpp10 canvas->scale(10, 50); in REG_FIDDLE()
H A DCanvas_drawImageRect_5.cpp14 canvas->scale(4, 4); in REG_FIDDLE()
H A DCanvas_drawImageRect_6.cpp14 canvas->scale(4, 4); in REG_FIDDLE()
H A DCanvas_drawImageRect_4.cpp14 canvas->scale(4, 4); in REG_FIDDLE()
H A DColor_Type_Alpha_8.cpp7 canvas->scale(16, 16); in REG_FIDDLE()
H A DColor_Type_Gray_8.cpp7 canvas->scale(16, 16); in REG_FIDDLE()
H A DImage_MakeFromPicture.cpp14 recordingCanvas->scale(1.2f, 1.4f); in REG_FIDDLE()
H A DImage_MakeFromAdoptedTexture.cpp12 canvas->scale(.5f, .5f); in REG_FIDDLE()
H A DAlpha_Type_Opaque.cpp15 canvas->scale(50, 50); in REG_FIDDLE()
H A DAlpha_Type_Premul.cpp15 canvas->scale(50, 50); in REG_FIDDLE()
H A DBitmap_installPixels_3.cpp16 canvas->scale(10, 10); in REG_FIDDLE()
H A DBitmap_installPixels_2.cpp17 canvas->scale(32, 32); in REG_FIDDLE()
H A DCanvas_drawPicture_3.cpp14 recordingCanvas->scale(1.2f, 1.4f); in REG_FIDDLE()
H A DCanvas_drawPatch.cpp17 canvas->scale(15, 15); in REG_FIDDLE()
/kernel/linux/linux-5.10/block/
H A Dblk-iolatency.c51 * of work done for us on behalf of the root cg and are being asked to scale
110 /* Last time we adjusted the scale of everybody. */
122 /* Cookie to tell if we need to scale up or down. */
320 * We scale the qd down faster than we scale up, so we need to use this helper
324 * Each group has their own local copy of the last scale cookie they saw, so if
325 * the global scale cookie goes up or down they know which way they need to go
333 unsigned long scale = scale_amount(qd, up); in scale_cookie_change() local
342 if (scale + old > DEFAULT_SCALE_COOKIE) in scale_cookie_change()
348 atomic_add(scale, in scale_cookie_change()
373 unsigned long scale = scale_amount(qd, up); scale_change() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iolatency.c51 * of work done for us on behalf of the root cg and are being asked to scale
111 /* Last time we adjusted the scale of everybody. */
123 /* Cookie to tell if we need to scale up or down. */
321 * We scale the qd down faster than we scale up, so we need to use this helper
325 * Each group has their own local copy of the last scale cookie they saw, so if
326 * the global scale cookie goes up or down they know which way they need to go
334 unsigned long scale = scale_amount(qd, up); in scale_cookie_change() local
343 if (scale + old > DEFAULT_SCALE_COOKIE) in scale_cookie_change()
349 atomic_add(scale, in scale_cookie_change()
376 unsigned long scale = scale_amount(qd, up); scale_change() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showfreqs.c71 float scale; member
90 { "ascale", "set amplitude scale", OFFSET(ascale), AV_OPT_TYPE_INT, {.i64=AS_LOG}, 0, NB_ASCALES-1, FLAGS, "ascale" },
95 { "fscale", "set frequency scale", OFFSET(fscale), AV_OPT_TYPE_INT, {.i64=FS_LINEAR}, 0, NB_FSCALES-1, FLAGS, "fscale" },
154 float overlap, scale; in config_output() local
161 ret = av_tx_init(&s->fft, &s->tx_fn, AV_TX_FLOAT_FFT, 0, s->fft_size, &scale, 0); in config_output()
216 for (s->scale = 0, i = 0; i < s->win_size; i++) { in config_output()
217 s->scale += s->window_func_lut[i] * s->window_func_lut[i]; in config_output()
447 a = av_clipd(M(RE(f, ch), IM(f, ch)) / s->scale, 0, 1); in plot_freqs()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c404 float *vpscale = v3d->viewport.scale; in emit_state()
571 v3d->viewport.scale[0] * 256.0f; in emit_state()
573 v3d->viewport.scale[1] * 256.0f; in emit_state()
580 v3d->viewport.scale[2]; in emit_state()
584 v3d->viewport.scale[2]); in emit_state()
586 v3d->viewport.scale[2]); in emit_state()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h966 * Note: In ICU4J, this functionality is accomplished via the scale of the BigDecimal rounding increment.
1567 Scale scale; // = Scale(); (benign value) member
1596 symbols.copyErrorTo(status) || scale.copyErrorTo(status) || usage.copyErrorTo(status) || in copyErrorTo()
2174 * Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.
2186 * NumberFormatter::with().scale(Scale::powerOfTen(2))
2192 * @param scale
2193 * The scale to apply when rendering numbers.
2197 Derived scale(const Scale &scale) cons
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h962 * Note: In ICU4J, this functionality is accomplished via the scale of the BigDecimal rounding increment.
1561 Scale scale; // = Scale(); (benign value) member
1590 symbols.copyErrorTo(status) || scale.copyErrorTo(status) || usage.copyErrorTo(status) || in copyErrorTo()
2168 * Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.
2180 * NumberFormatter::with().scale(Scale::powerOfTen(2))
2186 * @param scale
2187 * The scale to apply when rendering numbers.
2191 Derived scale(const Scale &scale) cons
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c587 // scale in calc_drawn_area()
588 result.x0 = tl.x * layer->viewport.scale[0] + layer->viewport.translate[0]; in calc_drawn_area()
589 result.y0 = tl.y * layer->viewport.scale[1] + layer->viewport.translate[1]; in calc_drawn_area()
590 result.x1 = br.x * layer->viewport.scale[0] + layer->viewport.translate[0]; in calc_drawn_area()
591 result.y1 = br.y * layer->viewport.scale[1] + layer->viewport.translate[1]; in calc_drawn_area()
623 layer->viewport.scale[0] = c->fb_state.width; in gen_vertex_data()
624 layer->viewport.scale[1] = c->fb_state.height; in gen_vertex_data()

Completed in 20 milliseconds

1...<<31323334353637383940>>...80