Home
last modified time | relevance | path

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

/external/skqp/gm/
Dplus.cpp28 SkPath bottomRight; variable
29 bottomRight.moveTo(100, 0);
30 bottomRight.lineTo(100, 100);
31 bottomRight.lineTo(0, 100);
32 bottomRight.lineTo(100, 0);
36 canvas->drawPath(bottomRight, p);
43 canvas->drawPath(bottomRight, p);
/external/skia/gm/
Dplus.cpp33 SkPath bottomRight; variable
34 bottomRight.moveTo(100, 0);
35 bottomRight.lineTo(100, 100);
36 bottomRight.lineTo(0, 100);
37 bottomRight.lineTo(100, 0);
41 canvas->drawPath(bottomRight, p);
48 canvas->drawPath(bottomRight, p);
/external/eigen/test/
Dgeo_alignedbox.cpp132 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp302 Sk4f bottomRight = devPt; in transform_path_pts() local
313 bottomRight = Sk4f::Max(bottomRight, devPt); in transform_path_pts()
317 if (!(Sk4f(0) == topLeft*0).allTrue() || !(Sk4f(0) == bottomRight*0).allTrue()) { in transform_path_pts()
324 bottomRight.store(bottomRightPts); in transform_path_pts()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h666 POS bottomRight{scissor.xmax, scissor.ymax};
670 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
671 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);
716 POS bottomRight{scissor.xmax, scissor.ymax};
720 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
721 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp135 …Vec4 bottomRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHei… in getVertices() local
140 vertices.push_back(PositionColorVertex(bottomRight, m_quad.m_color)); in getVertices()
144 vertices.push_back(PositionColorVertex(bottomRight, m_quad.m_color)); in getVertices()
/external/pdfium/xfa/fxfa/parser/
Dattribute_values.inc119 VALUE____(0x559f76f3u, "bottomRight", BottomRight)
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp508 SkIRect bottomRight = SkIRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1); in filterImageGPU() local
527 this->drawRect(surfaceFillContext.get(), std::move(inputView), matrix, bottomRight, in filterImageGPU()
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp495 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1); in filterImageGPU() local
514 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomRight, in filterImageGPU()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4971 const tcu::Vec4 bottomRight ( 1.0f, 1.0f, 0.0f, 1.0f); in checkIntermediateCopy() local
4976 fullScreenQuad.push_back(bottomRight); in checkIntermediateCopy()
4978 fullScreenQuad.push_back(bottomRight); in checkIntermediateCopy()