/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
H A D | Align.java | 29 static public final int topRight = top | right; field in class:Align
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/ |
H A D | IsometricTiledMapRenderer.java | 38 private Vector2 topRight = new Vector2(); field in class:IsometricTiledMapRenderer 96 topRight.set(viewBounds.x + viewBounds.width, viewBounds.y); 109 int col2 = (int)(translateScreenToIso(topRight).x / tileWidth) + 2;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
H A D | ScrollPaneScrollBarsTest.java | 39 private Table bottomLeft, bottomRight, topLeft, topRight, horizOnlyTop, horizOnlyBottom, vertOnlyLeft, vertOnlyRight;
field in class:ScrollPaneScrollBarsTest 107 topRight = new Table();
108 topRight.setSize(contWidth, contHeight);
111 topRight.setPosition(x, y);
112 stage.addActor(topRight);
116 x = topRight.getX();
117 y = topRight.getY() + topRight.getHeight() + gap;
223 topRight.add(topRightScroll).expand().fill().colspan(4);
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
H A D | BC_PDF417BoundingBox.cpp | 30 CBC_ResultPoint* topRight,
33 if ((topLeft == NULL && topRight == NULL) ||
36 (topRight != NULL && bottomRight == NULL)) {
39 init(image, topLeft, bottomLeft, topRight, bottomRight);
122 void CBC_BoundingBox::setTopRight(CBC_ResultPoint topRight) {
argument 126 m_topRight = new CBC_ResultPoint(topRight.GetX(), topRight.GetY());
163 CBC_ResultPoint* topRight,
176 if (topRight) {
177 m_topRight = new CBC_ResultPoint(topRight 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 [all...] |
/external/opencv3/modules/cudalegacy/src/ |
H A D | graphcuts.cpp | 204 void cv::cuda::graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight, argument 227 CV_Assert(topRight.size() == src_size); 228 CV_Assert(topRight.type() == terminals.type()); 258 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(), 265 top.ptr<Npp32s>(), topLeft.ptr<Npp32s>(), topRight.ptr<Npp32s>(), 272 top.ptr<Npp32f>(), topLeft.ptr<Npp32f>(), topRight.ptr<Npp32f>(),
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
H A D | BC_QRDetector.cpp | 51 CBC_AutoPtr<CBC_QRFinderPattern> topRight(info->GetTopRight());
54 CalculateModuleSize(topLeft.get(), topRight.get(), bottomLeft.get());
59 int32_t dimension = ComputeDimension(topLeft.get(), topRight.get(),
70 topRight->GetX() - topLeft->GetX() + bottomLeft->GetX();
72 topRight->GetY() - topLeft->GetY() + bottomLeft->GetY();
89 SampleGrid(m_image, topLeft.get(), topRight.get(), bottomLeft.get(),
96 points->Add(topRight.release());
100 points->Add(topRight.release());
108 CBC_ResultPoint* topRight,
123 bottomRightX = (topRight 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 D | BC_QRFinderPatternFinder.cpp | 171 CBC_QRFinderPattern *topLeft, *topRight, *bottomLeft;
local 174 topRight = (CBC_QRFinderPattern*)(*patterns)[1];
178 topRight = (CBC_QRFinderPattern*)(*patterns)[0];
182 topRight = (CBC_QRFinderPattern*)(*patterns)[0];
186 (topRight->GetX() - topLeft->GetX()) <
188 (topRight->GetY() - topLeft->GetY())) {
189 CBC_QRFinderPattern* temp = topRight;
190 topRight = bottomLeft;
195 (*patterns)[2] = topRight;
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
H A D | BC_DataMatrixDetector.cpp | 115 CBC_ResultPoint* topRight = NULL;
local 118 topRight = pointA;
120 topRight = pointB;
122 topRight = pointC;
124 topRight = pointD;
127 TransitionsBetween(topLeft, topRight))
130 TransitionsBetween(bottomRight, topRight))
145 CorrectTopRightRectangular(bottomLeft, bottomRight, topLeft, topRight,
148 correctedTopRight = CBC_AutoPtr<CBC_ResultPoint>(topRight);
150 delete topRight;
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 D | es2aTextureFilteringTests.cpp | 476 const tcu::Vec2& topRight, 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 D | es2aTextureMipmapTests.cpp | 187 Vec2 topRight; member in struct:deqp::gles2::Accuracy::__anon4161 214 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local 216 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureFilteringTests.cpp | 357 tcu::Vec2 topRight; member in struct:deqp::gles2::Functional::TextureCubeFilteringCase::FilterCase 367 , topRight (topRight_) 563 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 571 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
|
H A D | es2fTextureMipmapTests.cpp | 191 Vec2 topRight; member in struct:deqp::gles2::Functional::__anon4225 218 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local 220 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureFilteringTests.cpp | 486 const tcu::Vec2& topRight, 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 D | es3aTextureMipmapTests.cpp | 179 Vec2 topRight; member in struct:deqp::gles3::Accuracy::__anon4287 206 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local 208 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureWrapTests.cpp | 101 tcu::Vec2 topRight; 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 D | es3fTextureFilteringTests.cpp | 373 tcu::Vec2 topRight; member in struct:deqp::gles3::Functional::TextureCubeFilteringCase::FilterCase 383 , topRight (topRight_) 590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 598 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
|
H A D | es3fTextureShadowTests.cpp | 430 tcu::Vec2 topRight; member in struct:deqp::gles3::Functional::TextureCubeShadowCase::FilterCase 442 , topRight (topRight_) 630 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight 639 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
|
H A D | es3fTextureMipmapTests.cpp | 235 Vec2 topRight; member in struct:deqp::gles3::Functional::__anon4399 262 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local 264 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureFilteringTests.cpp | 139 tcu::Vec2 topRight; member in struct:deqp::gles31::Functional::TextureCubeArrayFilteringCase::FilterCase 150 , topRight (topRight_) 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 D | NinePatch.java | 54 private int topLeft = -1, topCenter = -1, topRight = -1;
field in class:NinePatch 202 topRight = ninePatch.topRight;
266 topRight = add(patches[TOP_RIGHT], color, false, false);
362 if (topRight != -1) set(topRight, rightColumnX, topRowY, x + width - rightColumnX, y + height - topRowY, c);
|
/external/deqp/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 132 IVec2 topRight; member in struct:deqp::egl::__anon4113::ColoredRect 138 , topRight (topRight_) 267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); 268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); 317 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 350 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()), color);
|
H A D | teglPartialUpdateTests.cpp | 120 IVec2 topRight; member in struct:deqp::egl::__anon4140::ColoredRect 126 , topRight (topRight_) 256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); 257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); 306 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 339 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()), color); 475 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight); 476 damageRegion.push_back(rect.topRight [all...] |
H A D | teglSwapBuffersWithDamageTests.cpp | 88 IVec2 topRight; member in struct:deqp::egl::__anon4153::ColoredRect 94 , topRight (topRight_) 198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); 199 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); 248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x()); 677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y());
|
/external/deqp/modules/glshared/ |
H A D | glsTextureTestUtil.cpp | 1485 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument 1490 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); 1491 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); 1492 dst[6] = topRight.x(); dst[7] = topRight.y(); 1495 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument 1500 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; 1501 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; 1502 dst[9] = topRight.x(); dst[10] = topRight 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 D | SkLightingImageFilter.cpp | 439 SkRect topRight = SkRect::MakeXYWH(dstRect.width() - 1, 0, 1, 1); local 457 this->drawRect(drawContext, srcTexture, matrix, clip, topRight, kTopRight_BoundaryMode,
|