Home
last modified time | relevance | path

Searched refs:imageX (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/
H A Dkis_tiled_data_manager_p.h45 qint32 imageX = x; in writeBytesBody() local
55 numContiguousColumns(imageX, imageY, in writeBytesBody()
78 imageX += columnsToWork; in writeBytesBody()
112 qint32 imageX = x; in readBytesBody() local
145 imageX += columnsToWork; in readBytesBody()
184 qint32 imageX = x; in writePlanarBytesBody() local
194 numContiguousColumns(imageX, imageY, in writePlanarBytesBody()
203 KisTileDataWrapper tw(this, imageX, imageY, in writePlanarBytesBody()
229 imageX += columnsToWork; in writePlanarBytesBody()
265 qint32 imageX = x; in readPlanarBytesBody() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkImageToParametricSpaceFilterTest.cxx62 ImagePointer imageX = ImageType::New(); in itkImageToParametricSpaceFilterTest() local
77 imageX->SetLargestPossibleRegion( region ); in itkImageToParametricSpaceFilterTest()
81 imageX->SetBufferedRegion( region ); in itkImageToParametricSpaceFilterTest()
85 imageX->SetRequestedRegion( region ); in itkImageToParametricSpaceFilterTest()
89 imageX->Allocate(); in itkImageToParametricSpaceFilterTest()
93 ImageIteratorType ix( imageX, region ); in itkImageToParametricSpaceFilterTest()
124 filter->SetInput( 0, imageX ); in itkImageToParametricSpaceFilterTest()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/printcreator/wizard/
H A Dadvprintcropframe.cpp57 imageX (0), in Private()
67 int imageX; member in DigikamGenericPrintCreatorPlugin::AdvPrintCropFrame::Private
138 int x1 = AdvPrintWizard::normalizedInt((r.left() - d->imageX) * xRatio); in screenToPhotoRect()
183 int x1 = AdvPrintWizard::normalizedInt(r.left() * xRatio + d->imageX); in photoToScreenRect()
202 d->imageX = (width() / 2) - (d->image.width() / 2); in updateImage()
226 p.drawImage(d->imageX, d->imageY, d->image); in paintEvent()
275 newX = qMax(d->imageX, newX); in mouseMoveEvent()
276 newX = qMin(d->imageX + d->image.width() - newW, newX); in mouseMoveEvent()
317 newX = qMax(d->imageX, newX); in keyReleaseEvent()
318 newX = qMin(d->imageX + d->image.width() - w, newX); in keyReleaseEvent()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DIntro.cpp285 int32_t imageX = (screenWidth - imageWidth) / 2; in screen_intro_draw_logo() local
295 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_00), { imageX + 0, 0 }); in screen_intro_draw_logo()
296 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_10), { imageX + 220, 0 }); in screen_intro_draw_logo()
297 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_20), { imageX + 440, 0 }); in screen_intro_draw_logo()
298 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_01), { imageX + 0, 240 }); in screen_intro_draw_logo()
299 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_11), { imageX + 220, 240 }); in screen_intro_draw_logo()
300 gfx_draw_sprite(dpi, ImageId(SPR_INTRO_LOGO_21), { imageX + 440, 240 }); in screen_intro_draw_logo()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dbutton.cpp499 int imageX = 0; in draw() local
519 imageX = padding; in draw()
534 imageX = (width - w) / 2; in draw()
547 imageX = textX - width1 - spacing; in draw()
568 imageX + 1, imageY + 1); in draw()
574 imageX, imageY); in draw()
654 int imageX = 0; in safeDraw() local
674 imageX = padding; in safeDraw()
689 imageX = (width - w) / 2; in safeDraw()
702 imageX = textX - width1 - spacing; in safeDraw()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripts/
H A DAlign_image_in_frame.py105 imageX = 0.0
115 imageX = 0.0
117 imageX = (frameW - imageW) / 2.0
119 imageX = (frameW - imageW)
121 scribus.setImageOffset(imageX, imageY, obj)
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripts/
H A DAlign_image_in_frame.py104 imageX = 0.0
114 imageX = 0.0
116 imageX = (frameW - imageW) / 2.0
118 imageX = (frameW - imageW)
120 scribus.setImageOffset(imageX, imageY, obj)
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkImage.c555 Tk_RedrawImage(image, imageX, imageY, width, height, drawable, in Tk_RedrawImage() argument
558 int imageX, imageY; /* Upper-left pixel of region in image that
583 if (imageX < 0) {
584 width += imageX;
585 drawableX -= imageX;
586 imageX = 0;
593 if ((imageX + width) > imagePtr->masterPtr->width) {
594 width = imagePtr->masterPtr->width - imageX;
601 imageX, imageY, width, height, drawableX, drawableY);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkImage.c555 Tk_RedrawImage(image, imageX, imageY, width, height, drawable, in Tk_RedrawImage() argument
558 int imageX, imageY; /* Upper-left pixel of region in image that
583 if (imageX < 0) {
584 width += imageX;
585 drawableX -= imageX;
586 imageX = 0;
593 if ((imageX + width) > imagePtr->masterPtr->width) {
594 width = imagePtr->masterPtr->width - imageX;
601 imageX, imageY, width, height, drawableX, drawableY);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkImage.c555 Tk_RedrawImage(image, imageX, imageY, width, height, drawable, in Tk_RedrawImage() argument
558 int imageX, imageY; /* Upper-left pixel of region in image that
583 if (imageX < 0) {
584 width += imageX;
585 drawableX -= imageX;
586 imageX = 0;
593 if ((imageX + width) > imagePtr->masterPtr->width) {
594 width = imagePtr->masterPtr->width - imageX;
601 imageX, imageY, width, height, drawableX, drawableY);
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/
H A DIconMap.h134 int imageX = x-xPos; in drawIconMap() local
135 imageMap[ buffYContrib + x ] = image[ imageYContrib + imageX ]; in drawIconMap()
173 int imageX = x-xPos; in drawIconMapAlpha() local
175 unsigned long argb = image[ imageYContrib + imageX ]; in drawIconMapAlpha()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/
H A DIconMap.h134 int imageX = x-xPos; in drawIconMap() local
135 imageMap[ buffYContrib + x ] = image[ imageYContrib + imageX ]; in drawIconMap()
173 int imageX = x-xPos; in drawIconMapAlpha() local
175 unsigned long argb = image[ imageYContrib + imageX ]; in drawIconMapAlpha()
/dports/games/passage/Passage_v4_UnixSource/gamma256/gameSource/
H A DWorld.cpp554 int imageX = inX % tileW; in sampleFromWorldNoWeight() local
557 if( imageX < 0 ) { in sampleFromWorldNoWeight()
558 imageX += tileW; in sampleFromWorldNoWeight()
571 int imageIndex = tileImageOffset + imageY * tileImageW + imageX; in sampleFromWorldNoWeight()
572 int blendImageIndex = blendTileImageOffset + imageY * tileImageW + imageX; in sampleFromWorldNoWeight()
596 int imageX = inX % chestW; in sampleFromWorldNoWeight() local
599 if( imageX < 0 ) { in sampleFromWorldNoWeight()
600 imageX += chestW; in sampleFromWorldNoWeight()
618 int subSpriteIndex = imageY * chestW + imageX; in sampleFromWorldNoWeight()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A DsmoothShade3d.c100 if (ix <=0 && ix <vwInfo.width) imageX->data[ix] = val; in put_imageX()
595 imageX = XCreateImage(/* display */ dsply, in scanLines()
605 imageX->data = (char *)malloc(imageX->bytes_per_line); in scanLines()
631 if (i>=0 && i<vwInfo.width) XPutPixel(imageX,i,0,backgroundColor); in scanLines()
650 if (i >=0 && i<vwInfo.width) XPutPixel(imageX,i,0,pixColor); in scanLines()
663 if (i >=0 && i<vwInfo.width) XPutPixel(imageX,i,0,pixColor); in scanLines()
676 if (i >=0 && i<vwInfo.width) XPutPixel(imageX,i,0,pixColor); in scanLines()
689 if (i >=0 && i<vwInfo.width) XPutPixel(imageX,i,0,pixColor); in scanLines()
699 XPutImage(dsply,viewport->viewWindow,trashGC,imageX,0,0,0, in scanLines()
701 XPutImage(dsply,viewmap,trashGC,imageX,0,0,0, in scanLines()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkOldTest.c62 int imageX, int imageY, int width,
305 int imageX, int imageY, /* Origin of area to redraw, relative to in ImageDisplay() argument
316 instPtr->modelPtr->imageName, imageX, imageY, width, height, in ImageDisplay()
320 if (width > (instPtr->modelPtr->width - imageX)) { in ImageDisplay()
321 width = instPtr->modelPtr->width - imageX; in ImageDisplay()

123456789