Home
last modified time | relevance | path

Searched refs:compute_coverage (Results 1 – 19 of 19) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DCairoRescaleBox.cc189 static int compute_coverage (int coverage[], int src_length, int dest_length) in compute_coverage() function
288 pixel_coverage_x = compute_coverage (x_coverage, orig_width, scaled_width); in downscale_box_filter()
289 pixel_coverage_y = compute_coverage (y_coverage, orig_height, scaled_height); in downscale_box_filter()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DCairoRescaleBox.cc205 static int compute_coverage (int coverage[], int src_length, int dest_length) in compute_coverage() function
311 pixel_coverage_x = compute_coverage (x_coverage, orig_width, scaled_width); in downScaleImage()
312 pixel_coverage_y = compute_coverage (y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DCairoRescaleBox.cc205 static int compute_coverage (int coverage[], int src_length, int dest_length) in compute_coverage() function
311 pixel_coverage_x = compute_coverage (x_coverage, orig_width, scaled_width); in downScaleImage()
312 pixel_coverage_y = compute_coverage (y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DCairoRescaleBox.cc205 static int compute_coverage (int coverage[], int src_length, int dest_length) in compute_coverage() function
311 pixel_coverage_x = compute_coverage (x_coverage, orig_width, scaled_width); in downScaleImage()
312 pixel_coverage_y = compute_coverage (y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DCairoRescaleBox.cc190 static int compute_coverage(int coverage[], int src_length, int dest_length) in compute_coverage() function
292 pixel_coverage_x = compute_coverage(x_coverage, orig_width, scaled_width); in downScaleImage()
293 pixel_coverage_y = compute_coverage(y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DCairoRescaleBox.cc190 static int compute_coverage(int coverage[], int src_length, int dest_length) in compute_coverage() function
292 pixel_coverage_x = compute_coverage(x_coverage, orig_width, scaled_width); in downScaleImage()
293 pixel_coverage_y = compute_coverage(y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DCairoRescaleBox.cc190 static int compute_coverage(int coverage[], int src_length, int dest_length) in compute_coverage() function
292 pixel_coverage_x = compute_coverage(x_coverage, orig_width, scaled_width); in downScaleImage()
293 pixel_coverage_y = compute_coverage(y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DCairoRescaleBox.cc190 static int compute_coverage(int coverage[], int src_length, int dest_length) in compute_coverage() function
292 pixel_coverage_x = compute_coverage(x_coverage, orig_width, scaled_width); in downScaleImage()
293 pixel_coverage_y = compute_coverage(y_coverage, orig_height, scaled_height); in downScaleImage()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Dcoverage.h31 u8 compute_coverage(u16x4 xleft, u16x4 xright, int x) in compute_coverage() function
H A Dshading.h167 int coverage = compute_coverage(span_setup.xleft, span_setup.xright, x); in shade_pixel()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp653 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
788 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp661 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
796 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp653 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
788 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp653 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
788 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp653 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
788 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp642 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
775 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrAAConvexTessellator.cpp642 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
775 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp668 static SkScalar compute_coverage(SkScalar depth, SkScalar initialDepth, SkScalar initialCoverage, in compute_coverage() function
803 SkScalar coverage = compute_coverage(depth, initialDepth, initialCoverage, in createInsetRing()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_anal.c9291 static int compute_coverage(RCore *core) { in compute_coverage() function
9346 int covr = compute_coverage (core); in r_core_anal_info()