Home
last modified time | relevance | path

Searched defs:bottomLeft (Results 1 – 25 of 247) sorted by relevance

12345678910

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/
H A DDetector.java91 FinderPattern bottomLeft = info.getBottomLeft(); in processFinderPatternInfo() local
146 ResultPoint bottomLeft, in createTransform()
200 ResultPoint bottomLeft, in computeDimension()
230 ResultPoint bottomLeft) { in calculateModuleSize()
H A DFinderPatternInfo.java27 private final FinderPattern bottomLeft; field in FinderPatternInfo
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java163 public PointF bottomLeft() { in bottomLeft() method in Quad
190 PointF bottomLeft = rotatePoint(bottomLeft(), 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.h172 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DBoundingBox.java30 private final ResultPoint bottomLeft; field in BoundingBox
40 ResultPoint bottomLeft, in BoundingBox()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotWindowController.kt70 val bottomLeft = providers.inflate(BOUNDS_POSITION_BOTTOM, BOUNDS_POSITION_LEFT) 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()
1092 int bottomLeft, int bottomRight, int threshold) { 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.java61 ResultPoint bottomLeft = points[1]; in detect() local
309 ResultPoint bottomLeft, in sampleGrid()
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dcanvas.ts248 const bottomLeft = new Point3D( constant
295 const bottomLeft = new Point3D(topLeft.x, bottomRight.y, topLeft.z); constant
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
H A DFoldAwareColumn.kt327 val bottomLeft = root.localToWindow(Offset(boundsLeft, boundsBottom)) in trueBoundsInWindow() constant
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/
H A DQRCodeDecoderMetaData.java51 ResultPoint bottomLeft = points[0]; in applyMirroredCorrection() local
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dimage.cpp22 uint32_t width, uint32_t height, const RGBA8888& bottomLeft, in CreateImageContentsWithFourCorners()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/
H A DFakePrivacyDotViewController.kt29 var bottomLeft: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp170 Vec2 bottomLeft; in getBasicTexCoord2D() member
188 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp158 Vec2 bottomLeft; in getBasicTexCoord2D() member
176 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; 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.java88 android.view.View topRight, @org.jetbrains.annotations.NotNull() in initialize()
DPrivacyDotViewControllerImpl.java181 android.view.View topRight, @org.jetbrains.annotations.NotNull() in initialize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp104 void computeQuadTexCoord2D(std::vector<float> &dst, const tcu::Vec2 &bottomLeft, const tcu::Vec2 &t… in computeQuadTexCoord2D()
118 void computeQuadTexCoord2DArray(std::vector<float> &dst, int layerNdx, const tcu::Vec2 &bottomLeft, in computeQuadTexCoord2DArray()
137 …d computeQuadTexCoordCube(std::vector<float> &dst, tcu::CubeFace face, const tcu::Vec2 &bottomLeft, in computeQuadTexCoordCube()
2018 const auto bottomLeft = (biasMode ? Vec2(0.0f, 0.0f) : Vec2(-0.3f, -0.4f)); in computeQuadTexCoord() local
2237 const auto bottomLeft = (biasMode ? Vec2(0.0f, 0.0f) : Vec2(-0.3f, -0.4f)); in computeQuadTexCoord() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
H A DRoundedCornerTests.java276 final RoundedCorner bottomLeft = display.getRoundedCorner(POSITION_BOTTOM_LEFT); in calculateWindowBounds() 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/frameworks/base/services/core/java/com/android/server/input/debug/
H A DFocusEventDebugView.java119 final RoundedCorner bottomLeft = in onApplyWindowInsets() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp173 Vec2 bottomLeft; in getBasicTexCoord2D() member
191 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local

12345678910