/external/skqp/gm/ |
D | plus.cpp | 28 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/ |
D | plus.cpp | 33 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/ |
D | geo_alignedbox.cpp | 132 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/ |
D | GrCCPerFlushResources.cpp | 302 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/ |
D | rasterizer_impl.h | 666 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/ |
D | vktDrawScissorTests.cpp | 135 …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/ |
D | attribute_values.inc | 119 VALUE____(0x559f76f3u, "bottomRight", BottomRight)
|
/external/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 508 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/ |
D | SkLightingImageFilter.cpp | 495 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 4971 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()
|