Home
last modified time | relevance | path

Searched defs:top (Results 26 – 50 of 4185) sorted by relevance

12345678910>>...168

/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
384 T const top = range; local
402 T const top = range; local
421 T const top = range; local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
384 T const top = range; local
402 T const top = range; local
421 T const top = range; local
/aosp_15_r20/external/webp/src/dsp/
H A Denc_mips_dsp_r2.c484 const uint8_t* top) { in DCMode16()
547 const uint8_t* top) { in DCMode8()
591 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
612 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4()
667 static void VE4(uint8_t* dst, const uint8_t* top) { in VE4()
698 static void HE4(uint8_t* dst, const uint8_t* top) { in HE4()
734 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
783 static void VR4(uint8_t* dst, const uint8_t* top) { in VR4()
833 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
880 static void VL4(uint8_t* dst, const uint8_t* top) { in VL4()
[all …]
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DLayerDrawableTest.java320 int top = 20; in testSetLayerInset() local
1166 int top = 20; in testSetLayerInsetRelative() local
1203 int top = 20; in testSetLayerInsetLeft() local
1229 int top = 20; in testGetLayerInsetLeft() local
1252 int top = 20; in testSetLayerInsetTop() local
1278 int top = 20; in testGetLayerInsetTop() local
1301 int top = 20; in testSetLayerInsetRight() local
1327 int top = 20; in testGetLayerInsetRight() local
1350 int top = 20; in testSetLayerInsetBottom() local
1376 int top = 20; in testGetLayerInsetBottom() local
[all …]
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPath.java530 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
578 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
597 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
630 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
654 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
683 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
874 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
877 private static native void nAddRect(long nPath, float left, float top, in nAddRect()
879 private static native void nAddOval(long nPath, float left, float top, in nAddOval()
882 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc()
[all …]
H A DRegion.java81 public Region(int left, int top, int right, int bottom) { in Region()
107 public boolean set(int left, int top, int right, int bottom) { in set()
198 public native boolean quickContains(int left, int top, int right, in quickContains()
215 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject()
275 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op()
431 int top, int right, int bottom); in nativeSetRect()
438 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
H A DRenderNode.java273 void positionChanged(long frameNumber, int left, int top, int right, int bottom); in positionChanged()
281 default void positionChanged(long frameNumber, int left, int top, int right, int bottom, in positionChanged()
292 long frameNumber, int left, int top, int right, int bottom) { in callPositionChanged()
307 long frameNumber, int left, int top, int right, int bottom, in callPositionChanged2()
398 public void positionChanged(long frameNumber, int left, int top, int right, int bottom) { in positionChanged()
405 public void positionChanged(long frameNumber, int left, int top, int right, int bottom, in positionChanged()
1406 public boolean setTop(int top) { in setTop()
1496 public boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
1509 public boolean setPosition(int left, int top, int right, int bottom) { in setPosition()
1741 private static native boolean nSetLeftTopRightBottom(long renderNode, int left, int top, in nSetLeftTopRightBottom()
[all …]
H A DBaseCanvas.java102 public void drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc()
120 public void drawBitmap(@NonNull Bitmap bitmap, float left, float top, @Nullable Paint paint) { in drawBitmap()
143 int left, top, right, bottom; in drawBitmap() local
169 float left, top, right, bottom; in drawBitmap() local
293 public void drawOval(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawOval()
377 public void drawRect(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawRect()
397 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
701 public void punchHole(float left, float top, float right, float bottom, float rx, float ry, in punchHole()
759 float top, long nativePaintOrZero, int canvasDensity, int screenDensity, in nDrawBitmap()
788 private static native void nDrawRect(long nativeCanvas, float left, float top, float right, in nDrawRect()
[all …]
H A DBaseRecordingCanvas.java54 public final void drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc()
73 public final void drawBitmap(@NonNull Bitmap bitmap, float left, float top, in drawBitmap()
97 int left, top, right, bottom; in drawBitmap() local
123 float left, top, right, bottom; in drawBitmap() local
247 public final void drawOval(float left, float top, float right, float bottom, in drawOval()
367 public final void drawRect(float left, float top, float right, float bottom, in drawRect()
389 public final void drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect()
628 public void punchHole(float left, float top, float right, float bottom, float rx, float ry, in punchHole()
635 float top, long nativePaintOrZero, int canvasDensity, int screenDensity, in nDrawBitmap()
674 private static native void nDrawRect(long nativeCanvas, float left, float top, float right, in nDrawRect()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/roi/
H A Dencode_hevc_vdenc_roi_dirty.cpp156 uint16_t top = (uint16_t) in SetupRoi() local
229 uint16_t top, in HandleRightNot64CuAligned()
269 uint16_t top, in HandleLeftNot64CuAligned()
347 uint16_t top, in HandleTopNot64CuAligned()
383 uint32_t top, in StreaminSetDirtyRectRegion()
402 uint32_t top, in StreaminSetBorderNon64AlignStaticRegion()
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc101 const __m128i& top, const __m128i& left, in WriteSmoothPredSum4()
139 const __m128i top = _mm_cvtepu8_epi16(Load4(above)); in LoadSmoothPixels4() local
213 const __m128i top = _mm_cvtepu8_epi32(Load4(top_row)); in Smooth4x4_SSE4_1() local
568 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal4x8_SSE4_1() local
601 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal4x16_SSE4_1() local
654 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal8x4_SSE4_1() local
684 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal8x8_SSE4_1() local
705 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal8x16_SSE4_1() local
734 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal8x32_SSE4_1() local
777 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal16x4_SSE4_1() local
[all …]
/aosp_15_r20/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp224 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, const SkPaint* paint) { in saveLayer()
231 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
240 int SkiaCanvas::saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
400 bool SkiaCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect()
409 bool SkiaCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect()
427 bool SkiaCanvas::replaceClipRect_deprecated(float left, float top, float right, float bottom) { in replaceClipRect_deprecated()
533 void SkiaCanvas::drawRect(float left, float top, float right, float bottom, const Paint& paint) { in drawRect()
545 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
562 void SkiaCanvas::drawOval(float left, float top, float right, float bottom, const Paint& paint) { in drawOval()
568 void SkiaCanvas::drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc()
[all …]
/aosp_15_r20/external/libdav1d/src/ppc/
H A Dcdef_tmpl.c48 const uint8_t (*left)[2], const uint8_t *const top, in copy4xN()
118 const uint8_t (*left)[2], const uint8_t *const top, in copy8xN()
362 const pixel (*left)[2], const pixel *const top, in filter_4xN()
419 const pixel (*left)[2], const pixel *const top, in filter_4xN_pri()
447 const pixel (*left)[2], const pixel *const top, in filter_4xN_sec()
481 const pixel (*left)[2], const pixel *const top, in filter_8xN()
540 const pixel (*left)[2], const pixel *const top, in filter_8xN_pri()
568 const pixel (*left)[2], const pixel *const top, in filter_8xN_sec()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
H A DPaintContext.java84 float left, float top, float right, float bottom, float startAngle, float sweepAngle); in drawArc()
87 float left, float top, float right, float bottom, float startAngle, float sweepAngle); in drawSector()
89 public abstract void drawBitmap(int id, float left, float top, float right, float bottom); in drawBitmap()
95 public abstract void drawOval(float left, float top, float right, float bottom); in drawOval()
99 public abstract void drawRect(float left, float top, float right, float bottom); in drawRect()
108 float left, float top, float right, float bottom, float radiusX, float radiusY); in drawRoundRect()
219 public abstract void clipRect(float left, float top, float right, float bottom); in clipRect()
/aosp_15_r20/external/webp/src/enc/
H A Dpicture_rescale_enc.c41 int* const left, int* const top) { in SnapTopLeftPosition()
50 int* const left, int* const top, in AdjustAndCheckRectangle()
97 int left, int top, int width, int height, in WebPPictureView()
131 int left, int top, int width, int height) { in WebPPictureCrop()
289 int left, int top, int width, int height) { in WebPPictureCrop()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/
H A Daffix.js31 function top() { function
35 top: 0 property
44 top: 0 property
53 top: rootBottomTop + 'px' property
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/
H A Daffix.js31 function top() { function
35 top: 0 property
44 top: 0 property
53 top: rootBottomTop + 'px' property
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java71 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer()
77 public int saveLayer(float left, float top, float right, float bottom, Paint paint) { in saveLayer()
92 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
98 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
168 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect()
176 public void drawOval(float left, float top, float right, float bottom, Paint paint) { in drawOval()
189 public void drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc()
198 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
219 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { in drawBitmap()
311 public boolean quickReject(float left, float top, float right, float bottom) { in quickReject()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeRegion.java41 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
80 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect()
101 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp()
154 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains()
159 protected boolean quickReject(int left, int top, int right, int bottom) { in quickReject()
/aosp_15_r20/external/skia/tests/
H A DCanvasStateHelpers.cpp26 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
39 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
48 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
62 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSImplTest.java357 int top = 1234; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomOfQSContainer() local
369 int top = 1234; in getQsMinExpansionHeight_inSplitShade_returnsAbsoluteBottomExcludingTranslation() local
394 int top = 1234; in hideImmediately_inSplitShade_movesViewUpByQSAbsoluteBottom() local
561 int top = 30; in testHeaderBounds() local
685 private void setLocationOnScreen(View view, int top) { in setLocationOnScreen()
702 private void setHeaderBounds(int left, int top, int right, int bottom) { in setHeaderBounds()
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dcfl_avx2.c71 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_420_lbd_avx2() local
105 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_422_lbd_avx2() local
133 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_444_lbd_avx2() local
172 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_420_hbd_avx2() local
211 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_422_hbd_avx2() local
233 __m256i top = _mm256_loadu_si256((__m256i *)input); in cfl_luma_subsampling_444_hbd_avx2() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
H A DPaddingModifierOperation.java43 public PaddingModifierOperation(float left, float top, float right, float bottom) { in PaddingModifierOperation()
70 public void setTop(float top) { in setTop()
136 @NonNull WireBuffer buffer, float left, float top, float right, float bottom) { in apply()
152 float top = buffer.readFloat(); in read() local
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DCanvas.java81 public void clipRect(float left, float top, float right, float bottom, in clipRect()
86 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect()
95 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect()
152 private static native void nClipRect(long nativeInstance, float left, float top, float right, in nClipRect()
154 private static native void nClipRRect(long nativeInstance, float left, float top, float right, in nClipRRect()
163 float left, float top, float right, float bottom, in nDrawRect()
/aosp_15_r20/external/skia/src/core/
H A DSkEdge.cpp84 int top = SkFDot6Round(y0); in setLine() local
126 int top = SkFDot6Round(y0); in updateLine() local
151 int top = fFirstY; in chopLineWithClip() local
234 int top = SkFDot6Round(y0); in setQuadraticWithoutUpdate() local
410 int top = SkFDot6Round(y0); in setCubicWithoutUpdate() local

12345678910>>...168