Home
last modified time | relevance | path

Searched refs:teximage (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dteximage.c1265 if (xoffset + width > teximage->Width+teximage->Border) { in gl_TexSubImage1D()
1363 if (xoffset + width > teximage->Width+teximage->Border) { in gl_TexSubImage2D()
1367 if (yoffset + height > teximage->Height+teximage->Border) { in gl_TexSubImage2D()
1484 if (xoffset + width > teximage->Width+teximage->Border) { in gl_TexSubImage3DEXT()
1488 if (yoffset + height > teximage->Height+teximage->Border) { in gl_TexSubImage3DEXT()
1492 if (zoffset + depth > teximage->Depth+teximage->Border) { in gl_TexSubImage3DEXT()
1510 rectarea=teximage->Width * teximage->Height; in gl_TexSubImage3DEXT()
1921 if (xoffset+width > teximage->Width+teximage->Border) { in gl_CopyTexSubImage1D()
1977 if (xoffset+width > teximage->Width+teximage->Border) { in gl_CopyTexSubImage2D()
2043 if (xoffset+width > teximage->Width+teximage->Border) { in gl_CopyTexSubImage3DEXT()
[all …]
H A Dteximage.h36 extern void gl_free_texture_image( struct gl_texture_image *teximage );
98 GLenum type, struct gl_image *teximage );
105 struct gl_image *teximage );
113 struct gl_image *teximage );
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dtimetunnel.c862 if (teximage == NULL) { in LoadTexture()
889 if (gluScaleImage(GL_RGBA, teximage->width, teximage->height, GL_UNSIGNED_BYTE, teximage->data, in LoadTexture()
893 free(teximage->data); in LoadTexture()
895 teximage->width = bx; in LoadTexture()
896 teximage->height= by; in LoadTexture()
902 for (ix = 0 ; ix < teximage->height * teximage->width; ix++) in LoadTexture()
928 for (ix = 0 ; ix < teximage->height * teximage->width; ix++) in LoadTexture()
939 tmpbuf = calloc(teximage->height * teximage->width * 4, sizeof(unsigned char) ) ; in LoadTexture()
942 for (iy = 0 ; iy <teximage->height * teximage->width * 4 ; iy++) in LoadTexture()
964 for (ix = 0 ; ix < teximage->height * teximage->width * 4; ix++) in LoadTexture()
[all …]
H A Datunnel.c136 XImage *teximage; /* Texture data */ in LoadTexture() local
138 if ((teximage = image_data_to_ximage(MI_DISPLAY(mi), MI_VISUAL(mi), in LoadTexture()
156 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, teximage->width, teximage->height, in LoadTexture()
157 0, GL_RGBA, GL_UNSIGNED_BYTE, teximage->data); in LoadTexture()
164 XDestroyImage(teximage); in LoadTexture()
/dports/games/scourge/scourge/src/
H A Dtext.cpp71 txf->teximage = NULL; in txfLoadFont()
177 txf->teximage[i * 2] = orig[i]; in txfLoadFont()
178 txf->teximage[i * 2 + 1] = orig[i]; in txfLoadFont()
211 txf->teximage[i * width + j] = 255; in txfLoadFont()
232 if ( txf->teximage ) in txfLoadFont()
233 delete txf->teximage; in txfLoadFont()
283 latex[i * 2] = txf->teximage[i]; in txfEstablishTexture()
286 delete txf->teximage; in txfEstablishTexture()
287 txf->teximage = latex; in txfEstablishTexture()
338 if ( txf->teximage ) { in txfUnloadFont()
[all …]
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexfont.cpp136 txf->teximage = NULL; in txfLoadFont()
263 if (txf->teximage == NULL) { in txfLoadFont()
275 if (txf->teximage == NULL) { in txfLoadFont()
297 txf->teximage = in txfLoadFont()
341 if (txf->teximage) in txfLoadFont()
342 free(txf->teximage); in txfLoadFont()
375 txf->teximage); in txfEstablishTexture()
380 txf->teximage); in txfEstablishTexture()
390 txf->teximage); in txfEstablishTexture()
420 if (txf->teximage) { in txfUnloadFont()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/fonts/
H A DfntTXF.cxx246 unsigned char *teximage ; in loadTXF() local
262 teximage = new unsigned char [ 2 * ntexels ] ; in loadTXF()
266 teximage [ i*2 ] = orig [ i ] ; in loadTXF()
267 teximage [ i*2 + 1 ] = orig [ i ] ; in loadTXF()
288 teximage = new unsigned char [ 2 * ntexels ] ; in loadTXF()
291 teximage [ i ] = 0 ; in loadTXF()
297 teximage[(i * w + j) * 2 ] = 255; in loadTXF()
298 teximage[(i * w + j) * 2 + 1] = 255; in loadTXF()
324 tex_make_mip_maps ( teximage, w, h, 2 ) ; in loadTXF()
/dports/x11-toolkits/plib/plib-1.8.5/src/fnt/
H A DfntTXF.cxx268 unsigned char *teximage ; in loadTXF() local
284 teximage = new unsigned char [ 2 * ntexels ] ; in loadTXF()
288 teximage [ i*2 ] = orig [ i ] ; in loadTXF()
289 teximage [ i*2 + 1 ] = orig [ i ] ; in loadTXF()
310 teximage = new unsigned char [ 2 * ntexels ] ; in loadTXF()
313 teximage [ i ] = 0 ; in loadTXF()
319 teximage[(i * w + j) * 2 ] = 255; in loadTXF()
320 teximage[(i * w + j) * 2 + 1] = 255; in loadTXF()
346 tex_make_mip_maps ( teximage, w, h, 2 ) ; in loadTXF()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dtwo-sided-lighting-separate-specular.c115 GLubyte teximage[8][8][4]; in piglit_init() local
148 memset(teximage, 255, sizeof(teximage)); in piglit_init()
152 GL_RGBA, GL_UNSIGNED_BYTE, teximage); in piglit_init()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv34 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
43 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/ci/
H A Draven-piglit-quick-fail.csv33 spec@!opengl 1.1@teximage-colors gl_r16_snorm,Fail
34 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGR and GL_BYTE,Fail
35 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_BGRA and GL_BYTE,Fail
36 spec@!opengl 1.1@teximage-colors gl_r16_snorm@GL_R16_SNORM texture with GL_RGB and GL_BYTE,Fail
37 spec@!opengl 1.1@teximage-colors gl_rg16_snorm,Fail
38 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGR and GL_BYTE,Fail
39 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_BGRA and GL_BYTE,Fail
40 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_GREEN and GL_BYTE,Fail
41 spec@!opengl 1.1@teximage-colors gl_rg16_snorm@GL_RG16_SNORM texture with GL_RGB and GL_BYTE,Fail
42 spec@!opengl 1.1@teximage-colors gl_rgb16_snorm,Fail
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Datunnels.c147 XImage *teximage; /* Texture data */ in LoadTexture() local
149 if ((teximage = xpm_to_ximage(MI_DISPLAY(mi), MI_VISUAL(mi), in LoadTexture()
161 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, teximage->width, teximage->height, in LoadTexture()
162 0, GL_RGBA, GL_UNSIGNED_BYTE, teximage->data); in LoadTexture()
174 XDestroyImage(teximage); in LoadTexture()
/dports/cad/netgen/netgen-6.2.2105/ng/Togl-1.7/
H A Dtexture.tcl55 global teximage
56 .f1.view image $teximage
100 global teximage
193 …radiobutton .f2.env.image.checker -text "Checker" -anchor w -variable teximage -value CHECKER -com…
194 …radiobutton .f2.env.image.tree -text "Tree" -anchor w -variable teximage -value TREE -command new_…
195 …radiobutton .f2.env.image.face -text "Face" -anchor w -variable teximage -value FACE -command new_…
269 set teximage CHECKER
H A Dtexture.c66 GLubyte teximage[WIDTH * HEIGHT][4]; in texture_image() local
74 teximage[i * WIDTH + j][0] = value; in texture_image()
75 teximage[i * WIDTH + j][1] = value; in texture_image()
76 teximage[i * WIDTH + j][2] = value; in texture_image()
77 teximage[i * WIDTH + j][3] = value; in texture_image()
83 GL_RGBA, GL_UNSIGNED_BYTE, teximage); in texture_image()
/dports/cad/netgen/netgen-6.2.2105/ng/Togl2.1/
H A Dtexture.c41 static int teximage = CHECKER; variable
61 GLubyte teximage[WIDTH * HEIGHT][4]; in texture_image() local
69 teximage[i * WIDTH + j][0] = value; in texture_image()
70 teximage[i * WIDTH + j][1] = value; in texture_image()
71 teximage[i * WIDTH + j][2] = value; in texture_image()
72 teximage[i * WIDTH + j][3] = value; in texture_image()
78 GL_RGBA, GL_UNSIGNED_BYTE, teximage); in texture_image()
580 teximage = teximages[index]; in teximage_cmd()
581 texture_image(teximage); in teximage_cmd()
/dports/graphics/togl/Togl2.0/
H A Dtexture.c41 static int teximage = CHECKER; variable
61 GLubyte teximage[WIDTH * HEIGHT][4]; in texture_image() local
69 teximage[i * WIDTH + j][0] = value; in texture_image()
70 teximage[i * WIDTH + j][1] = value; in texture_image()
71 teximage[i * WIDTH + j][2] = value; in texture_image()
72 teximage[i * WIDTH + j][3] = value; in texture_image()
78 GL_RGBA, GL_UNSIGNED_BYTE, teximage); in texture_image()
580 teximage = teximages[index]; in teximage_cmd()
581 texture_image(teximage); in teximage_cmd()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/xojfile/
H A DLoadHandler.cpp44 teximage(nullptr), in LoadHandler()
77 this->teximage = nullptr; in initAttributes()
672 this->teximage = new TexImage(); in parseTexImage()
673 this->layer->addElement(this->teximage); in parseTexImage()
674 this->teximage->setX(left); in parseTexImage()
675 this->teximage->setY(top); in parseTexImage()
676 this->teximage->setWidth(right - left); in parseTexImage()
677 this->teximage->setHeight(bottom - top); in parseTexImage()
679 this->teximage->setText(string(imText, imTextLen)); in parseTexImage()
701 this->teximage->loadData(std::move(imgData), nullptr); in parseAttachment()
[all …]

12345678910>>...17