Searched refs:bottomRight (Results 1 – 6 of 6) sorted by relevance
/external/skia/debugger/QT/ |
D | SkListWidget.cpp | 36 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/ |
D | geo_alignedbox.cpp | 123 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/ |
D | TerrainPatch.java | 356 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()
|
D | TerrainQuad.java | 1617 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/ |
D | RenderDeviceJme.java | 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) { in renderQuad() argument 354 buf.putInt(convertColor(bottomRight)); in renderQuad()
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 390 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()
|