Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 6 of 6) sorted by relevance

/external/skia/debugger/QT/
DSkListWidget.cpp36 painter->drawLine(r.topRight(),r.bottomRight()); in paint()
37 painter->drawLine(r.bottomLeft(),r.bottomRight()); in paint()
49 painter->drawLine(r.topRight(),r.bottomRight()); in paint()
50 painter->drawLine(r.bottomLeft(),r.bottomRight()); in paint()
/external/eigen/test/
Dgeo_alignedbox.cpp123 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
125 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java356 TerrainPatch bottomRight, in fixNormalEdges() argument
414 if (bottomRight != null) { in fixNormalEdges()
838 …Vector3f bottomRight = worldCoordinateToLocal(new Vector3f(bbox.getCenter().x+bbox.getXExtent(), 0… in collideWithBoundingBox() local
849 t = getTriangle(bottomRight.x, bottomRight.z); in collideWithBoundingBox()
DTerrainQuad.java1617 TerrainPatch bottomRight = null;
1619 bottomRight = findDownPatch(right);
1627 … tp.fixNormalEdges(right, bottom, top, left, bottomRight, bottomLeft, topRight, topLeft);
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderDeviceJme.java345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) { in renderQuad() argument
354 buf.putInt(convertColor(bottomRight)); in renderQuad()
/external/skia/src/effects/
DSkLightingImageFilter.cpp390 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1); in filterImageGPU() local
402 this->drawRect(context, srcTexture, dst, matrix, clip, bottomRight, kBottomRight_BoundaryMode, in filterImageGPU()