Home
last modified time | relevance | path

Searched refs:topLeft (Results 1 – 5 of 5) sorted by relevance

/external/skia/debugger/QT/
DSkListWidget.cpp35 painter->drawLine(r.topLeft(),r.topRight()); in paint()
38 painter->drawLine(r.topLeft(),r.bottomLeft()); in paint()
48 painter->drawLine(r.topLeft(),r.topRight()); in paint()
51 painter->drawLine(r.topLeft(),r.bottomLeft()); in paint()
/external/eigen/test/
Dgeo_alignedbox.cpp133 Vector2f topLeft; topLeft << m[0], M[1]; in specificTest1() local
135 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) ); in specificTest1()
/external/skia/src/gpu/ccpr/
DGrCCPRCoverageOpsBuilder.cpp635 float topLeft[4], bottomRight[4]; in getAccumulatedBounds() local
636 fTopLeft.store(topLeft); in getAccumulatedBounds()
638 devBounds->setLTRB(topLeft[0], topLeft[1], bottomRight[0], bottomRight[1]); in getAccumulatedBounds()
639 devBounds45->setLTRB(topLeft[2], topLeft[3], bottomRight[2], bottomRight[3]); in getAccumulatedBounds()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp617 POS topLeft{scissor.xmin, scissor.ymin}; in ComputeScissorEdges() local
623 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]); in ComputeScissorEdges()
626 ComputeEdgeData(topRight, topLeft, rastEdges[6]); in ComputeScissorEdges()
658 POS topLeft{scissor.xmin, scissor.ymin}; in ComputeScissorEdges() local
664 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]); in ComputeScissorEdges()
667 ComputeEdgeData(topRight, topLeft, rastEdges[6]); in ComputeScissorEdges()
/external/skia/src/effects/
DSkLightingImageFilter.cpp483 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1); in filterImageGPU() local
494 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topLeft, in filterImageGPU()