Home
last modified time | relevance | path

Searched refs:scale (Results 901 - 925 of 2808) sorted by relevance

1...<<31323334353637383940>>...113

/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h31 void SetAnchorAndScale(int32_t x, int32_t y, float scale);
41 float scale; member
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctamixer.h62 int (*set_scale)(struct amixer *amixer, unsigned int scale);
69 unsigned int scale, struct sum *sum);
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctamixer.h62 int (*set_scale)(struct amixer *amixer, unsigned int scale);
69 unsigned int scale, struct sum *sum);
/third_party/ffmpeg/libavcodec/
H A Dlagarithrac.h42 unsigned scale; /**< Number of bits of precision in range. */ member
84 range_scaled = l->range >> l->scale; in lag_get_rac()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_viewport_transform.c71 nir_ssa_def *scale = nir_load_viewport_scale(&b); in nir_lower_viewport_transform() local
82 nir_fmul(&b, ndc_point, scale), offset); in nir_lower_viewport_transform()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Dcommon_sparse.h60 long long scale_by_kmg(long long value, char scale) in scale_by_kmg() argument
62 switch (scale) { in scale_by_kmg()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.h55 void operator*=(size_t scale);
58 Layout operator*(size_t scale) const;
/third_party/skia/src/core/
H A DSkCanvasPriv.h96 static void SetBackdropScaleFactor(SkCanvas::SaveLayerRec* rec, SkScalar scale) { in SetBackdropScaleFactor() argument
97 rec->fExperimentalBackdropScale = scale; in SetBackdropScaleFactor()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtransform2.hpp89 //! Build a scale bias matrix.
93 valType scale,
96 //! Build a scale bias matrix.
101 valType scale,
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp93 const SkMatrix scale = SkMatrix::Scale(1.0f/upem, 1.0f/upem); in sample_user_typeface() local
98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
/third_party/skia/gm/
H A Dcrbug_1257515.cpp14 // <g transform="translate(46,60) scale(1 1)"> in DEF_SIMPLE_GM()
49 canvas->scale(2.f, 2.f); in DEF_SIMPLE_GM()
80 canvas->scale(2.f, 2.f); in DEF_SIMPLE_GM()
H A Dbug530095.cpp36 canvas->scale(100, 100); in DEF_SIMPLE_GM()
50 canvas->scale(100, 100); in DEF_SIMPLE_GM()
H A Dimage_pict.cpp111 canvas->scale(0.25f, 0.25f);
117 canvas->scale(2, 2);
322 void drawRow(GrDirectContext* dContext, SkCanvas* canvas, float scale) const { in drawRow()
323 canvas->scale(scale, scale); in drawRow()
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h36 scale = { 100, 100, 100 }, member
39 // unlike pos/scale which are animated vectors, rotation is separated in each dimension.
51 scale = { 1, 1, 1 }, member
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp291 if ((quantParam->numBits == nullptr) || (quantParam->scale == nullptr) || (quantParam->zeroPoint == nullptr)) { in ParseQuantParams()
292 LOGE("ParseQuantParams failed, scale or zeroPoint is nullptr."); in ParseQuantParams()
298 double scale{0.0}; in ParseQuantParams()
302 scale = quantParam->scale[i]; in ParseQuantParams()
304 tmpQuantParam.emplace_back((QuantParam){numBits, scale, zeroPoint}); in ParseQuantParams()
434 msQuantParam = {param.zeroPoint, param.scale, param.numBits}; in ConvertToLiteGraphTensor()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp215 pixmap_->scale(xAxis, yAxis); in Scale()
223 pixmap_->scale(xAxis, yAxis, Media::AntiAliasingOption::NONE); in Scale()
226 pixmap_->scale(xAxis, yAxis, Media::AntiAliasingOption::LOW); in Scale()
229 pixmap_->scale(xAxis, yAxis, Media::AntiAliasingOption::MEDIUM); in Scale()
232 pixmap_->scale(xAxis, yAxis, Media::AntiAliasingOption::HIGH); in Scale()
235 pixmap_->scale(xAxis, yAxis, Media::AntiAliasingOption::NONE); in Scale()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcxd2820r_t2.c319 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t2()
323 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
345 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in cxd2820r_read_status_t2()
349 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
371 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in cxd2820r_read_status_t2()
375 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
H A Dcxd2820r_t.c294 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t()
298 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
318 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in cxd2820r_read_status_t()
322 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
359 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in cxd2820r_read_status_t()
363 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcxd2820r_t2.c319 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t2()
323 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
345 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in cxd2820r_read_status_t2()
349 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
371 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in cxd2820r_read_status_t2()
375 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t2()
H A Dcxd2820r_t.c294 c->strength.stat[0].scale = FE_SCALE_RELATIVE; in cxd2820r_read_status_t()
298 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
318 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in cxd2820r_read_status_t()
322 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
359 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in cxd2820r_read_status_t()
363 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in cxd2820r_read_status_t()
/third_party/glfw/tests/
H A Dcursor.c426 float scale; in main() local
435 scale = (float) fb_width / (float) wnd_width; in main()
437 vertices[0][1] = (float) (fb_height - floor(cursor_y * scale) - 1.f + 0.5f); in main()
439 vertices[1][1] = (float) (fb_height - floor(cursor_y * scale) - 1.f + 0.5f); in main()
440 vertices[2][0] = (float) floor(cursor_x * scale) + 0.5f; in main()
442 vertices[3][0] = (float) floor(cursor_x * scale) + 0.5f; in main()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c321 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() local
322 scale = lp_build_broadcast(gallivm, i32_vec_type, scale); in lp_build_gather_avx2()
324 offsets = LLVMBuildSDiv(builder, offsets, scale, ""); in lp_build_gather_avx2()
372 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2() local
374 LLVMValueRef args[] = { passthru, base_ptr, offsets, mask, scale }; in lp_build_gather_avx2()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c634 result.x0 = tl.x * layer->viewport.scale[0] + layer->viewport.translate[0]; in calc_drawn_area()
635 result.y0 = tl.y * layer->viewport.scale[1] + layer->viewport.translate[1]; in calc_drawn_area()
636 result.x1 = br.x * layer->viewport.scale[0] + layer->viewport.translate[0]; in calc_drawn_area()
637 result.y1 = br.y * layer->viewport.scale[1] + layer->viewport.translate[1]; in calc_drawn_area()
682 * subsampled, we need to scale the coordinates */ in set_viewport()
713 drawn.scale_x = layer->viewport.scale[0] / in draw_layers()
716 drawn.scale_y = layer->viewport.scale[1] / in draw_layers()
/third_party/skia/samplecode/
H A DSampleSlides.cpp67 static void scale(SkPath* path, SkScalar scale) { in scale() argument
69 m.setScale(scale, scale); in scale()
80 scale(&path, 1.5f); in one_d_pe()
423 canvas.scale(s, s); in init()
/third_party/skia/src/pdf/
H A DSkPDFShader.cpp294 SkSize scale = {SkIntToScalar(size.width()) / shaderRect.width(), in make_fallback_shader() local
305 canvas->scale(scale.width(), scale.height()); in make_fallback_shader()
310 shaderTransform.preScale(1 / scale.width(), 1 / scale.height()); in make_fallback_shader()

Completed in 16 milliseconds

1...<<31323334353637383940>>...113