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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
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...]
RoundedRect.h 41 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
44 , m_bottomLeft(bottomLeft)
55 const IntSize& bottomLeft() const { return m_bottomLeft; }
78 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
114 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
GraphicsContext.cpp     [all...]
GraphicsContext.h 229 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
Path.cpp 328 addRoundedRect(r.rect(), r.radii().topLeft(), r.radii().topRight(), r.radii().bottomLeft(), r.radii().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/core/platform/graphics/filters/
FELighting.cpp 86 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
89 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
90 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
98 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
100 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
101 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
127 int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
130 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
131 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
142 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 472 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 471 if (!clipRect.radii().topRight().isEmpty() || !clipRect.radii().bottomLeft().isEmpty()) {
479 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/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 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 391 milliseconds