Searched defs:bottomLeft (Results 1 - 25 of 28) sorted by relevance

12

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DAlign.java30 static public final int bottomLeft = bottom | left; field in class:Align
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
H A DIsometricTiledMapRenderer.java39 private Vector2 bottomLeft = new Vector2(); field in class:IsometricTiledMapRenderer
98 bottomLeft.set(viewBounds.x, viewBounds.y + viewBounds.height);
108 int col1 = (int)(translateScreenToIso(bottomLeft).x / tileWidth) - 2;
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DScrollPaneScrollBarsTest.java39 private Table bottomLeft, bottomRight, topLeft, topRight, horizOnlyTop, horizOnlyBottom, vertOnlyLeft, vertOnlyRight; field in class:ScrollPaneScrollBarsTest
89 bottomLeft = new Table();
90 bottomLeft.setPosition(x, y);
91 bottomLeft.setSize(contWidth, contHeight);
92 stage.addActor(bottomLeft);
96 x = bottomLeft.getX() + bottomLeft.getWidth() + gap;
102 x = bottomLeft.getX();
103 y = bottomLeft.getY() + bottomLeft
[all...]
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417BoundingBox.cpp29 CBC_ResultPoint* bottomLeft,
34 (bottomLeft == NULL && bottomRight == NULL) ||
35 (topLeft != NULL && bottomLeft == NULL) ||
39 init(image, topLeft, bottomLeft, topRight, bottomRight);
162 CBC_ResultPoint* bottomLeft,
173 if (bottomLeft) {
174 m_bottomLeft = new CBC_ResultPoint(bottomLeft->GetX(), bottomLeft->GetY());
27 CBC_BoundingBox(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight, int32_t& e) argument
160 init(CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomRight) argument
/external/opencv3/modules/cudalegacy/src/
H A Dgraphcuts.cpp205 GpuMat& bottom, GpuMat& bottomLeft, GpuMat& bottomRight, GpuMat& labels, GpuMat& buf, Stream& s)
233 CV_Assert(bottomLeft.size() == src_size);
234 CV_Assert(bottomLeft.type() == terminals.type());
259 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(),
266 bottom.ptr<Npp32s>(), bottomLeft.ptr<Npp32s>(), bottomRight.ptr<Npp32s>(),
273 bottom.ptr<Npp32f>(), bottomLeft.ptr<Npp32f>(), bottomRight.ptr<Npp32f>(),
204 graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight, GpuMat& bottom, GpuMat& bottomLeft, GpuMat& bottomRight, GpuMat& labels, GpuMat& buf, Stream& s) argument
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.cpp52 CBC_AutoPtr<CBC_QRFinderPattern> bottomLeft(info->GetBottomLeft());
54 CalculateModuleSize(topLeft.get(), topRight.get(), bottomLeft.get());
60 bottomLeft.get(), moduleSize, e);
70 topRight->GetX() - topLeft->GetX() + bottomLeft->GetX();
72 topRight->GetY() - topLeft->GetY() + bottomLeft->GetY();
89 SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(),
94 points->Add(bottomLeft.release());
98 points->Add(bottomLeft.release());
109 CBC_ResultPoint* bottomLeft,
123 bottomRightX = (topRight->GetX() - topLeft->GetX()) + bottomLeft
105 SampleGrid( CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* alignmentPattern, int32_t dimension, int32_t& e) argument
136 ComputeDimension(CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft, FX_FLOAT moduleSize, int32_t& e) argument
160 CalculateModuleSize(CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, CBC_ResultPoint* bottomLeft) argument
[all...]
H A DBC_QRFinderPatternFinder.cpp171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft; local
175 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[2];
179 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[2];
183 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[1];
185 if ((bottomLeft->GetY() - topLeft->GetY()) *
187 (bottomLeft->GetX() - topLeft->GetX()) *
190 topRight = bottomLeft;
191 bottomLeft = temp;
193 (*patterns)[0] = bottomLeft;
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDetector.cpp81 CBC_ResultPoint* bottomLeft = NULL; local
89 bottomLeft = key;
98 if (maybeTopLeft == NULL || bottomLeft == NULL || maybeBottomRight == NULL) {
109 corners[1] = bottomLeft;
113 bottomLeft = (CBC_ResultPoint*)corners[1];
145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight,
167 SampleGrid(m_image, topLeft, bottomLeft, bottomRight,
173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension));
192 m_image, topLeft, bottomLeft, bottomRight, correctedTopRight.get(),
199 result->Add(bottomLeft);
204 CorrectTopRightRectangular( CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, int32_t dimensionTop, int32_t dimensionRight) argument
252 CorrectTopRight( CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topLeft, CBC_ResultPoint* topRight, int32_t dimension) argument
315 SampleGrid( CBC_CommonBitMatrix* image, CBC_ResultPoint* topLeft, CBC_ResultPoint* bottomLeft, CBC_ResultPoint* bottomRight, CBC_ResultPoint* topRight, int32_t dimensionX, int32_t dimensionY, int32_t& e) argument
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp475 const tcu::Vec2& bottomLeft,
493 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight);
465 renderFaces( const glw::Functions& gl, const SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) argument
H A Des2aTextureMipmapTests.cpp186 Vec2 bottomLeft; member in struct:deqp::gles2::Accuracy::__anon4161
213 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; local
216 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp356 tcu::Vec2 bottomLeft; member in struct:deqp::gles2::Functional::TextureCubeFilteringCase::FilterCase
366 , bottomLeft(bottomLeft_)
563 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
571 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des2fTextureMipmapTests.cpp190 Vec2 bottomLeft; member in struct:deqp::gles2::Functional::__anon4225
217 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; local
220 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp485 const tcu::Vec2& bottomLeft,
503 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight);
475 renderFaces( const glw::Functions& gl, const SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) argument
H A Des3aTextureMipmapTests.cpp178 Vec2 bottomLeft; member in struct:deqp::gles3::Accuracy::__anon4287
205 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; local
208 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp100 tcu::Vec2 bottomLeft; member in struct:deqp::gles3::Functional::TextureWrapCase::Case
104 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
326 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
346 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
H A Des3fTextureFilteringTests.cpp372 tcu::Vec2 bottomLeft; member in struct:deqp::gles3::Functional::TextureCubeFilteringCase::FilterCase
382 , bottomLeft(bottomLeft_)
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
598 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des3fTextureShadowTests.cpp429 tcu::Vec2 bottomLeft; member in struct:deqp::gles3::Functional::TextureCubeShadowCase::FilterCase
441 , bottomLeft(bottomLeft_)
630 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
639 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des3fTextureMipmapTests.cpp234 Vec2 bottomLeft; member in struct:deqp::gles3::Functional::__anon4399
261 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; local
264 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp138 tcu::Vec2 bottomLeft; member in struct:deqp::gles31::Functional::TextureCubeArrayFilteringCase::FilterCase
149 , bottomLeft (bottomLeft_)
351 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
359 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DNinePatch.java52 private int bottomLeft = -1, bottomCenter = -1, bottomRight = -1; field in class:NinePatch
194 bottomLeft = ninePatch.bottomLeft;
226 bottomLeft = add(patches[BOTTOM_LEFT], color, false, false);
353 if (bottomLeft != -1) set(bottomLeft, x, y, centerColumnX - x, middleRowY - y, c);
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp131 IVec2 bottomLeft; member in struct:deqp::egl::__anon4113::ColoredRect
137 : bottomLeft(bottomLeft_)
265 float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
316 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
317 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
349 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft
[all...]
H A DteglPartialUpdateTests.cpp119 IVec2 bottomLeft; member in struct:deqp::egl::__anon4140::ColoredRect
125 : bottomLeft (bottomLeft_)
254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
305 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
306 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
338 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft
[all...]
H A DteglSwapBuffersWithDamageTests.cpp87 IVec2 bottomLeft; member in struct:deqp::egl::__anon4153::ColoredRect
93 : bottomLeft (bottomLeft_)
196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
247 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
674 damageRegion.push_back(rect.bottomLeft.x());
675 damageRegion.push_back(rect.bottomLeft
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1485 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1489 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y();
1490 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
1491 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
1495 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1499 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx;
1500 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
1501 dst[6] = topRight.x(); dst[ 7] = bottomLeft
1590 computeQuadTexCoordCube(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1630 computeQuadTexCoordCubeArray(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange) argument
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp443 SkRect bottomLeft = SkRect::MakeXYWH(0, dstRect.height() - 1, 1, 1); local
465 this->drawRect(drawContext, srcTexture, matrix, clip, bottomLeft, kBottomLeft_BoundaryMode,

Completed in 435 milliseconds

12