Home
last modified time | relevance | path

Searched defs:scale (Results 126 – 150 of 563) sorted by relevance

12345678910>>...23

/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDocumentaryFilter.java144 float scale[] = new float[2]; in initParameters() local
H A DBlackWhiteFilter.java118 float scale = (mBlack != mWhite) ? 1.0f / (mWhite - mBlack) : 2000f; in updateParameters() local
H A DVignetteFilter.java94 float scale[] = new float[2]; in initParameters() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java89 public static float getAnimatableValueForScaleFactor(float scale) { in getAnimatableValueForScaleFactor()
/aosp14/frameworks/base/libs/input/
H A DTouchSpotController.h50 float scale; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp41 int ResultEntriesWindow::Init(IKvDBRawCursor *rawCursor, int64_t windowSize, double scale) in Init()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwm_math_test.cpp90 Vector3 scale(1.5f, 0.7f, 2.2f), translation(100.f, 132.f, 20.f); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp1590 double scale = 1.0; variable
1618 double scale = -2.0; variable
1647 double scale = -2.0; variable
1676 double scale = 1.0; variable
1705 double scale = 1.0; variable
1734 double scale = -2.0; variable
1763 double scale = -2.0; variable
1792 double scale = 1.0; variable
1821 double scale = 1.0; variable
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationEffectSegment.java112 public abstract <T extends VibrationEffectSegment> T scale(float scaleFactor); in scale() method in VibrationEffectSegment
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/drawable/
H A DDrawableSize.kt77 val scale = minOf(scaleHeight, scaleWidth) regex
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dnine_patch_listener.cpp41 static void ScaleDivRange(int32_t *divs, int32_t count, float scale, int32_t maxValue) in ScaleDivRange()
/aosp14/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java421 float scale; in extractThumbnail() local
519 float scale = targetHeight / bitmapHeightF; in transform() local
526 float scale = targetWidth / bitmapWidthF; in transform() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DMathUtils.h61 inline static float clampTessellationScale(float scale) { in clampTessellationScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dradius.h42 void ApplyScaleAndRound(double scale) in ApplyScaleAndRound()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinBouncer.kt167 val scale = scaling() regex
214 val scale = scaling() regex
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java273 public void scale(float x, float y) { in scale() method in Matrix3f
287 public void scale(float x, float y, float z) { in scale() method in Matrix3f
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h57 void ApplyScale(double scale) in ApplyScale()
65 void ApplyScaleAndRound(const Size& scale) in ApplyScaleAndRound()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_transition.h41 ArkUI_ScaleOptions* scale; member
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_curves.cpp29 void QuadBezierCurveIncr::ApproximationScale(float scale) in ApproximationScale()
166 void QuadrBezierCurveDividOp::ApproximationScale(float scale) in ApproximationScale()
284 void CubicBezierCurveIncrement::ApproximationScale(float scale) in ApproximationScale()
454 void CubicBezierCurveDividOperate::ApproximationScale(float scale) in ApproximationScale()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp231 RenderParticleParaType<float> scale = variable
276 RenderParticleParaType<float> scale; variable
321 RenderParticleParaType<float> scale; variable
373 RenderParticleParaType<float> scale; variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DTaskPreviewSizeProvider.kt80 val scale = (height / maximumWindowHeight.toFloat()) / SCREEN_HEIGHT_TO_TASK_HEIGHT_RATIO regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_pattern.cpp48 … double scale = std::min(contentSize.Width() / portWidth, contentSize.Height() / portHeight); in ViewPortTransform() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animatable_arithmetic.h85 RefPtr<CustomAnimatableArithmetic> Multiply(const float scale) const override in Multiply()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java64 public float scale; field in TiledImageView.ImageRendererWrapper
261 float scale = mValues[Matrix.MSCALE_X]; in positionFromMatrix() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h34 double scale = 0.0; member
46 …RsImageInfo(int fitNum, int repeatNum, const Drawing::Point* radius, double scale, uint32_t id, in… in RsImageInfo()

12345678910>>...23