Home
last modified time | relevance | path

Searched refs:mheight (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/math/kig/kig-21.12.3/misc/
H A Drect.cc47 mheight(height) in Rect()
55 mheight( height ) in Rect()
63 mheight(r.mheight) in Rect()
70 mheight(0) in Rect()
115 mheight = p - bottom(); in setTop()
125 mheight = h; in setHeight()
135 if ( mheight < 0 ) in normalize()
138 mheight = -mheight; in normalize()
150 mheight *= r; in scale()
199 return bottom() + mheight; in top()
[all …]
/dports/math/R-cran-sp/sp/R/
H A DcompassRose.R3 mheight<-strheight("M") functionVar
8 crspans<-rep(c(mheight*3,mheight/2),length.out=9)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmatrix.h13 : mwidth(_width), mheight(_height), size(_width * _height), in Matrix()
46 int height() const { return mheight; } in height()
49 int mwidth, mheight, size;
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxviewer.c59 Uint32 i, total_images, real_images, mwidth, mheight; in XMdcGetBoardDimensions() local
71 mheight = XMdcScaleH(my.fi->mheight); in XMdcGetBoardDimensions()
83 if ((trial_images_vertical * mheight) > in XMdcGetBoardDimensions()
105 if ((trial_images_vertical * mheight) > in XMdcGetBoardDimensions()
130 if ((trial_images_vertical * mheight) > in XMdcGetBoardDimensions()
164 / XMdcScaleH(my.fi->mheight); in XMdcGetBoardDimensions()
215 Uint32 h=my.fi->mheight; in XMdcHandleBoardDimensions()
294 MdcDebugPrint("mheight = %u",my.fi->mheight); in XMdcHandleBoardDimensions()
H A Dm-transf.c238 dim = (fi->mwidth > fi->mheight) ? fi->mwidth : fi->mheight; in MdcMakeSquare()
244 fi->mwidth = dim; fi->mheight = dim; in MdcMakeSquare()
295 if ((crop->xoffset >= cur->mwidth) || (crop->yoffset >= cur->mheight)) in MdcCropImages()
301 if ((crop->yoffset + crop->height) > cur->mheight) in MdcCropImages()
302 crop->height = cur->mheight - crop->yoffset; in MdcCropImages()
310 new->mheight= crop->height; new->dim[2] = crop->height; in MdcCropImages()
H A Dm-algori.c536 fi->mheight = id->height; in MdcImagesPixelFiddle()
542 if (id->height != fi->mheight) { in MdcImagesPixelFiddle()
544 if (id->height > fi->mheight ) fi->mheight = id->height; in MdcImagesPixelFiddle()
551 fi->dim[2] = (Int16) fi->mheight; in MdcImagesPixelFiddle()
1206 size = fi->mwidth * fi->mheight * bytes; in MdcGetResizedImage()
1220 tpad = (fi->mheight - id->height) / 2; in MdcGetResizedImage()
1227 bpad = fi->mheight - id->height; in MdcGetResizedImage()
1232 tpad = fi->mheight - id->height; in MdcGetResizedImage()
1239 bpad = fi->mheight - id->height; in MdcGetResizedImage()
1285 for (h=0; h < fi->mheight; h++) { in MdcGetResizedImage()
[all …]
/dports/graphics/exiftran/fbida-2.14/wr/
H A Dwrite-ps.c144 int mwidth,mheight; member
198 ps.mheight = ps.iheight * ps.mwidth / ps.iwidth; in ps_defaults()
200 ps.mheight = ps.pheight; in ps_defaults()
201 ps.mwidth = ps.iwidth * ps.mheight / ps.iheight; in ps_defaults()
214 ps.mheight * ps.scaling / 1000 + 50 > ps.mheight) in ps_defaults()
219 ps.height = ps.mheight * ps.scaling / 1000; in ps_defaults()
300 ps.height = ps.mheight * ps.scaling / 1000; in ps_scaling_cb()
/dports/graphics/ida/fbida-2.14/wr/
H A Dwrite-ps.c144 int mwidth,mheight; member
198 ps.mheight = ps.iheight * ps.mwidth / ps.iwidth; in ps_defaults()
200 ps.mheight = ps.pheight; in ps_defaults()
201 ps.mwidth = ps.iwidth * ps.mheight / ps.iheight; in ps_defaults()
214 ps.mheight * ps.scaling / 1000 + 50 > ps.mheight) in ps_defaults()
219 ps.height = ps.mheight * ps.scaling / 1000; in ps_defaults()
300 ps.height = ps.mheight * ps.scaling / 1000; in ps_scaling_cb()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtilemap_generic.cpp11 UINT32 mheight; member
74 cur_map->mheight = map_height; in GenericTilemapInit()
371 cur_map->scrolly = scrolly % (cur_map->theight * cur_map->mheight); in GenericTilemapSetScrollY()
437 if (rows > (cur_map->mheight * cur_map->theight)) { in GenericTilemapSetScrollRows()
652 cur_map->dirty_tiles[offset % (cur_map->mwidth * cur_map->mheight)] = 1; in GenericTilemapSetTileDirty()
678 memset (cur_map->dirty_tiles, 1, cur_map->mwidth * cur_map->mheight); in GenericTilemapAllTilesDirty()
753 INT32 scrymod = (cur_map->mheight * cur_map->theight); in GenericTilemapDraw()
990 INT32 syy = (y + scrolly) % (cur_map->theight * cur_map->mheight); in GenericTilemapDraw()
1220 INT32 r = (row * cur_map->scroll_rows) / cur_map->mheight; in GenericTilemapDraw()
1465 INT32 high = cur_map->mheight * cur_map->theight; in GenericTilemapDumpToBitmap()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/
H A DEditorUtilities.java121 …Handler validator, FormEntry provider, IProduct product, int mwidth, int mheight, int wwidth, int … in imageEntrySizeDoesNotExceed() argument
124 info.maxHeight = mheight; in imageEntrySizeDoesNotExceed()
174 …private static ValidationMessage getMS_exactImageSize(ImageData imagedata, int mwidth, int mheight in getMS_exactImageSize() argument
177 if (width != mwidth || height != mheight) in getMS_exactImageSize()
182 …private static ValidationMessage getMS_maxImageSize(ImageData imagedata, int mwidth, int mheight, … in getMS_maxImageSize() argument
185 if (width > mwidth || height > mheight) in getMS_maxImageSize()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dtilemap_generic.cpp13 UINT32 mheight; member
77 cur_map->mheight = map_height; in GenericTilemapInit()
533 cur_map->scrolly = scrolly % (cur_map->theight * cur_map->mheight); in GenericTilemapSetScrollY()
599 if (rows > (cur_map->mheight * cur_map->theight)) { in GenericTilemapSetScrollRows()
814 cur_map->dirty_tiles[offset % (cur_map->mwidth * cur_map->mheight)] = 1; in GenericTilemapSetTileDirty()
840 memset (cur_map->dirty_tiles, 1, cur_map->mwidth * cur_map->mheight); in GenericTilemapAllTilesDirty()
922 INT32 scrymod = (cur_map->mheight * cur_map->theight); in GenericTilemapDraw()
1208 INT32 syy = (y + scrolly) % (cur_map->theight * cur_map->mheight); in GenericTilemapDraw()
1475 INT32 r = (row * cur_map->scroll_rows) / cur_map->mheight; in GenericTilemapDraw()
1722 INT32 high = cur_map->mheight * cur_map->theight; in GenericTilemapDumpToBitmap()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/dataeast/
H A Ddecobac06.cpp37 INT32 mheight = (high * tsize)-1; in bac06_draw_layer() local
46 INT32 syy = (sy + scrolly) & mheight; in bac06_draw_layer()
47 if (csenable) syy = (syy + scry[syy]) & mheight; in bac06_draw_layer()
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Daction.c74 int mwidth, mheight; in ProcessActionPress() local
129 GetRootMenuSize(menu, &mwidth, &mheight); in ProcessActionPress()
136 y = cp->screeny - mheight; in ProcessActionPress()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/dataeast/
H A Ddecobac06.cpp37 INT32 mheight = (high * tsize)-1; in bac06_draw_layer() local
46 INT32 syy = (sy + scrolly) & mheight; in bac06_draw_layer()
47 if (csenable) syy = (syy + BURN_ENDIAN_SWAP_INT16(scry[syy])) & mheight; in bac06_draw_layer()
/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Drecomb.c82 for( v = 0; v < mheight; v++ ) { \
95 q += mheight; \
107 int mheight = recomb->m->Ysize; in vips_recomb_gen() local
/dports/games/xmemory/xmemory-3.7/
H A Dxmemory.C295 int mwidth, mheight; in main() local
310 mheight = HeightOfScreen(DefaultScreenOfDisplay(dpy)); in main()
315 mheight = 768; in main()
317 Port::gif->SetupParams( &param[Photo], mwidth, mheight ); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A DXrandr.h44 int mwidth, mheight; member
66 int mheight; member
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A DXrandr.h44 int mwidth, mheight; member
66 int mheight; member
/dports/x11-wm/picom/picom-8.2/src/
H A Dopengl.c707 int mdx = dx, mdy = dy, mwidth = width, mheight = height; in glx_blur_dst() local
736 if (mwidth != pbc->width || mheight != pbc->height) in glx_blur_dst()
741 pbc->textures[0] = glx_gen_texture(tex_tgt, mwidth, mheight); in glx_blur_dst()
744 pbc->textures[1] = glx_gen_texture(tex_tgt, mwidth, mheight); in glx_blur_dst()
746 pbc->height = mheight; in glx_blur_dst()
764 glx_copy_region_to_tex(ps, tex_tgt, mdx, mdy, mdx, mdy, mwidth, mheight); in glx_blur_dst()
780 texfac_y /= (GLfloat)mheight; in glx_blur_dst()
832 auto ry = (GLfloat)(mheight - (crect.y1 - mdy)) * texfac_y; in glx_blur_dst()
836 auto rdy = (GLfloat)(mheight - crect.y1 + mdy); in glx_blur_dst()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmpad.c39 unsigned int mheight; member
92 OPTENT3(0, "mheight", OPT_UINT, &cmdlineP->mheight, in parseCommandLine()
167 cmdlineP->mheight = 1; in parseCommandLine()
429 unsigned int const mheightMaxPad = cmdline.mheight - 1; in validateVerticalSize()
468 cmdline.mheight, in computeVerticalPadSizes()
/dports/x11/libXrandr/libXrandr-1.5.2/src/
H A DXrandr.c85 aevent->mheight = awire->heightInMillimeters; in XRRWireToEvent()
211 awire->heightInMillimeters = aevent->mheight; in XRREventToWire()
492 dpy->screens[snum].mwidth = scevent->mheight; in XRRUpdateConfiguration()
493 dpy->screens[snum].mheight = scevent->mwidth; in XRRUpdateConfiguration()
498 dpy->screens[snum].mheight = scevent->mheight; in XRRUpdateConfiguration()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DRandrGlue.c67 int dpi, mwidth, mheight; in vncRandRResizeScreen() local
72 mheight = height * 254 / dpi / 10; in vncRandRResizeScreen()
74 return RRScreenSizeSet(pScreen, width, height, mwidth, mheight); in vncRandRResizeScreen()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DRandrGlue.c67 int dpi, mwidth, mheight; in vncRandRResizeScreen() local
72 mheight = height * 254 / dpi / 10; in vncRandRResizeScreen()
74 return RRScreenSizeSet(pScreen, width, height, mwidth, mheight); in vncRandRResizeScreen()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jbig/
H A Dpnmtojbig.c239 long mwidth = 640, mheight = 480; in main() local
277 mheight = atol(argv[i]); in main()
403 jbg_enc_lrlmax(&s, mwidth, mheight); in main()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/X11/extensions/
H A DXrandr.h24 int mheight; member

12345678910