Home
last modified time | relevance | path

Searched defs:topRight (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/
H A DDetector.java90 FinderPattern topRight = info.getTopRight(); in processFinderPatternInfo() local
145 ResultPoint topRight, in createTransform()
199 ResultPoint topRight, in computeDimension()
229 ResultPoint topRight, in calculateModuleSize()
H A DFinderPatternInfo.java29 private final FinderPattern topRight; field in FinderPatternInfo
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { in fromLineAndHeight()
155 public PointF topRight() { in topRight() method in Quad
189 PointF topRight = rotatePoint(topRight(), center, cosa, sina); in rotated() local
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h171 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant()
189 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant()
212 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h171 uint32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DBoundingBox.java31 private final ResultPoint topRight; field in BoundingBox
41 ResultPoint topRight, in BoundingBox()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotWindowController.kt69 val topRight = providers.inflate(BOUNDS_POSITION_TOP, BOUNDS_POSITION_RIGHT) in startOnUiThread() constant
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DPixelCopyTest.java1060 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1062 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
1066 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1091 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()
H A DPixelCopyGLProducerCtsActivity.java47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
H A DTextureViewTest.java904 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
906 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/
H A DDetector.java63 ResultPoint topRight = points[3]; in detect() local
311 ResultPoint topRight, in sampleGrid()
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dcanvas.ts253 const topRight = new Point3D( constant
296 const topRight = new Point3D(bottomRight.x, topLeft.y, bottomRight.z); constant
H A Dmapper3d.ts430 const topRight = new Point3D( constant
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
H A DFoldAwareColumn.kt325 val topRight = root.localToWindow(Offset(boundsRight, boundsTop)) in trueBoundsInWindow() constant
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dimage.cpp24 const RGBA8888& topRight) { in CreateImageContentsWithFourCorners()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/
H A DFakePrivacyDotViewController.kt26 var topRight: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp171 Vec2 topRight; in getBasicTexCoord2D() member
189 const Vec2 &topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp159 Vec2 topRight; in getBasicTexCoord2D() member
177 const Vec2 &topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/events/
DPrivacyDotViewController.java87 android.view.View topLeft, @org.jetbrains.annotations.NotNull() in initialize()
DPrivacyDotViewControllerImpl.java180 android.view.View topLeft, @org.jetbrains.annotations.NotNull() in initialize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp104 …puteQuadTexCoord2D(std::vector<float> &dst, const tcu::Vec2 &bottomLeft, const tcu::Vec2 &topRight) in computeQuadTexCoord2D()
119 const tcu::Vec2 &topRight) in computeQuadTexCoord2DArray()
138 const tcu::Vec2 &topRight) in computeQuadTexCoordCube()
2019 const auto topRight = (biasMode ? Vec2(1.0f, 1.0f) : Vec2(1.5f, 1.6f)); in computeQuadTexCoord() local
2238 const auto topRight = (biasMode ? Vec2(1.0f, 1.0f) : Vec2(1.5f, 1.6f)); in computeQuadTexCoord() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
H A DRoundedCornerTests.java274 final RoundedCorner topRight = display.getRoundedCorner(POSITION_TOP_RIGHT); in calculateWindowBounds() local
/aosp_15_r20/packages/services/Car/cpp/evs/apps/default/src/
DRenderTopView.cpp299 const android::vec3 topRight(right, top, 0.0f); in renderCameraOntoGroundPlane() local
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp174 Vec2 topRight; in getBasicTexCoord2D() member
192 const Vec2 &topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local

1234567891011