Home
last modified time | relevance | path

Searched +defs:val +defs:bottom (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
H A DAndroidPaintContext.java183 float left, float top, float right, float bottom, float startAngle, float sweepAngle) { in drawArc()
189 float left, float top, float right, float bottom, float startAngle, float sweepAngle) { in drawSector()
194 public void drawBitmap(int id, float left, float top, float right, float bottom) { in drawBitmap()
215 public void drawOval(float left, float top, float right, float bottom) { in drawOval()
225 public void drawRect(float left, float top, float right, float bottom) { in drawRect()
241 float left, float top, float right, float bottom, float radiusX, float radiusY) { in drawRoundRect()
515 float[] val = data.getUniformFloats(name); in applyPaint() local
521 int[] val = data.getUniformInts(name); in applyPaint() local
527 int val = data.getUniformBitmapId(name); in applyPaint() local
678 public void clipRect(float left, float top, float right, float bottom) { in clipRect()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DSVEMath.inl147 auto bottom = svcvt_f32_z(pg, x); local
166 inline svfloat32_t svtanh_f32_z(svbool_t pg, svfloat32_t val)
181 inline svfloat16_t svtanh_f16_z(svbool_t pg, svfloat16_t val)
213 …auto val = svreinterpret_f32_s32(svsub_s32_z(pg, svreinterpret_s32_f32(x), svlsl_n_s32_z(pg, m, 23… local
226 auto bottom = svcvt_f32_z(pg, x); local
245 inline svfloat32_t svsin_f32_z(svbool_t pg, svfloat32_t val)
297 inline svfloat16_t svsin_f16_z(svbool_t pg, svfloat16_t val)
299 auto bottom = svcvt_f32_z(pg, val); local
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
161 #define _TRYMAP_ENC(m, assi, val) \ argument
170 #define _TRYMAP_DEC(m, assi, val) \ argument
177 #define _TRYMAP_ENC_MPLANE(m, assplane, asshi, asslo, val) \ argument
/aosp_15_r20/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp83 int32_t val; in AMediaFormat_toString() local
90 int64_t val; in AMediaFormat_toString() local
97 size_t val; in AMediaFormat_toString() local
104 float val; in AMediaFormat_toString() local
111 double val; in AMediaFormat_toString() local
118 int32_t left, top, right, bottom; in AMediaFormat_toString() local
126 AString val; in AMediaFormat_toString() local
205 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) { in AMediaFormat_getRect()
317 int32_t left, int32_t top, int32_t right, int32_t bottom) { in AMediaFormat_setRect()
/aosp_15_r20/cts/tests/media/jni/
H A DNativeMediaFormatUnitTest.cpp36 int bottom; member in Rect
135 int32_t val; in validateFormatInt32() local
173 int64_t val; in validateFormatInt64() local
211 float val; in validateFormatFloat() local
250 double val; in validateFormatDouble() local
288 size_t val; in validateFormatSize() local
326 const char* val; in validateFormatString() local
363 int left, top, right, bottom; in validateFormatRect() local
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
190 #define _TRYMAP_ENC(m, assi, val) \ argument
197 #define _TRYMAP_DEC(m, assi, val) \ argument
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java191 public void setCharging(boolean val) { in setCharging()
200 public void setBatteryLevel(int val) { in setBatteryLevel()
209 public void setPowerSave(boolean val) { in setPowerSave()
244 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
271 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dhash.h25 hash_t(int8_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t()
26 hash_t(int16_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t()
27 hash_t(int32_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t()
28 hash_t(int64_t val) : uint128(static_cast<uint64_t>(val)) {} in hash_t()
29 hash_t(uint32_t val) : uint128(val) {} in hash_t()
30 hash_t(uint64_t val) : uint128(val) {} in hash_t()
31 hash_t(uint128 val) : uint128(val) {} in hash_t()
32 hash_t(uint64_t top, uint64_t bottom) : uint128(top, bottom) {} in hash_t()
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp616 … db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, in db_HarrisStrengthChunk_f()
659 …id db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, in db_HarrisStrengthChunk_u()
1008 float val,max_val; in db_Max_Aligned16_f() local
1058 float val,max_val; in db_MaxImage_Aligned16_f() local
1332 …ne void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1408 …id db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, in db_MaxSuppressFilter_5x5_Aligned16_f()
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresho… in db_CornersFromChunk()
1496 void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, in db_ExtractCornersSaturated()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java574 long val = array[i]; in writeCompactedLongArray() local
583 int bottom = (int)(val&0x0ffffffffL); in writeCompactedLongArray() local
601 int val = in.readInt(); in readCompactedLongArray() local
605 int bottom = in.readInt(); in readCompactedLongArray() local
/aosp_15_r20/external/libdav1d/src/ppc/
H A Dcdef_tmpl.c49 const uint8_t *const bottom, const int w, const int h, in copy4xN()
119 const uint8_t *const bottom, const int w, const int h, in copy8xN()
213 const i16x8 val = vec_sel(a, b, mask); in max_mask() local
363 const pixel *const bottom, const int w, const int h, in filter_4xN()
420 const pixel *const bottom, const int w, const int h, in filter_4xN_pri()
448 const pixel *const bottom, const int w, const int h, in filter_4xN_sec()
482 const pixel *const bottom, const int w, const int h, in filter_8xN()
541 const pixel *const bottom, const int w, const int h, in filter_8xN_pri()
569 const pixel *const bottom, const int w, const int h, in filter_8xN_sec()
/aosp_15_r20/development/tools/winscope/protos/surfaceflinger/udc/
H A Dcommon.proto30 int32 bottom = 4; field
85 int32 bottom = 10; field
90 repeated float val = 1; field
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp33 float val = static_cast<float>(pImg[i]); in Java_androidx_media_filterpacks_numeric_StatsFilter_score() local
45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
59 float val = static_cast<float>(*(pImg + disp + x)); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp260 int32_t val; in ConvertMessageToMap() local
269 int64_t val; in ConvertMessageToMap() local
278 float val; in ConvertMessageToMap() local
287 AString val; in ConvertMessageToMap() local
306 int32_t left, top, right, bottom; in ConvertMessageToMap() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op_test.cc93 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerpReference() local
106 const float bottom = in ComputeLerpReference() local
140 const float val = in CalcReferenceResizedVal() local
171 const float val = QuantizedToFloat<T>(qval, min, max); in CheckTensorValue() local
/aosp_15_r20/external/libcups/ppdc/
H A Dppdc-source.cxx714 bottom, // Bottom margin in get_custom_size() local
950 float val; // Floating point value in get_float() local
1093 int val; // Numeric value in get_generic() local
1233 long val; // Value in get_integer() local
1473 float val; // Measurement value in get_measurement() local
3439 bottom, // Current bottom margin in write_file() local
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
H A DXYSeriesRendererTest.java64 final float bottom = 104; in testDataToGridCorrelation() local
84 float val = ValPixConverter.valToPix(x, 0, 9, gridRect.width(), false) + (gridRect.left); in testDataToGridCorrelation() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
H A DBarChartRenderer.java196 float bottom = y2; in prepareBarHighlight() local
263 float val = entry.getY(); in drawValues() local
382 final float val = vals[k / 2]; in drawValues() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java71 String bottom = null; in bind() local
128 double val; in formatBytes() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc241 int right, int bottom, tensorflow::TTypes<uint8>::Flat* image) { in DrawBox()
251 uint8 val = i == 2 ? 255 : 0; in DrawBox() local
313 float bottom = decoded_location[3] * image_height; in PrintTopDetections() local
/aosp_15_r20/external/libcups/filter/
H A Dcommon.c46 const char *val; /* Option value */ in SetCommonOptions() local
290 float bottom, /* I - Bottom position in points */ in WriteLabelProlog()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/
H A Dsurfaceflinger_common.proto82 optional int32 bottom = 10; field
87 repeated float val = 1 [packed = true]; field
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dsccp.go46 bottom // not a constant const
51 val *Value // constant value member
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DPath.cpp48 SkPath* val = reinterpret_cast<SkPath*>(valHandle); in init_Path() local
130 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle, in arcTo()
143 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) { in addRect()
150 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) { in addOval()
165 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) { in addArc()
172 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
180 jfloat right, jfloat bottom, jfloatArray array, jint dirHandle) { in addRoundRect8()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-transition-nodeps/android_common/aar/
Dclasses.jar ... .AnimatorListenerAdapter { final synthetic android.view.ViewGroup val$sceneRoot final synthetic android.graphics.drawable.

12345678910>>...36