Searched defs:topRight (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DRoundedRect.h41 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
43 , m_topRight(topRight)
54 const IntSize& topRight() const { return m_topRight; } function in class:WebCore::RoundedRect::Radii
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();
H A DRoundedRect.cpp105 m_topRight = edges.topRight();
111 m_topRight = edges.topRight();
148 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
150 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
158 int minY = m_rect.y() + max(m_radii.topLeft().height(), m_radii.topRight().height());
159 int maxX = m_rect.maxX() - max(m_radii.topRight().width(), m_radii.bottomRight().width());
176 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
179 && m_radii.topRight().height() + m_radii.bottomRight().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()
[all...]
H A DGraphicsContext.cpp1262 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, argument
1268 if (topLeft.width() + topRight.width() > rect.width()
1271 || topRight.height() + bottomRight.height() > rect.height()) {
1280 setRadii(radii, topLeft, topRight, bottomRight, bottomLeft);
1362 setRadii(radii, wkRadii.topLeft(), wkRadii.topRight(), wkRadii.bottomRight(), wkRadii.bottomLeft());
1557 fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomLeft(), rect.radii().bottomRight(), color);
1746 void GraphicsContext::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bottomLeft) argument
1750 radii[SkRRect::kUpperRight_Corner].set(SkIntToScalar(topRight.width()),
1751 SkIntToScalar(topRight.height()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderData.h110 const LengthSize& topRight() const { return m_topRight; } function in class:WebCore::BorderData
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFELighting.cpp93 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
110 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
114 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
115 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
125 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
130 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
131 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
154 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
155 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
156 normalVector.setY(-(top << 1) - topRight
167 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
[all...]
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
350 buf.putInt(convertColor(topRight));
344 renderQuad(int x, int y, int width, int height, Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java358 TerrainPatch topRight,
396 if (topRight != null) {
397 // setInBuffer(topRight.getMesh(), (s+1)*s, normal, tangent, binormal);
836 Vector3f topRight = worldCoordinateToLocal(new Vector3f(bbox.getCenter().x+bbox.getXExtent(), 0, bbox.getCenter().z-bbox.getZExtent()));
843 t = getTriangle(topRight.x, topRight.z);
855 for (float x=topLeft.x; x<topRight.x; x+=1) {
352 fixNormalEdges(TerrainPatch right, TerrainPatch bottom, TerrainPatch top, TerrainPatch left, TerrainPatch bottomRight, TerrainPatch bottomLeft, TerrainPatch topRight, TerrainPatch topLeft) argument
/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/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1218 milliseconds