/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
RoundedRect.cpp | 103 m_bottomLeft = edges.bottomLeft(); 113 m_bottomLeft = edges.bottomLeft(); 148 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) 150 , m_radii(topLeft, topRight, bottomLeft, bottomRight) 157 int minX = m_rect.x() + max(m_radii.topLeft().width(), m_radii.bottomLeft().width()); 160 int maxY = m_rect.maxY() - max(m_radii.bottomLeft().height(), m_radii.bottomRight().height()); 177 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width() 178 && m_radii.topLeft().height() + m_radii.bottomLeft().height() <= m_rect.height() 184 int maxRadiusWidth = std::max(m_radii.topLeft().width() + m_radii.topRight().width(), m_radii.bottomLeft().width() + m_radii.bottomRight().width()); 185 int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft().height(), m_radii.topRight().height() + m_radii.bottomRight().height()) [all...] |
FloatRoundedRect.h | 43 Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) 46 , m_bottomLeft(bottomLeft) 57 const FloatSize& bottomLeft() const { return m_bottomLeft; } 77 FloatRoundedRect(const FloatRect&, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight); 102 return FloatRect(m_rect.x(), m_rect.maxY() - m_radii.bottomLeft().height(), m_radii.bottomLeft().width(), m_radii.bottomLeft().height()); 118 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
|
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();
|
FloatRoundedRect.cpp | 48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) 50 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
|
FloatRoundedRectTest.cpp | 62 << ::testing::PrintToString(radii.bottomLeft()) << ")"; 92 EXPECT_EQ(FloatSize(), r.radii().bottomLeft()); 128 EXPECT_EQ(cornerRadii, r.radii().bottomLeft());
|
/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 | 82 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); 85 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight); 86 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); 94 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); 96 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom); 97 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1)); 123 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); 126 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight); 127 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight); 138 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)) [all...] |
FELighting.h | 73 inline void bottomLeft(int offset, IntPoint& normalVector);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
BorderData.h | 111 const LengthSize& bottomLeft() const { return m_bottomLeft; }
|
RenderStyle.cpp | [all...] |
RenderStyle.h | 493 LengthSize borderBottomLeftRadius() const { return surround->border.bottomLeft(); } [all...] |
/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);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 357 TerrainPatch bottomLeft,
468 if (bottomLeft != null) {
469 // setInBuffer(bottomLeft.getMesh(), s, normal, tangent, binormal);
[all...] |
TerrainQuad.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | 463 if (!clipRect.radii().topRight().isEmpty() || !clipRect.radii().bottomLeft().isEmpty()) { 471 bottomCornerRadii.setBottomLeft(clipRect.radii().bottomLeft()); [all...] |
RenderThemeChromiumMac.mm | [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
353 buf.putInt(convertColor(bottomLeft));
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 324 final int bottomLeft = 0; 334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
|
/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/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.cpp | [all...] |
GraphicsContext.h | 238 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
|
Path.cpp | 354 addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().bottomRight());
|
/external/zxing/core/ |
core.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |