Home
last modified time | relevance | path

Searched refs:GrImage (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/grx/grx249/src/image/
H A Dimginlne.c22 GrImage *(GrImageFromPattern)(GrPattern *p) {
26 GrImage *(GrImageFromContext)(GrContext *c) {
30 GrPattern *(GrPatternFromImage)(GrImage *p) {
34 GrImage *(GrImageBuildUsedAsPattern)(const char *pixels,int w,int h,
39 void (GrImageDestroy)(GrImage *i) {
H A Dialloc.c36 GrImage *_GrImageAllocate(GrContext *ctx, int nwidth,int nheight) in _GrImageAllocate()
38 GrImage *img; in _GrImageAllocate()
44 img = (GrImage *)malloc(sizeof(GrImage)); in _GrImageAllocate()
H A Dimage.h28 #ifndef GrImage
29 #define GrImage GrPixmap macro
33 GrImage *_GrImageAllocate(GrContext *ctx, int nwidth,int nheight);
H A Distretch.c23 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight) in GrImageStretch()
26 GrImage *img; in GrImageStretch()
H A Diinverse.c25 GrImage *GrImageInverse(GrImage *p,int flag) in GrImageInverse()
29 GrImage *img; in GrImageInverse()
H A Difbox.c25 void GrImageFilledBoxAlign(int xo,int yo,int x1,int y1,int x2,int y2,GrImage *p) in GrImageFilledBoxAlign()
63 void GrImageDisplay(int x,int y,GrImage *p) in GrImageDisplay()
70 void GrImageDisplayExt(int x1,int y1,int x2,int y2,GrImage* p) in GrImageDisplayExt()
H A Dibuild.c26 GrImage *GrImageBuild(const char *pixels,int w,int h,const GrColorTableP colors) in GrImageBuild()
28 GrImage *img; in GrImageBuild()
H A Diplot.c25 void GrImagePlotAlign(int xo,int yo,int x,int y,GrImage *p) in GrImagePlotAlign()
H A Dihline.c25 void GrImageHLineAlign(int xo,int yo,int x,int y,int width,GrImage *p) in GrImageHLineAlign()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h1295 #ifndef GrImage
1296 #define GrImage GrPixmap macro
1305 void GrImageDestroy(GrImage *i);
1306 void GrImageDisplay(int x,int y, GrImage *i);
1312 GrImage *GrImageInverse(GrImage *p,int flag);
1313 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight);
1315 GrImage *GrImageFromPattern(GrPattern *p);
1316 GrImage *GrImageFromContext(GrContext *c);
1319 GrPattern *GrPatternFromImage(GrImage *p);
1326 (GrImage *)GrConvertToPixmap(c)
[all …]
/dports/graphics/grx/grx249/test/
H A Dimgtest.c32 GrImage *img1; in TESTFUNC()
33 GrImage *img2; in TESTFUNC()
/dports/graphics/grx/grx249/pascal/
H A Dblt_test.pas56 GrBitBltNC(GrScreenContext, 600, 600, GrScreenContext, 0, 0, 200, 200, GrImage);
H A Dgrx.pas470 GrImage = $04000000 ; { BLIT: write, except given color }
/dports/graphics/grx/grx249/doc/tex/
H A Dgrx2_0.tex1294 GRX defines the GrImage type like a GrPixmap synonym:
1297 #define GrImage GrPixmap
1302 convert between GrImage and GrPixmap objects:
1305 GrImage *GrImageFromPattern(GrPattern *p);
1306 GrPattern *GrPatternFromImage(GrImage *p);
1317 GrImage *GrImageFromContext(GrContext *c);
1327 void GrImageDisplay(int x,int y, GrImage *i);
1330 GrImage *p);
1350 GrImage *GrImageInverse(GrImage *p,int flag);
1351 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight);
[all …]
/dports/graphics/grx/grx249/doc/
H A Dgrx249um.inf1189 GRX defines the GrImage type like a GrPixmap synonym:
1191 #define GrImage GrPixmap
1197 GrImage *GrImageFromPattern(GrPattern *p);
1198 GrPattern *GrPatternFromImage(GrImage *p);
1208 GrImage *GrImageFromContext(GrContext *c);
1216 void GrImageDisplay(int x,int y, GrImage *i);
1219 GrImage *p);
1221 void GrImagePlotAlign(int xo,int yo,int x,int y,GrImage *p);
1239 GrImage *GrImageInverse(GrImage *p,int flag);
1240 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight);
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Ddjsvga.trm1530 GrImage * im = NULL;
1619GrImage * stretched = GrImageStretch(im, corner[1].x - corner[0].x, abs(corner[0].y - corner[1].y)…
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Ddjsvga.trm1530 GrImage * im = NULL;
1619GrImage * stretched = GrImageStretch(im, corner[1].x - corner[0].x, abs(corner[0].y - corner[1].y)…