Home
last modified time | relevance | path

Searched refs:drawSpan (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/java/awt/
H A DBDGraphicsBase.java497 private void drawSpan(int x, int y, int length, int rgb) { in drawSpan() method in BDGraphicsBase
748 drawSpan(x1, i, x2 - x1, colour); in fillPolygon()
828 drawSpan(startX, y + i + h/2, endX - startX + 1, colour); in fillOval()
1164 drawSpan(startX, y + i + (arcHeight/2), endX - startX + 1, colour); in fillRoundRect()
1169 drawSpan(x, y + i + arcHeight/2, w, colour); in fillRoundRect()
1178 drawSpan(startX, y + i + h - 1 - arcHeight/2, endX - startX + 1, colour); in fillRoundRect()
1341 drawSpan(dx, dy + i, dw, bgColor); in drawImageN()
1358 drawSpan(dx, dy + i, dw, rgbArray, (stride * (i + sy)) + sx, flipX); in drawImageN()
1396 drawSpan(dx, Y, dw, pixels[offset]); in drawResizeBilinear()
1502 drawSpan(dx, dy + dh - 1 - i, dw, tmpLine, 0, flipX); in drawResizeBilinear()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/java/awt/
H A DBDGraphicsBase.java497 private void drawSpan(int x, int y, int length, int rgb) { in drawSpan() method in BDGraphicsBase
748 drawSpan(x1, i, x2 - x1, colour); in fillPolygon()
828 drawSpan(startX, y + i + h/2, endX - startX + 1, colour); in fillOval()
1164 drawSpan(startX, y + i + (arcHeight/2), endX - startX + 1, colour); in fillRoundRect()
1169 drawSpan(x, y + i + arcHeight/2, w, colour); in fillRoundRect()
1178 drawSpan(startX, y + i + h - 1 - arcHeight/2, endX - startX + 1, colour); in fillRoundRect()
1341 drawSpan(dx, dy + i, dw, bgColor); in drawImageN()
1358 drawSpan(dx, dy + i, dw, rgbArray, (stride * (i + sy)) + sx, flipX); in drawImageN()
1396 drawSpan(dx, Y, dw, pixels[offset]); in drawResizeBilinear()
1502 drawSpan(dx, dy + dh - 1 - i, dw, tmpLine, 0, flipX); in drawResizeBilinear()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplash.h190 void drawSpan(int x0, int x1, int y, SplashPattern *pattern,
H A DSplash.cc446 drawSpan(x0, x1, y0, state->strokePattern, state->strokeAlpha, in strokeNarrow()
467 drawSpan(x2, (x2 <= x3 - 1) ? x3 - 1 : x2, y0, state->strokePattern, in strokeNarrow()
472 drawSpan(x2, x3 - 1, y, state->strokePattern, in strokeNarrow()
476 drawSpan(x2, x2 <= x1 ? x1 : x2, y1, state->strokePattern, in strokeNarrow()
481 drawSpan((x3 + 1 <= x2) ? x3 + 1 : x2, x2, y0, state->strokePattern, in strokeNarrow()
486 drawSpan(x3 + 1, x2, y, state->strokePattern, in strokeNarrow()
490 drawSpan(x1, (x1 <= x2) ? x2 : x1, y1, state->strokePattern, in strokeNarrow()
849 drawSpan(x0, x1, y, pattern, alpha, gTrue); in fillWithPattern()
859 drawSpan(x0, x1, y, pattern, alpha, clipRes2 == splashClipAllInside); in fillWithPattern()
1183 void Splash::drawSpan(int x0, int x1, int y, SplashPattern *pattern, in drawSpan() function in Splash
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplash.cc676 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, in drawSpan() function in Splash
1181 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1201 drawSpan(&pipe, x2, (x2 <= x3 - 1) ? x3 - 1 : x2, y0, in strokeNarrow()
1206 drawSpan(&pipe, x2, x3 - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
1209 drawSpan(&pipe, x2, x2 <= x1 ? x1 : x2, y1, in strokeNarrow()
1214 drawSpan(&pipe, (x3 + 1 <= x2) ? x3 + 1 : x2, x2, y0, in strokeNarrow()
1222 drawSpan(&pipe, x1, (x1 <= x2) ? x2 : x1, y1, in strokeNarrow()
1540 drawSpan(&pipe, x0, x1, y, gTrue); in fillWithPattern()
1550 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
1601 drawSpan(&pipe, x0, x1, y, gTrue); in xorFill()
[all …]
H A DSplash.h251 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, GBool noClip);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplash.cc1282 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1302 drawSpan(&pipe, x2, (x2 <= x3 - 1) ? x3 - 1 : x2, y0, in strokeNarrow()
1307 drawSpan(&pipe, x2, x3 - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
1310 drawSpan(&pipe, x2, x2 <= x1 ? x1 : x2, y1, in strokeNarrow()
1315 drawSpan(&pipe, (x3 + 1 <= x2) ? x3 + 1 : x2, x2, y0, in strokeNarrow()
1320 drawSpan(&pipe, x3 + 1, x2, y, clipRes == splashClipAllInside); in strokeNarrow()
1323 drawSpan(&pipe, x1, (x1 <= x2) ? x2 : x1, y1, in strokeNarrow()
1641 drawSpan(&pipe, x0, x1, y, gTrue); in fillWithPattern()
1651 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
1702 drawSpan(&pipe, x0, x1, y, gTrue); in xorFill()
[all …]
H A DSplash.h271 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, GBool noClip);
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplash.h282 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip);
H A DSplash.cc1333 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip) in drawSpan() function in Splash
1967 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1969 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
1992 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2007 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2421 drawSpan(&pipe, x0, x1, y, true); in fillWithPattern()
2431 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2541 drawSpan(&pipe, x0, x1, y, true); in xorFill()
2551 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6213 drawSpan(&pipe, x0, x1, y, true); in shadedFill()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplash.h282 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip);
H A DSplash.cc1333 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip) in drawSpan() function in Splash
1967 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1969 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
1992 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2007 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2421 drawSpan(&pipe, x0, x1, y, true); in fillWithPattern()
2431 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2541 drawSpan(&pipe, x0, x1, y, true); in xorFill()
2551 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6213 drawSpan(&pipe, x0, x1, y, true); in shadedFill()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplash.h282 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip);
H A DSplash.cc1333 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip) in drawSpan() function in Splash
1967 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1969 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
1992 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2007 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2421 drawSpan(&pipe, x0, x1, y, true); in fillWithPattern()
2431 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2541 drawSpan(&pipe, x0, x1, y, true); in xorFill()
2551 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6213 drawSpan(&pipe, x0, x1, y, true); in shadedFill()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplash.h282 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip);
H A DSplash.cc1333 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, bool noClip) in drawSpan() function in Splash
1967 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
1969 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
1992 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2007 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2421 drawSpan(&pipe, x0, x1, y, true); in fillWithPattern()
2431 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2541 drawSpan(&pipe, x0, x1, y, true); in xorFill()
2551 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6213 drawSpan(&pipe, x0, x1, y, true); in shadedFill()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplash.h314 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, GBool noClip);
H A DSplash.cc1482 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, in drawSpan() function in Splash
2100 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
2102 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
2126 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2142 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2574 drawSpan(&pipe, x0, x1, y, gTrue); in fillWithPattern()
2584 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2698 drawSpan(&pipe, x0, x1, y, gTrue); in xorFill()
2708 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6429 drawSpan(&pipe, x0, x1, y, gTrue); in shadedFill()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplash.h319 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, GBool noClip);
H A DSplash.cc1484 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, in drawSpan() function in Splash
2114 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
2116 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
2140 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2156 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2588 drawSpan(&pipe, x0, x1, y, gTrue); in fillWithPattern()
2598 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2712 drawSpan(&pipe, x0, x1, y, gTrue); in xorFill()
2722 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6458 drawSpan(&pipe, x0, x1, y, gTrue); in shadedFill()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplash.h314 void drawSpan(SplashPipe *pipe, int x0, int x1, int y, GBool noClip);
H A DSplash.cc1482 inline void Splash::drawSpan(SplashPipe *pipe, int x0, int x1, int y, in drawSpan() function in Splash
2100 drawSpan(&pipe, x0, x1, y0, clipRes == splashClipAllInside); in strokeNarrow()
2102 drawSpan(&pipe, x1, x0, y0, clipRes == splashClipAllInside); in strokeNarrow()
2126 drawSpan(&pipe, xa, xb - 1, y, clipRes == splashClipAllInside); in strokeNarrow()
2142 drawSpan(&pipe, xb + 1, xa, y, clipRes == splashClipAllInside); in strokeNarrow()
2574 drawSpan(&pipe, x0, x1, y, gTrue); in fillWithPattern()
2584 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in fillWithPattern()
2698 drawSpan(&pipe, x0, x1, y, gTrue); in xorFill()
2708 drawSpan(&pipe, x0, x1, y, clipRes2 == splashClipAllInside); in xorFill()
6429 drawSpan(&pipe, x0, x1, y, gTrue); in shadedFill()
[all …]
/dports/graphics/evince/evince-41.3/
H A DChangeLog.pre-git14793 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)