Home
last modified time | relevance | path

Searched defs:scale (Results 201 – 225 of 563) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h61 void SetScale(double scale) in SetScale()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp55 float scale; in ExtDecoderFuncTest001() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java537 final float scale = 2.0f; in testTransitToPanningState_scaleDifferenceOverThreshold_startDetecting() local
558 final float scale = 2.0f; in testTransitToPanningState_scaleDifferenceLessThanThreshold_doNotDetect() local
609 final float scale = (1.0f + threshold) * persistedScale + 1.0f; in testPanningScaleOverThreshold_notDetecting_startDetecting() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1239 float scale = std::min(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
1252 float scale = std::min(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
1260 float scale = std::min(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
1272 float scale = std::max(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
1285 float scale = std::max(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
1293 float scale = std::max(rect.GetWidth() / w, rect.GetHeight() / h); in GetGravityMatrix() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A DcomponentInfo.h51 ScaleOption scale; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp163 void ListItemDragManager::SetNearbyNodeScale(RefPtr<FrameNode> node, float scale) in SetNearbyNodeScale()
213 float scale = 1 - sharped * 0.05f; in ScaleAxisNearItem() local
257 float scale = 1 - sharped * 0.05f; in ScaleDiagonalItem() local
/aosp14/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java78 float scale = detector.getScaleFactor(); in onScale() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_effect.h67 void SetScaleEffect(const ScaleOptions& scale) in SetScaleEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp77 auto scale = qrCodeSize / sizeInPixel; in onDraw() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.h124 double scale = 1.0; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_common_converter.cpp122 static const float scale = 1 << (AUDIO_SAMPLE_16BIT_LENGTH - 1); in ConvertBufferTo16Bit() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationProcessorTest.java94 float scale = mMagnificationProcessor.getScale(TEST_DISPLAY); in getScale_fullscreenMode_expectedValue() local
106 float scale = mMagnificationProcessor.getMagnificationConfig(TEST_DISPLAY).getScale(); in getScale_windowMode_expectedValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager_ng.cpp35 auto scale = endNode->GetTransformScale(); in GetOffsetToAncestorRevertTransform() local
50 auto scale = parent->GetTransformScale(); in GetOffsetToAncestorRevertTransform() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp268 void UIImageView::AdjustScaleAndTranslate(Vector3<float>& scale, Vector3<int16_t>& translate, in AdjustScaleAndTranslate()
329 Vector3<float> scale(scaleX, scaleY, 1.0f); in UpdateContentMatrix() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h135 virtual std::shared_ptr<RSRenderPropertyBase> Multiply(const float scale) in Multiply()
331 std::shared_ptr<RSRenderPropertyBase> Multiply(const float scale) override in Multiply()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationTest.java253 final float scale = 3.0f; in onMagnifierScale_notifyCallback() local
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java600 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1, in createScaleUpAnimationLockedCompat() local
703 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH, in createThumbnailEnterExitAnimationLockedCompat() local
769 float scale = in createAspectScaledThumbnailEnterExitAnimationLocked() local
906 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked() local
948 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked() local
1064 final ScaleAnimation scale = enter in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessSliderView.java189 public void setSliderScaleY(float scale) { in setSliderScaleY()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java71 float scale = thumbnailData.scale; in updateThumbnailMatrix() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp109 ScaleCheckingAllocator(float scale, int size) in ScaleCheckingAllocator()
190 sp<uirenderer::Gainmap>* outGainmap, const int sampleSize, float scale) { in decodeGainmap()
315 float scale = 1.0f; in doDecode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp584 void RSImage::SetScale(double scale) in SetScale()
694 double scale; in Unmarshalling() local
729 …Parcel& parcel, int& fitNum, int& repeatNum, std::vector<Drawing::Point>& radius, double& scale, i… in UnmarshalImageProperties()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp108 …red_ptr<RSPropertyBase> operator*=(const std::shared_ptr<RSPropertyBase>& value, const float scale) in operator *=()
137 …tr<RSPropertyBase> operator*(const std::shared_ptr<const RSPropertyBase>& value, const float scale) in operator *()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt438 val scale = min(wScale, hScale) regex
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java161 final float scale = ValueAnimator.getDurationScale(); in performNextAnimationStep() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp236 void UITestTransform::SetTransMap(int16_t angle, float scale, int16_t trans, Vector2<float> pivot) in SetTransMap()

12345678910>>...23