Home
last modified time | relevance | path

Searched defs:cy (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java62 public SweepGradient(float cx, float cy, @NonNull @ColorInt int[] colors, in SweepGradient()
84 public SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient()
93 private SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient()
115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient()
130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient()
H A DRecordingCanvas.java210 public void drawCircle(CanvasProperty<Float> cx, CanvasProperty<Float> cy, in drawCircle()
228 public void drawRipple(CanvasProperty<Float> cx, CanvasProperty<Float> cy, in drawRipple()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_geometry.h34 double cx,cy,m; in db_PointCentroid2D() local
54 double cx,cy,m; in db_PointCentroid2D() local
78 double cx,cy,cz,m; in db_PointCentroid3D() local
100 double cx,cy,cz,m; in db_PointCentroid3D() local
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java342 float cy = getHeight() / 2F; in zoomTo() local
349 float cy = getHeight() / 2F; in zoomToPoint() local
372 float cy = getHeight() / 2F; in zoomIn() local
384 float cy = getHeight() / 2F; in zoomOut() local
H A DRotateBitmap.java61 int cy = mBitmap.getHeight() / 2; in getRotateMatrix() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DSweepGradient_Delegate.java83 private SweepGradient_Delegate(long nativeMatrix, float cx, float cy, in SweepGradient_Delegate()
94 public SweepGradientPaint(float cx, float cy, int[] colors, in SweepGradientPaint()
/aosp12/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java36 OrientedBoundingBox(float angle, float cx, float cy, float w, float h) { in OrientedBoundingBox()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DRotateAndCropMapper.cpp72 int32_t cy = 0; in updateCaptureRequest() local
188 int32_t cy = 0; in updateCaptureResult() local
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DAmbientShadowVertexCalculator.java49 float cy = mConfig.getLightSourcePosition()[1]; in generateVertex() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius()
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines()
284 public void fillHandles(Canvas canvas, float cx, float cy, float rx, float ry) { in fillHandles()
H A DGradControl.java236 float cy = (p1y + p2y) / 2; in paintOvallines() local
249 float cy = (p1y + p2y) / 2; in fillHandles() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java117 int cy = y + height / 2; in draw() local
H A DPhotoFallbackEffect.java108 float cy = d.centerY() * p + s.centerY() * (1 - p); in drawEntry() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java767 float cx = mHotspotBounds.centerX(), cy = mHotspotBounds.centerY(); in onHotspotBoundsChanged() local
875 final float x, y, cx, cy, w, h; in drawPatterned() local
934 private void drawPatternedBackground(Canvas c, float cx, float cy) { in drawPatternedBackground()
966 float x, float y, float cx, float cy, float w, float h) { in createAnimationProperties()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipPinchResizingAlgorithm.java128 int cy = r.centerY(); in scaleRectAboutCenter() local
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonRipple.java139 final float cy = h * .5f; in drawSoftware() local
192 CanvasProperty<Float> cy = CanvasProperty.createFloat(getBounds().height() / 2); in drawHardware() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsView.java205 final float cy = mSensorRect.centerY() + translation.y; in isWithinSensorArea() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java120 float cy = cropBounds.centerY(); in drawWallpaperSelectionFrame() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1066 const float cx, const float cy, const float f) { in undistort()
1094 const float cx, const float cy, const float f, in unDistortWithinPreCorrArray()
1109 const float cx, const float cy, const float f, in boxWithinPrecorrectionArray()
1159 const float cx, const float cy, const float f, in scaledBoxWithinPrecorrectionArray()
1175 const float cx, const float cy, const float f, in findPostCorrectionScale()
1199 float cx, float cy, float f, int preCorrW, int preCorrH, int xMin = 0, int yMin = 0) { in normalizeLensDistortion()
2070 float cy = entry4.data.f[/*c_y*/3]; in DngCreator_setup() local
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java740 double cy; in drawArc() local
795 private static void arcToBezier(@NonNull Path_Delegate p, double cx, double cy, double a, in arcToBezier()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java260 int cy = height / 2; in positionFromMatrix() local
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java260 int cy = height / 2; in positionFromMatrix() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java266 float cy = getHeight() / 2f; in onTouchEvent() local
/aosp12/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp49 static float SkUnitCubicInterp(float value, float bx, float by, float cx, float cy) { in SkUnitCubicInterp()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c343 VP_PAR cx, cy; in vp_zoom_motion2d() local

12