Home
last modified time | relevance | path

Searched refs:rasterized (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_backend_svg.py100 ax_test.plot(x, y, "-", c="r", lw=10, rasterized=True)
113 ax_ref.plot(x, y, "-", c="r", lw=10, rasterized=True)
115 ax_ref.plot(x+2, y, "-", c="g", lw=10, rasterized=True)
116 ax_ref.plot(x+3, y, "-", c="m", lw=10, rasterized=True)
139 ax1.plot([0, 20], [0, n], "b-", rasterized=False)
148 ax2.plot([0, 20], [0, n], "b-", rasterized=True)
157 ax3.plot([0, 20], [n, 0], "b-", rasterized=False)
158 ax3.plot([0, 20], [0, n], "b-", rasterized=True)
168 ax4.plot([0, 20], [n, 0], "b-", rasterized=False)
169 ax4.plot([0, 20], [0, n], "b-", rasterized=True)
[all …]
H A Dtest_bbox_tight.py98 ax.plot([1.0, 2.0], rasterized=True)
135 ax.imshow(data, rasterized=True)
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl40 the provided data is able to be rasterized by the
46 The input stream of data that should be rasterized
51 rasterized. If a value of <value>0</value> is given, a horizontal default
57 rasterized. If a value of <value>0</value> is given, a vertical default
92 The width in pixel of the graphic to be rasterized.
97 The height in pixel of the graphic to be rasterized.
102 The rotation angle of the graphic to be rasterized.
108 The horizontal shear angle of the graphic to be rasterized.
114 The vertical shear angle of the graphic to be rasterized.
123 An interface to a graphic container that holds the rasterized pixel data
H A DXPrimitive2DRenderer.idl39 /** return rasterized version of given XPrimitive2D
50 rasterized. If a value of <value>0</value> is given, a horizontal default
56 rasterized. If a value of <value>0</value> is given, a vertical default
60 The range in 1/100th mm of the graphic to be rasterized
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl40 the provided data is able to be rasterized by the
46 The input stream of data that should be rasterized
51 rasterized. If a value of <value>0</value> is given, a horizontal default
57 rasterized. If a value of <value>0</value> is given, a vertical default
92 The width in pixel of the graphic to be rasterized.
97 The height in pixel of the graphic to be rasterized.
102 The rotation angle of the graphic to be rasterized.
108 The horizontal shear angle of the graphic to be rasterized.
114 The vertical shear angle of the graphic to be rasterized.
123 An interface to a graphic container that holds the rasterized pixel data
H A DXPrimitive2DRenderer.idl39 /** return rasterized version of given XPrimitive2D
50 rasterized. If a value of <value>0</value> is given, a horizontal default
56 rasterized. If a value of <value>0</value> is given, a vertical default
60 The range in 1/100th mm of the graphic to be rasterized
/dports/x11/fuzzel/fuzzel/
H A Dapplication.h21 struct rasterized { struct
25 typedef tll(struct rasterized) rasterized_list_t; argument
42 rasterized_list_t rasterized; member
H A Dapplication.c253 tll_foreach(app->icon.rasterized, it) { in applications_destroy()
254 struct rasterized *rast = &it->item; in applications_destroy()
257 tll_remove(app->icon.rasterized, it); in applications_destroy()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/
H A Dfontlinewrapping.cpp71 QVector<RasterizedLine> rasterized; in DENG2_PIMPL_NOREF() local
99 rasterized.clear(); in DENG2_PIMPL_NOREF()
775 d->rasterized.clear(); in rasterizeLines()
788 d->rasterized << rasterLine; in rasterizeLines()
795 d->rasterized.clear(); in clearRasterizedLines()
804 if (line >= 0 && line < d->rasterized.size()) in rasterizedSegment()
806 auto const &rasterLine = d->rasterized.at(line); in rasterizedSegment()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/renderer/
H A Dmod.rs38 fn load_glyph(&mut self, rasterized: &RasterizedGlyph) -> Glyph;
271 Ok(rasterized) => self.load_glyph(loader, rasterized),
273 Err(RasterizerError::MissingGlyph(rasterized)) if show_missing => {
280 let glyph = self.load_glyph(loader, rasterized);
913 rasterized: &RasterizedGlyph,
917 match atlas[*current_atlas].insert(rasterized, active_tex) {
926 load_glyph(active_tex, atlas, current_atlas, rasterized)
952 fn load_glyph(&mut self, rasterized: &RasterizedGlyph) -> Glyph {
953 load_glyph(self.active_tex, self.atlas, self.current_atlas, rasterized)
962 fn load_glyph(&mut self, rasterized: &RasterizedGlyph) -> Glyph {
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/misc/
H A Dpix2xy.pro40 ; pixel. The rasterized images can be viewed with the IDL TV or
55 ; [raster] O int/flt/dbl arr rasterized output array
64 ; without returning a rasterized image (since no data is provided):
69 ; To create a rasterized DIRBE (res 9) sixpack from a pixel and data
75 ; To create a rasterized DIRBE face from a pixel and data list:
114 ; SPR 10212 Call RASTER to generate rasterized image.
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/doc/
H A Dblob.md10 When the scene building and rasterization is done, the render backend receives the rasterized blobs…
12rasterized, we rely on gecko giving us a hint through the added `set_image_visible_area` API. When…
15 …df7ba9ebae81feb38a64c21b8454R811) (or blob tiles) that are not already rasterized, and asks the cu…
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/statistics/
H A Dtime_series_histogram.py84 norm=LogNorm(vmax=1.5e2), rasterized=True)
90 vmax=1.5e2, rasterized=True)
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/doc/
H A Dblob.md10 …", also called "visible area" which defines the portion that has to be rasterized. Typically this …
35 While tiles are rasterized eagerly during scene building, their content is uploaded lazily to the t…
40 …e building and have to rasterize it synchronously. This happens when a rasterized tile is uploaded…
41 We should really keep the rasterized blobs around just like we keep regular images in the cache. Ho…
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/doc/
H A Dblob.md10 …", also called "visible area" which defines the portion that has to be rasterized. Typically this …
35 While tiles are rasterized eagerly during scene building, their content is uploaded lazily to the t…
40 …e building and have to rasterize it synchronously. This happens when a rasterized tile is uploaded…
41 We should really keep the rasterized blobs around just like we keep regular images in the cache. Ho…
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/doc/
H A Dblob.md10 …", also called "visible area" which defines the portion that has to be rasterized. Typically this …
35 While tiles are rasterized eagerly during scene building, their content is uploaded lazily to the t…
40 …e building and have to rasterize it synchronously. This happens when a rasterized tile is uploaded…
41 We should really keep the rasterized blobs around just like we keep regular images in the cache. Ho…
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/doc/
H A Dblob.md10 …", also called "visible area" which defines the portion that has to be rasterized. Typically this …
35 While tiles are rasterized eagerly during scene building, their content is uploaded lazily to the t…
40 …e building and have to rasterize it synchronously. This happens when a rasterized tile is uploaded…
41 We should really keep the rasterized blobs around just like we keep regular images in the cache. Ho…
/dports/x11-fonts/fcft/fcft/doc/
H A Dfcft_grapheme_rasterize.3.scd43 On success, a pointer to a rasterized grapheme is returned. The
67 _glyphs_ is an array of rasterized glyphs. See
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/reftests/text/
H A Dembedded-bitmaps.yaml1 --- # checks that embedded bitmaps are rasterized and use a proper layout
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/reftests/text/
H A Dembedded-bitmaps.yaml1 --- # checks that embedded bitmaps are rasterized and use a proper layout
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/reftests/text/
H A Dembedded-bitmaps.yaml1 --- # checks that embedded bitmaps are rasterized and use a proper layout
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/reftests/text/
H A Dembedded-bitmaps.yaml1 --- # checks that embedded bitmaps are rasterized and use a proper layout
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/nv_fill_rectangle/execution/
H A Dlines-ignore-fill-rect.shader_test2 # rasterization when the primitive to be rasterized is of type GL_LINES.
H A Dgs-tris-with-fill-rect.shader_test1 # Tests that triangles output from the geometry shader are correctly rasterized
/dports/graphics/py-rasterio/rasterio-1.2.10/docs/topics/
H A Dfeatures.rst67 The geometries will be rasterized by the "painter's algorithm" -
88 '/tmp/rasterized-results.tif', 'w',

12345678910>>...33