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

/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.cpp84 m_topRight = edges.topRight();
90 m_topRight = edges.topRight();
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
145 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
147 && m_radii.topLeft().height() + m_radii.topRight().height() <= m_rect.height()
H A DRoundedIntRect.h40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) argument
42 , m_topRight(topRight)
53 const IntSize& topRight() const { return m_topRight; } function in class:WebCore::RoundedIntRect::Radii
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
105 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
/external/webkit/Source/WebCore/rendering/style/
H A DBorderData.h110 const LengthSize& topRight() const { return m_topRight; } function in class:WebCore::BorderData
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.h132 const IntSize& topRight, const IntSize& bottomLeft,
135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
138 const IntSize& topRight, const IntSize& bottomLeft,
131 fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace) argument
H A DGraphicsContextAndroid.cpp225 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, argument
233 platformContext()->fillRoundedRect(rect, topLeft, topRight,
H A DGraphicsOperation.h486 const IntSize& topRight,
492 , m_topRight(topRight)
484 FillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) argument
H A DPlatformGraphicsContextSkia.cpp544 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
554 radii[2] = SkIntToScalar(topRight.width());
555 radii[3] = SkIntToScalar(topRight.height());
543 fillRoundedRect( const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) argument
H A DPlatformGraphicsContextRecording.cpp888 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
893 topRight, bottomLeft, bottomRight, color), rect);
887 fillRoundedRect( const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) argument
/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/webkit/Source/WebCore/platform/graphics/filters/
H A DFELighting.cpp92 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
109 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); local
113 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
114 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
124 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); local
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
153 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); local
154 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
155 normalVector.setY(-(top << 1) - topRight
166 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); local
[all...]
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
183 m_data->drawRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, VG_FILL_PATH);
H A DPainterOpenVG.cpp854 void PainterOpenVG::drawRoundedRect(const FloatRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield specifiedPaintModes) argument
881 FloatSize clampedTopRight = FloatSize(topRight).shrunkTo(rect.size()).expandedTo(FloatSize());
/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/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
1131 m_data->shadow.drawRectShadow(this, r, topLeft, topRight, bottomLeft, bottomRight);
1136 path.addRoundedRect(r, topLeft, topRight, bottomLeft, bottomRight);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
768 contextShadow.drawRectShadow(this, rect, RoundedIntRect::Radii(topLeft, topRight, bottomLeft, bottomRight));
771 bool equalWidths = (topLeft.width() == topRight.width() && topRight.width() == bottomLeft.width() && bottomLeft.width() == bottomRight.width());
772 bool equalHeights = (topLeft.height() == bottomLeft.height() && bottomLeft.height() == topRight.height() && topRight.height() == bottomRight.height());
777 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
750 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp823 const IntSize& topRight,
839 if (topLeft.width() + topRight.width() > rect.width()
842 || topRight.height() + bottomRight.height() > rect.height()) {
851 addCornerArc(&path, r, topRight, 270);
821 fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) argument
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp511 FloatPoint topRight(rectBeforeTransform->maxX() - 1, rectBeforeTransform->y());
512 topRight = m_data->m_transform.mapPoint(topRight);
515 FloatSize sideTop = topRight - topLeft;
1211 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& c, ColorSpace colorSpace) argument
1231 FloatSize newTopRight(m_data->mapSize(topRight));
/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 517 milliseconds