/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 447 SetFractionAndMargin(const FieldDescriptor* field, double fraction, double margin) SetFractionAndMargin() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexTextureTests.cpp | 111 static inline float safeCoord (float raw, int scale, float fraction) in safeCoord() argument 118 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) in safeCoords() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fVertexTextureTests.cpp | 94 static inline float safeCoord (float raw, int scale, float fraction) in safeCoord() argument 101 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) in safeCoords() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 672 float fraction = -lastNegativeOffset / (current - lastNegativeOffset); in ClampNegativeOffsets() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 252 GLdouble fraction = ((GLdouble)value) / ((GLdouble)max_value); in RandomDouble() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 3233 void PipelineContext::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() argument 3203 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_api.cpp | 2020 ArkUICurveHandle CreateCustomCurve(ArkUI_Float32 (*interpolate)(ArkUI_Float32 fraction, void* userData), void* userData) in CreateCustomCurve() argument
|
H A D | node_common_modifier.cpp | 3539 float fraction = 1.0; in ResetBackgroundBrightnessInternal() local 3572 float fraction = 1.0; in ResetForegroundBrightness() local 3512 SetBackgroundBrightnessInternal(ArkUINodeHandle node, ArkUI_Float32 rate, ArkUI_Float32 lightUpDegree, ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* posRGBValues, ArkUI_Int32 posRGBValuesSize, const ArkUI_Float32* negRGBValues, ArkUI_Int32 negRGBValuesSize , ArkUI_Float32 fraction) SetBackgroundBrightnessInternal() argument 3545 SetForegroundBrightness(ArkUINodeHandle node, ArkUI_Float32 rate, ArkUI_Float32 lightUpDegree, ArkUI_Float32 cubicCoeff, ArkUI_Float32 quadCoeff, ArkUI_Float32 saturation, const ArkUI_Float32* posRGBValues, ArkUI_Int32 posRGBValuesSize, const ArkUI_Float32* negRGBValues, ArkUI_Int32 negRGBValuesSize, ArkUI_Float32 fraction) SetForegroundBrightness() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 3770 uint32_t fraction = val & 0x007fffff; in is_pow_of_two() local 3774 uint32_t fraction = val & 0x03ff; in is_pow_of_two() local 3779 uint64_t fraction = val & UINT64_C(0x000fffffffffffff); in is_pow_of_two() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 3921 uint64_t fraction; in FPRecipSqrtEstimate() local 4036 uint64_t fraction; FPRecipEstimate() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 1239 void ImGui::ProgressBar(float fraction, const ImVec2& size_arg, const char* overlay) in ProgressBar() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 207 void RSNode::AddKeyFrame(float fraction, const PropertyCallback& propertyCallback) in AddKeyFrame() argument 1491 auto fraction = brightnessBlender->GetFraction(); in SetVisualEffect() local 1909 void RSNode::SetAttractionEffect(float fraction, const Vector2f& destinationPoint) in SetAttractionEffect() argument 1915 void RSNode::SetAttractionEffectFraction(float fraction) in SetAttractionEffectFraction() argument 193 AddKeyFrame( float fraction, const RSAnimationTimingCurve& timingCurve, const PropertyCallback& propertyCallback) AddKeyFrame() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1561 void RSProperties::SetFgBrightnessFract(const float& fraction) in SetFgBrightnessFract() argument 1662 void RSProperties::SetBgBrightnessFract(const float& fraction) in SetBgBrightnessFract() argument 2448 void RSProperties::SetAttractionFraction(float fraction) in SetAttractionFraction() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 883 double fraction = isolate()->fuzzer_rng()->NextDouble(); in CollectEvacuationCandidates() local
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 3577 def fraction(self, x, y): member in Scrollbar
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 5043 ArkUI_Float32 fraction = 1.0f; in SetBackgroundBrightnessInternal() local 5075 ArkUI_Float32 fraction = 1.0f; in SetForegroundBrightness() local 1282 ParseDynamicBrightnessOption(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, ArkUI_Float32& rate, ArkUI_Float32& lightUpDegree, ArkUI_Float32& cubicCoeff, ArkUI_Float32& quadCoeff, ArkUI_Float32& saturation, std::vector<float>& posRGB, std::vector<float>& negRGB, ArkUI_Float32& fraction) ParseDynamicBrightnessOption() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2907 double fraction = 1.0f; in ParseBrightnessOption() local
|