Searched refs:linePath (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 123 CXFA_GEPath linePath; in RenderWidget() local 126 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget() 138 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget()
|
/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/skia/gm/ |
D | convexpolyeffect.cpp | 165 SkPath linePath; in onOnceBeforeDraw() local 166 linePath.moveTo(5.f, 5.f); in onOnceBeforeDraw() 167 linePath.lineTo(6.f, 6.f); in onOnceBeforeDraw() 168 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 | 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 …]
|