/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
H A D | PolyhedronsSet.java | 144 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() 210 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() 227 private static BSPTree<Euclidean3D> buildBoundary(final double xMin, final double xMax, in buildBoundary()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableMeteringRectangle.java | 45 int xMax = xMin + value.getWidth(); in marshal() local 60 int xMax = buffer.getInt(); in unmarshal() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | runtimeintrinsics.cpp | 121 float xMax, in plot() 164 float xMax, in plot_es3()
|
H A D | typeface.cpp | 225 SkScalar xMax = x; local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/ |
H A D | PolygonsSet.java | 117 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() 214 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() 227 private static Line[] boxBoundary(final double xMin, final double xMax, in boxBoundary()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 217 Int xMax = *Pointer<Int>(data + OFFSET(DrawData, scissorX1)); in generate() local 572 Int xMax = *Pointer<Int>(data + OFFSET(DrawData, scissorX1)); in edge() local
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 519 const int64_t xMax = de::max(de::max(x0, x1), x2); in init() local 904 const int64_t xMax = de::max(x0, x1) + toSubpixelCoord(1, m_subpixelBits); in init() local 1159 const int64_t xMax = de::max(x0, x1) + toSubpixelCoord(1, m_subpixelBits); in init() local
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | GlyphHeader.hh | 41 FWORD xMax; /* Maximum x for coordinate data. */ member
|
H A D | Glyph.hh | 180 float xMin = 0, xMax = 0; in compile_header_bytes() local
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.kt | 591 val xMax = max(centerX, containerView.getWidth() - centerX) in getAlertAnimator() constant
|
/aosp_15_r20/external/neven/FaceRecEm/common/src/b_FDSDK/ |
H A D | DCR.h | 56 s16p16 xMax; /* x max coordinate */ member
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
H A D | ScaleToFitFrameProcessor.java | 168 float xMax = Float.MIN_VALUE; in configureOutputSizeAndTransformationMatrix() local
|
/aosp_15_r20/external/armnn/tests/ |
H A D | MobileNetSsdInferenceTest.hpp | 74 float xMax = *outputData++; in ProcessResult() local
|
/aosp_15_r20/external/angle/samples/tri_fan_microbench/ |
H A D | TriFanMicroBench.cpp | 58 const GLfloat xMax = 1.0f; in createVertexBuffers() local
|
/aosp_15_r20/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
H A D | TouchLatencyView.java | 157 final long xMax = width - BALL_DIAMETER; in drawBall() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-head-table.hh | 175 HBINT16 xMax; /* For all glyph bounding boxes. */ member
|
H A D | hb-subset-plan.hh | 56 int xMax; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 315 const int xMax = imageSize.x() - 1; in generateReferenceImage() local 366 const int xMax = access.getWidth() - 1; in flipHorizontally() local 618 const uint32_t xMax = m_texture.size().x() - 1; in initPrograms() local 1398 const std::string xMax = de::toString(m_texture.size().x() - 1); in initPrograms() local
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 97 const std::string xMax = de::toString(caseDef.texture.size().x() - 1); in initPrograms() local
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A D | MultiLineChart.java | 93 float xMax = getXData(1); in drawTrace() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 123 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth() - 1); in isPixelRegionUnicolored() local 160 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth() - 1); in drawUnicolorTestErrors() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 125 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth() - 1); in isPixelRegionUnicolored() local 162 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth() - 1); in drawUnicolorTestErrors() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | DetectionPostProcess.cpp | 36 const int xMax = 3; in IntersectionOverUnion() local
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftoutln.c | 471 FT_Pos xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local
|
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTTable_head.h | 79 SK_OT_SHORT xMax; member
|