Searched refs:linePath (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 122 CXFA_GEPath linePath; in RenderWidget() local 125 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 127 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget() 137 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget()
|
/external/skia/gm/ |
D | convexpolyeffect.cpp | 86 SkPath linePath; in onOnceBeforeDraw() local 87 linePath.moveTo(5.f, 5.f); in onOnceBeforeDraw() 88 linePath.lineTo(6.f, 6.f); in onOnceBeforeDraw() 89 fPaths.addToTail(linePath); in onOnceBeforeDraw()
|
/external/skqp/gm/ |
D | convexpolyeffect.cpp | 159 SkPath linePath; in onOnceBeforeDraw() local 160 linePath.moveTo(5.f, 5.f); in onOnceBeforeDraw() 161 linePath.lineTo(6.f, 6.f); in onOnceBeforeDraw() 162 fPaths.addToTail(linePath); in onOnceBeforeDraw()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 2013 SkPath linePath; in DEF_TEST() local 2014 linePath.moveTo(4, 4); in DEF_TEST() 2015 linePath.lineTo(4, 5); in DEF_TEST() 2019 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() 2023 make_TestCase(r, linePath, squareCap)->compare( in DEF_TEST() 2027 make_TestCase(r, linePath, roundCap)->compare(r, in DEF_TEST() 2032 linePath.reset(); in DEF_TEST() 2033 linePath.moveTo(4, 4); in DEF_TEST() 2034 linePath.lineTo(5, 4); in DEF_TEST() 2036 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() [all …]
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 2029 SkPath linePath; in DEF_TEST() local 2030 linePath.moveTo(4, 4); in DEF_TEST() 2031 linePath.lineTo(4, 5); in DEF_TEST() 2035 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() 2039 make_TestCase(r, linePath, squareCap)->compare( in DEF_TEST() 2043 make_TestCase(r, linePath, roundCap)->compare(r, in DEF_TEST() 2048 linePath.reset(); in DEF_TEST() 2049 linePath.moveTo(4, 4); in DEF_TEST() 2050 linePath.lineTo(5, 4); in DEF_TEST() 2052 make_TestCase(r, linePath, buttCap)->compare( in DEF_TEST() [all …]
|