/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
H A D | RoundedRect.h | 41 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 D | RoundedRect.cpp | 105 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 D | GraphicsContext.cpp | 1262 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 D | BorderData.h | 110 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 D | FELighting.cpp | 93 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 D | RenderDeviceJme.java | 345 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 D | TerrainPatch.java | 358 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 D | core.jar | META-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 D | performanceui.jar | META-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 D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |