/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_state.c | 792 pvport.scale[0] = (float)vport->Width * 0.5f; in update_viewport() 793 pvport.scale[1] = (float)vport->Height * -0.5f; in update_viewport() 794 pvport.scale[2] = vport->MaxZ - vport->MinZ; in update_viewport()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 2068 bi_index scale = bi_fma_rscale_f32(b, s0, log2_base, bi_negzero(), in bi_fexp_32() local 2070 bi_instr *fixed_pt = bi_f32_to_s32_to(b, bi_temp(b->shader), scale); in bi_fexp_32() 2074 * the floating-point scale for correct NaN propagation */ in bi_fexp_32() 2075 bi_fexp_f32_to(b, dst, fixed_pt->dest[0], scale); in bi_fexp_32()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 589 ArkUI_Float32 scale; member 1082 ArkUI_Float32 scale; member 1415 ArkUIScaleOption scale; member 1508 ArkUI_Float32 scale; member 1605 void (*setForegroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[3], ArkUI_Float32 scale, 1611 void (*setBackgroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 scale,
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 12597 int scale = instr->ExtractBit(21) * msize_in_bytes_log2; in Simulator() local 12605 scale); in Simulator() 12682 int scale = instr->ExtractBit(21) * msize_in_bytes_log2; in Simulator() local 12688 scale); in Simulator() 12739 int scale = instr->ExtractBit(21) * msize_in_bytes_log2; in Simulator() local 12747 scale); in Simulator() 13941 int64_t scale = instr->GetImmSVEVLScale(); in Simulator() local 13945 WriteXRegister(instr->GetRd(), GetVectorLengthInBytes() * scale); in Simulator()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 940 DumpLog::GetInstance().Print(std::string("Set Animation Scale. scale: ") + params[1]); in OnDumpInfo() 943 DumpLog::GetInstance().Print(std::string("Set Velocity Scale. scale: ") + params[1]); in OnDumpInfo() 3138 float scale = GetViewScale(); in FlushWindowBlur() local 3148 item.ApplyScaleAndRound(scale); in FlushWindowBlur()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_quirks.c | 3542 static const DECLARE_TLV_DB_RANGE(scale, in snd_dragonfly_quirk_db_scale() 3556 usb_audio_info(mixer->chip, "applying DragonFly dB scale quirk (0-50 variant)\n"); in snd_dragonfly_quirk_db_scale() 3557 kctl->tlv.p = scale; in snd_dragonfly_quirk_db_scale()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_surround.c | 205 float scale = 1.f; in config_input() local 207 av_tx_init(&s->rdft[ch], &s->tx_fn, AV_TX_FLOAT_RDFT, 0, s->buf_size, &scale, 0); in config_input()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 148 ; add 2 bits, we need to scale before converting to word in 12bpp, since the 150 ; we can scale after converting to words (which is half the instructions),
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 1371 struct qreg scale = in emit_scaled_viewport_write() local 1381 scale), in emit_scaled_viewport_write()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 375 IMGUI_API void SetWindowFontScale(float scale); // [OBSOLETE] set font scale. Adjust IO.FontGlobalScale if you want to scale all windows. This is an old API! For correct scaling, prefer to reload font + rebuild ImFontAtlas + call style.ScaleAllSizes(). 426 IMGUI_API float GetFontSize(); // get current font size (= height in pixels) of current font with current scale applied 1842 float FontGlobalScale; // = 1.0f // Global scale all fonts 2533 IMGUI_API void ScaleClipRects(const ImVec2& fb_scale); // Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than Dear ImGui expects, or if there is a difference between your window resolution and framebuffer resolution. 2756 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale() 2773 IMGUI_API const char* CalcWordWrapPositionA(float scale, cons [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 1810 /* Similarly, it's unclear why we don't need to scale along the */ in ft_var_apply_tuple() 3699 FT_Fixed scale = in1 != in2 ? FT_DivFix( out2 - out1, in2 - in1 ) in tt_delta_interpolate() local 3712 out = out1 + FT_MulFix( out - in1, scale ); in tt_delta_interpolate()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 3398 int get_delta (unsigned int ppem, int scale) const in get_delta() 3406 return (int) (pixels * (int64_t) scale / ppem); in get_delta()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 516 DECLARE_NAPI_FUNCTION("scale", Scale), in RegisterNapi() 2741 context->rPixelMap->scale(static_cast<float>(context->xArg), static_cast<float>(context->yArg)); in ScaleExec() 2743 context->rPixelMap->scale(static_cast<float>(context->xArg), static_cast<float>(context->yArg), in ScaleExec() 2864 pixelMapNapi->nativePixelMap_->scale(static_cast<float>(xArg), static_cast<float>(yArg)); in ScaleSync() 2866 pixelMapNapi->nativePixelMap_->scale(static_cast<float>(xArg), static_cast<float>(yArg), in ScaleSync()
|
/third_party/backends/backend/ |
H A D | lexmark_low.c | 5105 SANE_Int scale; in low_rewind() local 5113 scale = 600 / dev->val[OPT_RESOLUTION].w; in low_rewind() 5114 new_location = ((dev->val[OPT_BR_Y].w / scale) * scale) * 2; in low_rewind()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 970 Approx& scale(double newScale); 974 typename detail::enable_if<std::is_constructible<double, T>::value, Approx&>::type scale( 3552 approx.scale(m_scale); 3560 Approx& Approx::scale(double newScale) {
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 585 state->viewports[idx].scale[2] = 0.5 * (f - n); in set_viewport_depth_xform() 588 state->viewports[idx].scale[2] = (f - n); in set_viewport_depth_xform() 603 state->viewports[idx].scale[0] = half_width; in get_viewport_xform() 605 state->viewports[idx].scale[1] = half_height; in get_viewport_xform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 2034 // Here we scale up each component of UnpredCost to avoid precision issue when in isProfitableToIfCvt() 2059 unsigned TUnpredCost = Probability.scale(TUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt() 2060 unsigned FUnpredCost = Probability.getCompl().scale(FUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt() 2068 unsigned TUnpredCost = Probability.scale(TCycles * ScalingUpFactor); in isProfitableToIfCvt() 2070 Probability.getCompl().scale(FCycles * ScalingUpFactor); in isProfitableToIfCvt()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 215 GLdouble scale = sqrt(sysSpace / GLdouble(sysRequired)); in scaleDimensionsToMemory() local 219 scale = de::min(devScale, scale); in scaleDimensionsToMemory() 221 int newWidth = int(width * scale); in scaleDimensionsToMemory() 222 int newHeight = int(height * scale); in scaleDimensionsToMemory()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1052 Image.scale({
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 777 skCanvas->scale(1.0 - (borderWidth / childSize_.Width()), 1.0 - (borderWidth / childSize_.Height())); in PaintBorder()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_tabs_bridge.cpp | 381 styleOption.scale = scaleArg->ToNumber(vm)->Value(); in SetBarBackgroundBlurStyle()
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 1617 Button.scale(ObservedObject.GetRawObject(this.chipScale));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 1525 void WebDelegateCross::UpdateInitialScale(float scale) {} in UpdateInitialScale() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 3960 ret += fprintf(fp, "... scale: %f\n", ev_scale->scale); in perf_event__fprintf_event_update() 4054 evsel->scale = ev_scale->scale; in perf_event__process_event_update()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 4354 ret += fprintf(fp, "... scale: %f\n", ev->scale.scale); in perf_event__fprintf_event_update() 4450 evsel->scale = ev->scale.scale; in perf_event__process_event_update()
|