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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h124 const LengthSize& bottomLeft() const { return m_bottomLeft; } function in class:blink::BorderData
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) argument
50 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
H A DRoundedRect.h43 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
46 , m_bottomLeft(bottomLeft)
57 const IntSize& bottomLeft() const { return m_bottomLeft; } function in class:blink::RoundedRect::Radii
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();
H A DFloatRoundedRect.h44 Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) argument
47 , m_bottomLeft(bottomLeft)
55 , m_bottomLeft(intRadii.bottomLeft())
66 const FloatSize& bottomLeft() const { return m_bottomLeft; } function in class:blink::FloatRoundedRect::Radii
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()
[all...]
H A DRoundedRect.cpp101 m_bottomLeft = edges.bottomLeft();
111 m_bottomLeft = edges.bottomLeft();
146 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
148 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
155 int minX = m_rect.x() + std::max(m_radii.topLeft().width(), m_radii.bottomLeft().width());
158 int maxY = m_rect.maxY() - std::max(m_radii.bottomLeft().height(), m_radii.bottomRight().height());
175 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width()
176 && m_radii.topLeft().height() + m_radii.bottomLeft().height() <= m_rect.height()
182 int maxRadiusWidth = std::max(m_radii.topLeft().width() + m_radii.topRight().width(), m_radii.bottomLeft().width() + m_radii.bottomRight().width());
183 int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft()
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp89 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); local
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)); local
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)); local
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 local
151 inline void FELighting::LightingData::bottomLeft(int offset, IntPoint& normalVector) function in class:blink::FELighting::LightingData
[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::__anon19855
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::__anon19917
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,
504 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, bool multiFace) argument
H A Des3aTextureMipmapTests.cpp178 Vec2 bottomLeft; member in struct:deqp::gles3::Accuracy::__anon19979
205 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; local
208 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp99 tcu::Vec2 bottomLeft; member in struct:deqp::gles3::Functional::TextureWrapCase::Case
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;
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::__anon20091
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/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1393 fillBetweenRoundedRects(outer.rect(), outer.radii().topLeft(), outer.radii().topRight(), outer.radii().bottomLeft(), outer.radii().bottomRight(),
1394 inner.rect(), inner.radii().topLeft(), inner.radii().topRight(), inner.radii().bottomLeft(), inner.radii().bottomRight(), color);
1398 const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color)
1405 || bottomLeft.width() + bottomRight.width() > rect.width()
1406 || topLeft.height() + bottomLeft.height() > rect.height()
1416 setRadii(radii, topLeft, topRight, bottomRight, bottomLeft);
1501 setRadii(radii, wkRadii.topLeft(), wkRadii.topRight(), wkRadii.bottomRight(), wkRadii.bottomLeft());
1728 fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomLeft(), rect.radii().bottomRight(), color);
1840 void GraphicsContext::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bottomLeft) argument
1848 radii[SkRRect::kLowerLeft_Corner].set(SkIntToScalar(bottomLeft
1397 fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) argument
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1469 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1473 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y();
1474 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
1475 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
1479 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1483 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx;
1484 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
1485 dst[6] = topRight.x(); dst[ 7] = bottomLeft
1574 computeQuadTexCoordCube(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1614 computeQuadTexCoordCubeArray(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange) argument
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 260 milliseconds