/third_party/skia/docs/examples/ |
H A D | IPoint_addto_operator.cpp | 19 canvas->scale(30, 15); in REG_FIDDLE()
|
H A D | Image_colorSpace.cpp | 10 canvas->scale(.25f, .25f); in REG_FIDDLE()
|
H A D | Alpha_Type_Unpremul.cpp | 15 canvas->scale(50, 50); in REG_FIDDLE()
|
H A D | Anti_Alias.cpp | 20 canvas->scale(10, 10); in REG_FIDDLE()
|
H A D | Bitmap_tryAllocPixels_3.cpp | 10 canvas->scale(10, 50); in REG_FIDDLE()
|
H A D | Canvas_drawImageRect_5.cpp | 14 canvas->scale(4, 4); in REG_FIDDLE()
|
H A D | Canvas_drawImageRect_6.cpp | 14 canvas->scale(4, 4); in REG_FIDDLE()
|
H A D | Canvas_drawImageRect_4.cpp | 14 canvas->scale(4, 4); in REG_FIDDLE()
|
H A D | Color_Type_Alpha_8.cpp | 7 canvas->scale(16, 16); in REG_FIDDLE()
|
H A D | Color_Type_Gray_8.cpp | 7 canvas->scale(16, 16); in REG_FIDDLE()
|
H A D | Image_MakeFromPicture.cpp | 14 recordingCanvas->scale(1.2f, 1.4f); in REG_FIDDLE()
|
H A D | Image_MakeFromAdoptedTexture.cpp | 12 canvas->scale(.5f, .5f); in REG_FIDDLE()
|
H A D | Alpha_Type_Opaque.cpp | 15 canvas->scale(50, 50); in REG_FIDDLE()
|
H A D | Alpha_Type_Premul.cpp | 15 canvas->scale(50, 50); in REG_FIDDLE()
|
H A D | Bitmap_installPixels_3.cpp | 16 canvas->scale(10, 10); in REG_FIDDLE()
|
H A D | Bitmap_installPixels_2.cpp | 17 canvas->scale(32, 32); in REG_FIDDLE()
|
H A D | Canvas_drawPicture_3.cpp | 14 recordingCanvas->scale(1.2f, 1.4f); in REG_FIDDLE()
|
H A D | Canvas_drawPatch.cpp | 17 canvas->scale(15, 15); in REG_FIDDLE()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iolatency.c | 51 * 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 D | blk-iolatency.c | 51 * 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 D | avf_showfreqs.c | 71 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 D | v3dx_emit.c | 404 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 D | numberformatter.h | 966 * 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 D | numberformatter.h | 962 * 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 D | vl_compositor_gfx.c | 587 // 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()
|