HomeSort by relevance Sort by last modified time
    Searched full:bottomleft (Results 26 - 50 of 81) sorted by null

12 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 223 View bottomLeft = mBottomOverlay.findViewById(R.id.left);
229 updateView(bottomLeft, Gravity.BOTTOM | Gravity.LEFT, 270);
234 updateView(bottomLeft, Gravity.TOP | Gravity.RIGHT, 90);;
239 updateView(bottomLeft, Gravity.TOP | Gravity.LEFT, 0);
244 updateView(bottomLeft, Gravity.BOTTOM | Gravity.LEFT, 270);
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 51 BottomLeft=0, BottomRight=1,
140 * BottomLeft and BottomRight.
142 * BottomLeft, BottomRight, TopLeft, TopRight.
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) {
484 || mBottomLeftCornerStyle != bottomLeft;
489 mBottomLeftCornerStyle = bottomLeft;
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 309 final int bottomLeft = 0;
319 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 99 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight)
103 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y();
104 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
105 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
109 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight)
113 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx;
114 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
115 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 188 Vec2 bottomLeft;
215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 179 Vec2 bottomLeft;
206 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 101 tcu::Vec2 bottomLeft;
105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
327 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
347 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
es3fTextureShadowTests.cpp 431 tcu::Vec2 bottomLeft;
443 , bottomLeft(bottomLeft_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 139 tcu::Vec2 bottomLeft;
150 , bottomLeft (bottomLeft_)
357 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
365 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
  /external/eigen/test/
geo_alignedbox.cpp 130 VERIFY_IS_APPROX( m, box.corner( BoxType::BottomLeft ) );
  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.cpp 147 cp2 = rtWidget.BottomLeft();
157 cp1 = rtWidget.BottomLeft();
537 cp2 = rtWidget.BottomLeft();
555 cp1 = rtWidget.BottomLeft();
xfa_basic_data_enum.cpp 85 {0x2c1f0540, L"bottomLeft", XFA_AttributeEnum::BottomLeft},
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 422 quad.bottomLeft().x, quad.bottomLeft().y,
470 quad.bottomLeft().x, quad.bottomLeft().y,
  /external/eigen/doc/
A05_PortingFrom2To3.dox 53 matrix.corner(BottomLeft,r,c)
57 matrix.corner<r,c>(BottomLeft)
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 733 int bottomLeft, int bottomRight) {
739 assertEquals("Bottom left", bottomLeft, getPixelFloatPos(bitmap, .25f, .75f));
744 int bottomLeft, int bottomRight, int threshold)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 357 tcu::Vec2 bottomLeft;
367 , bottomLeft(bottomLeft_)
564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
es2fTextureMipmapTests.cpp 191 Vec2 bottomLeft;
218 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
221 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 172 BottomLeft,
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 618 POS bottomLeft{scissor.xmin, scissor.ymax};
623 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
624 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
659 POS bottomLeft{scissor.xmin, scissor.ymax};
664 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
665 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 406 tcu::Vec2 bottomLeft;
418 , bottomLeft (bottomLeft_)
546 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
555 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureFilteringTests.cpp 283 tcu::Vec2 bottomLeft;
293 , bottomLeft (bottomLeft_)
426 log << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
434 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
  /external/deqp/modules/egl/
teglWideColorTests.cpp 126 IVec2 bottomLeft;
132 : bottomLeft (bottomLeft_)
210 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), m_bufWidth);
211 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), m_bufHeight);
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_monthcalendartp.cpp 211 path.LineTo(rtWeekSep.BottomLeft());

Completed in 1174 milliseconds

12 3 4