/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/test/ |
H A D | outputdevice.hxx | 33 class VCL_DLLPUBLIC OutputDeviceTestCommon class 45 OutputDeviceTestCommon(); 71 class VCL_DLLPUBLIC OutputDeviceTestBitmap : public OutputDeviceTestCommon 98 class VCL_DLLPUBLIC OutputDeviceTestPixel : public OutputDeviceTestCommon 106 class VCL_DLLPUBLIC OutputDeviceTestLine : public OutputDeviceTestCommon 117 class VCL_DLLPUBLIC OutputDeviceTestPolyLine : public OutputDeviceTestCommon 128 class VCL_DLLPUBLIC OutputDeviceTestPolyLineB2D : public OutputDeviceTestCommon 136 class VCL_DLLPUBLIC OutputDeviceTestRect : public OutputDeviceTestCommon 145 class VCL_DLLPUBLIC OutputDeviceTestPolygon : public OutputDeviceTestCommon 157 class VCL_DLLPUBLIC OutputDeviceTestPolyPolygon : public OutputDeviceTestCommon [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/ |
H A D | BackendTest.cxx | 53 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithRectangle() 65 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPixel() 77 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithLine() 89 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolygon() 101 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyLine() 113 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyLineB2D() 125 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyPolygon() 137 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyPolygonB2D() 293 auto eResult = vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap); in testDrawDiamondWithPolygon() 305 auto eResult = vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap); in testDrawDiamondWithLine() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/test/ |
H A D | outputdevice.hxx | 32 class VCL_DLLPUBLIC OutputDeviceTestCommon class 44 OutputDeviceTestCommon(); 103 class VCL_DLLPUBLIC OutputDeviceTestBitmap : public OutputDeviceTestCommon 132 class VCL_DLLPUBLIC OutputDeviceTestPixel : public OutputDeviceTestCommon 140 class VCL_DLLPUBLIC OutputDeviceTestLine : public OutputDeviceTestCommon 166 class VCL_DLLPUBLIC OutputDeviceTestPolyLine : public OutputDeviceTestCommon 177 class VCL_DLLPUBLIC OutputDeviceTestPolyLineB2D : public OutputDeviceTestCommon 188 class VCL_DLLPUBLIC OutputDeviceTestRect : public OutputDeviceTestCommon 200 class VCL_DLLPUBLIC OutputDeviceTestPolygon : public OutputDeviceTestCommon 230 class VCL_DLLPUBLIC OutputDeviceTestGradient : public OutputDeviceTestCommon [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/backendtest/outputdevice/ |
H A D | common.cxx | 220 const Color OutputDeviceTestCommon::constBackgroundColor(COL_LIGHTGRAY); 221 const Color OutputDeviceTestCommon::constLineColor(COL_LIGHTBLUE); 222 const Color OutputDeviceTestCommon::constFillColor(COL_LIGHTBLUE); 224 OutputDeviceTestCommon::OutputDeviceTestCommon() in OutputDeviceTestCommon() function in vcl::test::OutputDeviceTestCommon 240 TestResult OutputDeviceTestCommon::checkLines(Bitmap& rBitmap) in checkLines() 245 TestResult OutputDeviceTestCommon::checkAALines(Bitmap& rBitmap) in checkAALines() 250 TestResult OutputDeviceTestCommon::checkRectangle(Bitmap& aBitmap) in checkRectangle() 260 TestResult OutputDeviceTestCommon::checkRectangleAA(Bitmap& aBitmap) in checkRectangleAA() 270 TestResult OutputDeviceTestCommon::checkFilledRectangle(Bitmap& aBitmap) in checkFilledRectangle() 308 TestResult OutputDeviceTestCommon::checkDiamond(Bitmap& rBitmap) in checkDiamond() [all …]
|
H A D | line.cxx | 55 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 76 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 100 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines()
|
H A D | polyline.cxx | 54 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 80 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 115 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines()
|
H A D | polygon.cxx | 65 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 91 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 126 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/ |
H A D | common.cxx | 266 const Color OutputDeviceTestCommon::constLineColor(COL_LIGHTBLUE); 267 const Color OutputDeviceTestCommon::constFillColor(COL_BLUE); 269 OutputDeviceTestCommon::OutputDeviceTestCommon() in OutputDeviceTestCommon() function in vcl::test::OutputDeviceTestCommon 272 OUString OutputDeviceTestCommon::getRenderBackendName() const in getRenderBackendName() 299 TestResult OutputDeviceTestCommon::checkLines(Bitmap& rBitmap) in checkLines() 304 TestResult OutputDeviceTestCommon::checkAALines(Bitmap& rBitmap) in checkAALines() 393 TestResult OutputDeviceTestCommon::checkRectangle(Bitmap& aBitmap) in checkRectangle() 403 TestResult OutputDeviceTestCommon::checkRectangleAA(Bitmap& aBitmap) in checkRectangleAA() 477 TestResult OutputDeviceTestCommon::checkDiamond(Bitmap& rBitmap) in checkDiamond() 510 TestResult OutputDeviceTestCommon::checkBezier(Bitmap& rBitmap) in checkBezier() [all …]
|
H A D | polyline.cxx | 53 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 79 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 114 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines()
|
H A D | polygon.cxx | 71 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 97 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 132 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines()
|
H A D | line.cxx | 59 … OutputDeviceTestCommon::createDiamondPoints(maVDRectangle, 4, aPoint1, aPoint2, aPoint3, aPoint4); in setupDiamond() 80 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupLines() 104 OutputDeviceTestCommon::createHorizontalVerticalDiagonalLinePoints( in setupAALines() 187 eResult = OutputDeviceTestCommon::checkRectangle(rBitmap, i, constBackgroundColor); in checkDashedLine()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/ |
H A D | VisualBackendTest.cxx | 176 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap), aRectangle, rRe… in testRectangles() 184 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap), aRectangle, rRe… in testRectangles() 192 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap), aRectangle, rRe… in testRectangles() 320 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testDiamondsAndBezier() 327 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testDiamondsAndBezier() 334 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testDiamondsAndBezier() 349 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkBezier(aBitmap), aRectangle, rRende… in testDiamondsAndBezier() 356 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkBezier(aBitmap), aRectangle, rRende… in testDiamondsAndBezier() 372 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkLines(aBitmap), aRectangle, rRender… in testLines() 379 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkLines(aBitmap), aRectangle, rRender… in testLines() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/ |
H A D | BackendTest.cxx | 101 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithRectangle() 114 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPixel() 127 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithLine() 140 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolygon() 152 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyLine() 164 auto eResult = vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap); in testDrawRectWithPolyLineB2D() 362 auto eResult = vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap); in testDrawDiamondWithPolygon() 372 auto eResult = vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap); in testDrawDiamondWithLine() 382 auto eResult = vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap); in testDrawDiamondWithPolyline() 434 auto eResult = vcl::test::OutputDeviceTestCommon::checkBezier(aBitmap); in testDrawBezierWithPolylineB2D() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/backendtest/ |
H A D | VisualBackendTest.cxx | 173 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap), aRectangle, rRe… in testRectangles() 181 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkRectangle(aBitmap), aRectangle, rRe… in testRectangles() 253 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testFilledRectangles() 260 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testFilledRectangles() 267 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkDiamond(aBitmap), aRectangle, rRend… in testFilledRectangles() 283 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkLines(aBitmap), aRectangle, rRender… in testLines() 290 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkLines(aBitmap), aRectangle, rRender… in testLines() 297 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkLines(aBitmap), aRectangle, rRender… in testLines() 304 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkAALines(aBitmap), aRectangle, rRend… in testLines() 311 …assertAndSetBackground(vcl::test::OutputDeviceTestCommon::checkAALines(aBitmap), aRectangle, rRend… in testLines() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/ |
H A D | constantparam.numbers.results | 3142 …void vcl::test::OutputDeviceTestCommon::createDiamondPoints(class tools::Rectangle,int,class Point…
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | constantparam.numbers.results | 3174 …void vcl::test::OutputDeviceTestCommon::createDiamondPoints(class tools::Rectangle,int,class Point…
|