Home
last modified time | relevance | path

Searched refs:linePath (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffpath.cpp89 CFX_Path linePath; in RenderWidget() local
91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
101 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget()
/external/skia/gm/
Dconvexpolyeffect.cpp149 SkPath linePath; in onOnceBeforeDraw() local
150 linePath.moveTo(5.f, 5.f); in onOnceBeforeDraw()
151 linePath.lineTo(6.f, 6.f); in onOnceBeforeDraw()
152 fPaths.addToTail(linePath); in onOnceBeforeDraw()
/external/skia/tests/
DGrShapeTest.cpp1734 SkPath linePath; in test_stroked_lines() local
1735 linePath.moveTo(4, 4); in test_stroked_lines()
1736 linePath.lineTo(4, 5); in test_stroked_lines()
1740 TestCase(r, linePath, buttCap).compare(r, TestCase(r, SkRect::MakeLTRB(2, 4, 6, 5), fill), in test_stroked_lines()
1743 TestCase(r, linePath, squareCap).compare(r, TestCase(r, SkRect::MakeLTRB(2, 2, 6, 7), fill), in test_stroked_lines()
1746 TestCase(r, linePath, roundCap).compare(r, in test_stroked_lines()
1751 linePath.reset(); in test_stroked_lines()
1752 linePath.moveTo(4, 4); in test_stroked_lines()
1753 linePath.lineTo(5, 4); in test_stroked_lines()
1755 TestCase(r, linePath, buttCap).compare(r, TestCase(r, SkRect::MakeLTRB(4, 2, 5, 6), fill), in test_stroked_lines()
[all …]