Home
last modified time | relevance | path

Searched refs:make_surface (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkbug6653.cpp25 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface() function
47 auto s0 = make_surface(dContext); in test_bug_6653()
53 auto s1 = make_surface(dContext); in test_bug_6653()
60 auto s2 = make_surface(dContext); in test_bug_6653()
65 auto s3 = make_surface(dContext); in test_bug_6653()
71 auto s4 = make_surface(dContext); in test_bug_6653()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/gui7/
H A Dimages.py155 def make_surface(self, width, height): member in ImageGenerator
171 s = self.make_surface(len(xline), len(yline))
219 s = self.make_surface(width, height)
296 mm = self.make_surface(self.width, self.height)
301 mm = self.make_surface(self.width, self.height)
307 gm = self.make_surface(self.width, self.height)
312 gm = self.make_surface(self.width, self.height)
318 gm = self.make_surface(self.width, self.height)
328 s = self.make_surface(width, height)
337 s = self.make_surface(width, height)
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Drenderbuffer.cpp54 void make_surface();
148 make_surface(); in renderbuffer()
153 void renderbuffer::make_surface() { in make_surface() function in hr::renderbuffer
159 make_surface() ; in render()
185 make_surface(); in enable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/c-api-example/
H A Dskia-c-example.c17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function
75 sk_surface_t* surface = make_surface(640, 480); in main()
H A Dc.md37 static sk_surface_t* make_surface(int32_t w, int32_t h) {
96 sk_surface_t* surface = make_surface(640, 480);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/experimental/c-api-example/
H A Dskia-c-example.c17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function
75 sk_surface_t* surface = make_surface(640, 480); in main()
H A Dc.md37 static sk_surface_t* make_surface(int32_t w, int32_t h) {
96 sk_surface_t* surface = make_surface(640, 480);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dninepatchstretch.cpp23 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function
33 auto surface(make_surface(root, kSize)); in make_image()
H A Dsurface.cpp46 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface() function
105 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw()
H A Dlattice.cpp25 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function
37 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
234 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dninepatchstretch.cpp23 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function
33 auto surface(make_surface(root, kSize)); in make_image()
H A Dsurface.cpp44 static sk_sp<SkSurface> make_surface(GrRecordingContext* ctx, in make_surface() function
105 auto surface(make_surface(ctx, info, rec.fGeo)); in onDraw()
H A Dlattice.cpp26 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function
38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image()
243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Dfading-label.vala47 private Cairo.Surface make_surface (Cairo.Context orig_c)
80 cached_surface = make_surface (c);
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Dsurfarray.py42 map_array as pix_map_array, make_surface as pix_make_surface
90 def make_surface(array): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/fuzz/
H A DFuzzCreateDDL.cpp173 static sk_sp<SkSurface> make_surface(Fuzz* fuzz, GrDirectContext* dContext, const SkImageInfo& ii, in make_surface() function
197 auto surface = make_surface(fuzz, dContext, ii, origin); in create_surface_and_characterization()
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dpixelcopy.rst94 .. function:: make_surface
97 | :sg:`pygame.pixelcopy.make_surface(array) -> Surface`
102 .. ## pygame.pixelcopy.make_surface ##
H A Dpixelarray.rst127 Methods :meth:`make_surface`, :meth:`replace`, :meth:`extract`, and
190 .. method:: make_surface
193 | :sg:`make_surface() -> Surface`
202 sf = pxarray[:,::-1].make_surface ()
206 .. ## PixelArray.make_surface ##
/dports/devel/py-game/pygame-2.1.0/buildconfig/pygame-stubs/
H A Dpixelcopy.pyi24 def make_surface(array: numpy.ndarray) -> Surface: ...
H A Dpixelarray.pyi17 def make_surface(self) -> Surface: ...
H A Dsurfarray.pyi18 def make_surface(array: numpy.ndarray) -> Surface: ...
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DResidueDepth.py534 make_surface = MSMS % (xyz_tmp, surface_tmp)
535 subprocess.call(make_surface, shell=True)
539 "Failed to generate surface file using command:\n%s" % make_surface
/dports/games/luola/luola-1.3.2/src/
H A Dfont.c232 fontsurface = make_surface(font.sfont->Surface, in putstring_direct()
275 fontsurface = make_surface(font.sfont->Surface, in renderstring()
H A Dconsole.h101 extern SDL_Surface *make_surface(SDL_Surface * likethis,int w,int h);
/dports/devel/py-game/pygame-2.1.0/test/
H A Dpixelarray_test.py259 a.make_surface()
915 newsf = ar[::2, ::2].make_surface()
945 sf2 = ar2.make_surface()
959 sf2 = ar2.make_surface() # Hangs here.
974 surface = pixelarray.make_surface()
1371 sf2 = ar.make_surface()
1372 sf3 = pygame.pixelcopy.make_surface(ar)
1387 sf2 = ar.make_surface()
1388 sf3 = pygame.pixelcopy.make_surface(ar)
1410 sf2 = ar2.make_surface()
[all …]

1234