/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkIntersections.h | 78 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() 103 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() 153 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical() 189 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical()
|
H A D | SkDQuadLineIntersection.cpp | 262 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() 353 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() 364 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() 438 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, in vertical()
|
H A D | SkDConicLineIntersection.cpp | 162 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() 257 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() 268 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() 366 int SkIntersections::vertical(const SkDConic& conic, double top, double bottom, double x, in vertical()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/navigationbar/views/buttons/ |
H A D | NearestTouchFrameTest.java | 166 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Top() local 182 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Bottom() local 244 View top = mockViewAt(0, 0, 20, 5); in testCachedRegionsSplit_vertical() local
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ |
D | CaptureLayoutHelper.java | 307 float top = bottom - previewLongerEdge; in getPositionConfiguration() local 342 float top = bottom - previewLongerEdge; in getPositionConfiguration() local 374 float top = Math.round(rect.top); in round() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/ |
H A D | Padding.kt | 94 val top: Density.() -> Int, constant in com.android.compose.modifiers.PaddingModifier 105 val top = top() in measure() constant
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
H A D | RemoteComposeBuffer.java | 316 float top, in addClickArea() 365 float left, float top, float right, float bottom, float startAngle, float sweepAngle) { in addDrawArc() 387 float left, float top, float right, float bottom, float startAngle, float sweepAngle) { in addDrawSector() 402 float top, in addDrawBitmap() 434 float top, in addDrawBitmap() 631 public void addDrawOval(float left, float top, float right, float bottom) { in addDrawOval() 699 public void addDrawRect(float left, float top, float right, float bottom) { in addDrawRect() 714 float left, float top, float right, float bottom, float radiusX, float radiusY) { in addDrawRoundRect() 1176 public void addClipRect(float left, float top, float right, float bottom) { in addClipRect() 1764 public void addModifierPadding(float left, float top, float right, float bottom) { in addModifierPadding()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | timezone.cpp | 229 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourc… in getZoneByName() 258 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResou… in loadRule() 285 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource() local 397 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in createSystemTimeZone() local 776 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in getID() local 1041 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in countEquivalentIDs() local 1059 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in getEquivalentID() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 230 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourc… in getZoneByName() 259 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResou… in loadRule() 286 UResourceBundle *top = ures_openDirect(nullptr, kZONEINFO, &ec); in openOlsonResource() local 398 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in createSystemTimeZone() local 782 UResourceBundle *top = ures_openDirect(nullptr, kZONEINFO, &ec); in getID() local 1047 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in countEquivalentIDs() local 1065 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); in getEquivalentID() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRegion_path.cpp | 297 SkScalar top = SkIntToScalar(SK_MaxS16); in count_path_runtype_values() local 370 for (int64_t top = clipBounds.fTop; top < clipBounds.fBottom; top += kTileSize) { in setPath() local 406 int top = std::max(pathTop, clipTop); in setPath() local 468 int top() const { in top() function
|
H A D | SkBlitter_Sprite.cpp | 42 bool SkSpriteBlitter::setup(const SkPixmap& dst, int left, int top, const SkPaint& paint) { in setup() 133 bool setup(const SkPixmap& dst, int left, int top, const SkPaint& paint) override { in setup() 196 const SkPixmap& source, int left, int top, in ChooseSprite()
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/ |
H A D | IeeeRecommendedTests.java | 198 float top = Float.MIN_VALUE; in testFloatGetExponent() local 296 double top = Double.MIN_VALUE; in testDoubleGetExponent() local 1376 float top = Float.MIN_VALUE; in testFloatUlp() local 1479 double top = Double.MIN_VALUE; in testDoubleUlp() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ViewGroup_ScrollCaptureTest.java | 387 MockView(Context context, int left, int top, int right, int bottom) { in MockView() 391 MockView(Context context, int left, int top, int right, int bottom, int visibility) { in MockView() 473 MockViewGroup(Context context, int left, int top, int right, int bottom) { in MockViewGroup() 477 MockViewGroup(Context context, int left, int top, int right, int bottom, in MockViewGroup()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_editpage_embeddertest.cpp | 329 float top; in TEST_F() local 366 float top; in TEST_F() local 403 float top; in TEST_F() local 440 float top; in TEST_F() local
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | BaseRecordingCanvasNatives.java | 32 float top, in nDrawBitmap() 84 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint); in nDrawRect() 87 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint); in nDrawOval() 95 float top, in nDrawArc() 106 float top, in nDrawRoundRect() 340 long renderer, float left, float top, float right, float bottom, float rx, float ry); in nPunchHole()
|
H A D | BaseCanvasNatives.java | 33 float top, in nDrawBitmap() 85 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint); in nDrawRect() 88 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint); in nDrawOval() 96 float top, in nDrawArc() 107 float top, in nDrawRoundRect() 341 long renderer, float left, float top, float right, float bottom, float rx, float ry); in nPunchHole()
|
/aosp_15_r20/external/skia/experimental/lowp-basic/ |
H A D | bilerp-study.cpp | 50 double top = (1.0 - dtx) * p00 + dtx * p10; in golden_bilerp2() local 59 int64_t top = ftx * (p10 - p00) + 65536 * p00; in full_res_bilerp() local 75 I16 top = (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxTest.java | 149 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner() 155 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect() 328 public SurfaceControl top; field in LetterboxTest.SurfaceControlMocker
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_geometry.h | 94 int32_t top, in MakeLTRB() 107 int32_t top() const { return top_; } in top() function 158 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect()
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_directional_test.cc | 91 Pixel* const top = top_mem + 16; in Reset() local 123 Pixel* const top = top_mem + 16; in Set() local 289 const Pixel* const top = intra_pred_mem_.top_mem + 16; in TestSpeed() local 386 const Pixel* const top = intra_pred_mem_.top_mem + 16; in TestSaturatedValues() local 470 const Pixel* const top = intra_pred_mem_.top_mem + 16; in TestRandomValues() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | AdaptiveIconDrawableTest.java | 85 int top = 18 * dpi; in testDraw_withBounds() local 153 int top = 18 * dpi; in testGetIconMaskAfterSetBounds() local 174 int top = 18 * dpi; in testGetOutline_withBounds() local
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Rect.h | 43 float top; variable 55 inline Rect(float left, float top, float right, float bottom) in Rect() 93 inline void set(float left, float top, float right, float bottom) { in set()
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 697 final int top = marginTop; in measureViewToSide() local 728 final int top = containerHeight / 10 + marginTop + container.top; in measureFloating() local 792 final int top; in layoutTrack() local 1231 final int top = container.top; in setThumbPos() local 1571 final float top = mThumbImage.getTop() + offset; in isPointInsideY() local 1691 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top); in animateBounds() local
|
H A D | LinearLayout.java | 442 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical() local 515 void drawHorizontalDivider(Canvas canvas, int top) { in drawHorizontalDivider() 516 mDivider.setBounds(getPaddingLeft() + mDividerPadding, top, in drawHorizontalDivider() local 1656 void layoutVertical(int left, int top, int right, int bottom) { in layoutVertical() 1761 void layoutHorizontal(int left, int top, int right, int bottom) { in layoutHorizontal() 1890 private void setChildFrame(View child, int left, int top, int width, int height) { in setChildFrame()
|
/aosp_15_r20/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 515 final int top = child.getTop() - mItemMargin; in recycleOffscreenViews() local 671 final int top = getPaddingTop(); in populate() local 956 final int top = mItemTops[i]; in fillUp() local 1112 final int top = mItemTops[i]; in getNextColumnUp() local 1142 int top = Integer.MAX_VALUE; in getNextRecordUp() local 1314 final int top = getPaddingTop(); in resetStateForGridTop() local
|