Home
last modified time | relevance | path

Searched defs:fraction (Results 101 - 117 of 117) sorted by relevance

12345

/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc447 SetFractionAndMargin(const FieldDescriptor* field, double fraction, double margin) SetFractionAndMargin() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp111 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 Des2fVertexTextureTests.cpp94 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 Drosen_decoration_painter.cpp672 float fraction = -lastNegativeOffset / (current - lastNegativeOffset); in ClampNegativeOffsets() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp252 GLdouble fraction = ((GLdouble)value) / ((GLdouble)max_value); in RandomDouble() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3233 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 Dnode_api.cpp2020 ArkUICurveHandle CreateCustomCurve(ArkUI_Float32 (*interpolate)(ArkUI_Float32 fraction, void* userData), void* userData) in CreateCustomCurve() argument
H A Dnode_common_modifier.cpp3539 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 Daco_optimizer.cpp3770 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 Dsimulator-logic-arm64.cc3921 uint64_t fraction; in FPRecipSqrtEstimate() local
4036 uint64_t fraction; FPRecipEstimate() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1239 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 Drs_node.cpp207 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 Drs_properties.cpp1561 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 Dmark-compact.cc883 double fraction = isolate()->fuzzer_rng()->NextDouble(); in CollectEvacuationCandidates() local
/third_party/python/Lib/tkinter/
H A D__init__.py3577 def fraction(self, x, y): member in Scrollbar
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5043 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 Djs_view_abstract.cpp2907 double fraction = 1.0f; in ParseBrightnessOption() local

Completed in 139 milliseconds

12345