HomeSort by relevance Sort by last modified time
    Searched defs:bottomLeft (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 124 const LengthSize& bottomLeft() const { return m_bottomLeft; }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 44 Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight)
47 , m_bottomLeft(bottomLeft)
55 , m_bottomLeft(intRadii.bottomLeft())
66 const FloatSize& bottomLeft() const { return m_bottomLeft; }
86 FloatRoundedRect(const FloatRect&, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight);
111 return FloatRect(m_rect.x(), m_rect.maxY() - m_radii.bottomLeft().height(), m_radii.bottomLeft().width(), m_radii.bottomLeft().height());
127 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight()
    [all...]
RoundedRect.h 43 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
46 , m_bottomLeft(bottomLeft)
57 const IntSize& bottomLeft() const { return m_bottomLeft; }
80 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
116 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 163 public PointF bottomLeft() {
190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) {
322 mBottomLeft = bottomLeft;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 89 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
92 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
101 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
103 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
104 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
130 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
133 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
134 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
145 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 99 tcu::Vec2 bottomLeft;
103 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
325 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
345 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
es3fTextureFilteringTests.cpp 372 tcu::Vec2 bottomLeft;
382 , bottomLeft(bottomLeft_)
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
598 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureShadowTests.cpp 429 tcu::Vec2 bottomLeft;
441 , bottomLeft(bottomLeft_)
630 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
639 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureMipmapTests.cpp 236 Vec2 bottomLeft;
263 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
266 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 186 Vec2 bottomLeft;
213 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
216 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 356 tcu::Vec2 bottomLeft;
366 , bottomLeft(bottomLeft_)
563 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
571 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
es2fTextureMipmapTests.cpp 190 Vec2 bottomLeft;
217 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
220 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 178 Vec2 bottomLeft;
205 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
208 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 138 tcu::Vec2 bottomLeft;
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);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 194 Float3 bottomLeft = new Float3(-1.0f, -1.0f, 0.0f);
201 fullQuad.set_position(1, bottomLeft, false);
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 324 final int bottomLeft = 0;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 715 milliseconds