Home
last modified time | relevance | path

Searched defs:topRight (Results 1 – 21 of 21) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPerspective.java58 IFolderLayout topRight = in addViews() local
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h43 …Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& b… in Radii()
56 const IntSize& topRight() const { return m_topRight; } in topRight() function
DFloatRoundedRect.h44 …Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const Floa… in Radii()
65 const FloatSize& topRight() const { return m_topRight; } in topRight() function
DRoundedRect.cpp146 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, cons… in RoundedRect()
211 const IntSize& topRight = m_radii.topRight(); in intersectsQuad() local
DFloatRoundedRect.cpp48 …oatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const F… in FloatRoundedRect()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFELighting.cpp96 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector) in topRight() function in blink::FELighting::LightingData
113 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in leftColumn() local
128 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in interior() local
157 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in bottomLeft() local
170 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in bottomRow() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h123 const LengthSize& topRight() const { return m_topRight; } in topRight() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp936 FloatPoint topRight(size.width(), 0); in distanceToClosestCorner() local
969 FloatPoint topRight(size.width(), 0); in distanceToFarthestCorner() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp179 Vec2 topRight; in getBasicTexCoord2D() member
206 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
Des3aTextureFilteringTests.cpp486 const tcu::Vec2& topRight, in renderFaces()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp187 Vec2 topRight; in getBasicTexCoord2D() member
214 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
Des2aTextureFilteringTests.cpp476 const tcu::Vec2& topRight, in renderFaces()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp100 tcu::Vec2 topRight; member
Des3fTextureShadowTests.cpp430 tcu::Vec2 topRight; member
Des3fTextureMipmapTests.cpp235 Vec2 topRight; in getBasicTexCoord2D() member
262 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
Des3fTextureFilteringTests.cpp373 tcu::Vec2 topRight; member
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp191 Vec2 topRight; in getBasicTexCoord2D() member
218 const Vec2& topRight = s_basicCoords[cellNdx].topRight; in getBasicTexCoord2D() local
Des2fTextureFilteringTests.cpp357 tcu::Vec2 topRight; member
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp139 tcu::Vec2 topRight; member
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1397 …phicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, in fillRoundedRect()
1840 void GraphicsContext::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRi… in setRadii()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp1469 …uteQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2D()
1479 …ray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2DArray()
1574 …td::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoordCube()
1614 …r<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const t… in computeQuadTexCoordCubeArray()