Home
last modified time | relevance | path

Searched defs:topLeft (Results 1 – 23 of 23) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/
DDetector.java89 FinderPattern topLeft = info.getTopLeft(); in processFinderPatternInfo() local
144 private static PerspectiveTransform createTransform(ResultPoint topLeft, in createTransform()
198 private static int computeDimension(ResultPoint topLeft, in computeDimension()
228 protected final float calculateModuleSize(ResultPoint topLeft, in calculateModuleSize()
DFinderPatternInfo.java28 private final FinderPattern topLeft; field in FinderPatternInfo
/external/angle/util/windows/win32/
DWin32Window.cpp264 POINT topLeft; in WndProc() local
286 POINT topLeft; in WndProc() local
659 POINT topLeft = {0, 0}; in takeScreenshot() local
741 POINT topLeft; in setMousePosition() local
/external/skia/src/gpu/graphite/geom/
DRect.h33 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()
43 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH()
80 AI float2 topLeft() const { return fVals.xy(); } in topLeft() function
88 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
DBoundingBox.java29 private final ResultPoint topLeft; field in BoundingBox
39 ResultPoint topLeft, in BoundingBox()
/external/skia/src/gpu/graphite/
DPathAtlas.cpp117 SkIPoint topLeft = cachedLocator->topLeft(); in findOrCreateEntry() local
162 SkIPoint topLeft = locator->topLeft(); in addToAtlas() local
DDrawAtlas.cpp45 auto topLeft = atlasLocator.topLeft(); in validate() local
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/
DDetector.java60 ResultPoint topLeft = points[0]; in detect() local
308 ResultPoint topLeft, in sampleGrid()
/external/skia/src/gpu/
DAtlasTypes.cpp78 SkIPoint topLeft = atlasLocator.topLeft(); in dataAt() local
DAtlasTypes.h309 SkIPoint topLeft() const { in topLeft() function
/external/skia/tools/sk_app/win/
DWindow_win.cpp311 POINT topLeft = {0, 0}; in WndProc() local
/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
DFoldAwareColumn.kt324 val topLeft = root.localToWindow(Offset(boundsLeft, boundsTop)) in trueBoundsInWindow() constant
/external/skia/src/core/
DSkImageFilterTypes.h414 LayerSpace<SkIPoint> topLeft() const { return LayerSpace<SkIPoint>(fData.topLeft()); } in topLeft() function
455 LayerSpace<SkPoint> topLeft() const { in topLeft() function
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp48 auto topLeft = atlasLocator.topLeft(); in validate() local
/external/eigen/test/
Dgeo_alignedbox.cpp475 Vector2f topLeft; topLeft << m[0], M[1]; in specificTest1() local
/external/zxing/core/src/main/java/com/google/zxing/aztec/detector/
DDetector.java377 ResultPoint topLeft, in sampleGrid()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp444 QuadrantsInstance(Context &context, const IterationParams &params, const tcu::Vec4 topLeft, in QuadrantsInstance()
934 const auto topLeft = tcu::Vec4(0.0, 0.0, 1.0, 1.0); in createInstance() local
DvktMeshShaderBuiltinTestsEXT.cpp552 QuadrantsInstance(Context &context, const IterationParams &params, const tcu::Vec4 topLeft, in QuadrantsInstance()
1076 const auto topLeft = tcu::Vec4(0.0, 0.0, 1.0, 1.0); in createInstance() local
/external/skia/include/core/
DSkRect.h151 constexpr SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp165 …Vec4 topLeft(-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_y, 0.0f… in getVertices() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp5894 auto topLeft = tcu::getSubregion(refColorAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local
5908 auto topLeft = tcu::getSubregion(refDepthAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local
5928 auto topLeft = tcu::getSubregion(refStencilAccess, 0, 0, halfWidth, halfHeight); in ZExportIterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7247 const tcu::Vec4 topLeft(-1.0f, -1.0f, 0.0f, 1.0f); in checkIntermediateCopy() local
8774 const tcu::Vec4 topLeft(-1.0f, -1.0f, 0.0f, 1.0f); in checkCopyResults() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp7741 const tcu::Vec4 topLeft(-0.5f, -0.5f, 0.0f, 1.0f); in iterate() local