Home
last modified time | relevance | path

Searched refs:MaxH (Results 1 – 25 of 62) sorted by relevance

123

/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dpager.c53 int MaxW, MaxH, width, height; in draw_partitions() local
56 MaxH = scr->virt_y_max + scr->d_height; in draw_partitions()
80 while (y < MaxH) in draw_partitions()
82 y1 = y * height / MaxH; in draw_partitions()
195 int MaxH, MaxW; in PAGER_UpdateView() local
209 MaxH = scr->virt_y_max + scr->d_height; in PAGER_UpdateView()
227 wy = (t->frame_y + scr->virt_y) * (int)height / MaxH; in PAGER_UpdateView()
229 wh = t->frame_height * (int)height / MaxH; in PAGER_UpdateView()
455 int Xoff, Yoff, x, y, MaxW, MaxH, xl, yt, xl1, yt1; in PAGER_Update() local
481 MaxH = scr->virt_y_max + scr->d_height; in PAGER_Update()
[all …]
H A Dmove.c171 int MaxH, MaxW; in MOVE_EventLoop() local
291 MaxH = scr->virt_y_max + scr->d_height; in MOVE_EventLoop()
297 wy = (yt + scr->virt_y) * (int)pagerheight / MaxH; in MOVE_EventLoop()
302 wh = Height * (int)pagerheight / MaxH; in MOVE_EventLoop()
H A Dresize.c131 int MaxH, MaxW; in resize_window() local
195 MaxH = scr->virt_y_max + scr->d_height; in resize_window()
201 wy = (dragy + scr->virt_y) * (int)height / MaxH; in resize_window()
203 wh = dragHeight * (int)height / MaxH; in resize_window()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/data/
H A DCinematicTexture.cpp61 static const int MaxH = 256; variable
322 nby = height / MaxH; in CreateCinematicBitmap()
327 if (height % MaxH) in CreateCinematicBitmap()
336 …float)bi->h, (float)((bi->w > MaxW) ? MaxW : bi->w), (float)((bi->h > MaxH) ? MaxH : bi->h), scale… in CreateCinematicBitmap()
348 if ((h - MaxH) < 0) h2 = h; in CreateCinematicBitmap()
349 else h2 = MaxH; in CreateCinematicBitmap()
373 h -= MaxH; in CreateCinematicBitmap()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dcursors.c169 unsigned int MaxW,MaxH; in init_cursors() local
185 XQueryBestCursor(TkGate.D,TkGate.root,32,32,&MaxW,&MaxH); in init_cursors()
187 printf("[Max cursor size is %dx%d]\n",MaxW,MaxH); in init_cursors()
189 if (MaxW >= 32 || MaxH >= 32) { in init_cursors()
195 if (MaxW < 16 && MaxH < 16) { in init_cursors()
197 "%ux%u (need at least 16x16).]\n",MaxW,MaxH); in init_cursors()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dsizeconstraints.inc48 MaxW, MaxH: integer);
54 MaxW, MaxH: integer);
59 and (FMaxInterfaceHeight=MaxH) then exit;
64 FMaxInterfaceHeight:=MaxH;
144 MaxH: LongInt;
149 MaxH:=EffectiveMaxHeight;
150 if (MaxH>0) and (Result>MaxH) then Result:=MaxH;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dsizeconstraints.inc48 MaxW, MaxH: integer);
54 MaxW, MaxH: integer);
59 and (FMaxInterfaceHeight=MaxH) then exit;
64 FMaxInterfaceHeight:=MaxH;
144 MaxH: LongInt;
149 MaxH:=EffectiveMaxHeight;
150 if (MaxH>0) and (Result>MaxH) then Result:=MaxH;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dsizeconstraints.inc48 MaxW, MaxH: integer);
54 MaxW, MaxH: integer);
59 and (FMaxInterfaceHeight=MaxH) then exit;
64 FMaxInterfaceHeight:=MaxH;
144 MaxH: LongInt;
149 MaxH:=EffectiveMaxHeight;
150 if (MaxH>0) and (Result>MaxH) then Result:=MaxH;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dsizeconstraints.inc48 MaxW, MaxH: integer);
54 MaxW, MaxH: integer);
59 and (FMaxInterfaceHeight=MaxH) then exit;
64 FMaxInterfaceHeight:=MaxH;
144 MaxH: LongInt;
149 MaxH:=EffectiveMaxHeight;
150 if (MaxH>0) and (Result>MaxH) then Result:=MaxH;
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dpager.c110 int MaxW,MaxH,width,height; in DrawPartitionLines() local
113 MaxH = Scr.VyMax + Scr.MyDisplayHeight; in DrawPartitionLines()
132 while(y < MaxH) in DrawPartitionLines()
134 y1 = y*height/MaxH; in DrawPartitionLines()
362 int Xoff,Yoff,x,y,MaxW,MaxH,xl,yt,xl1,yt1; in PagerMoveWindow() local
386 MaxH = Scr.VyMax + Scr.MyDisplayHeight; in PagerMoveWindow()
476 y = yt*MaxH/(int)height - Scr.Vy; in PagerMoveWindow()
723 int MaxH,MaxW; in MoveResizePagerView() local
733 MaxH = Scr.VyMax + Scr.MyDisplayHeight; in MoveResizePagerView()
747 wh = t->icon_p_height*(int)height/MaxH; in MoveResizePagerView()
[all …]
H A Dmove.c109 int MaxH,MaxW; in moveLoop() local
227 MaxH = Scr.VyMax + Scr.MyDisplayHeight; in moveLoop()
236 wy = (yt + Scr.Vy)*(int)pagerheight/MaxH; in moveLoop()
241 wh = Height*(int)pagerheight/MaxH; in moveLoop()
H A Dresize.c295 int MaxH,MaxW; in DoResize() local
357 MaxH = Scr.VyMax + Scr.MyDisplayHeight; in DoResize()
365 wy = (dragy + Scr.Vy)*(int)height/MaxH; in DoResize()
367 wh = dragHeight*(int)height/MaxH; in DoResize()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJImageSprite.h112 s32 MaxH() const {return hMax;} in MaxH() function
H A DJTextMenu.h198 s32 MaxH() {return maxH;} in MaxH() function
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_help.erl461 {MaxW,MaxH} = wxWindow:getSize(TopPanel),
490 wxGraphicsContext:drawText(GC, String, ?lblDesX, MaxH-H-3),
491 wxGraphicsContext:drawText(GC, Www, MaxW-W-5, MaxH-H-3),
/dports/games/holotz-castle/holotz-castle-1.3.14-src/src/
H A DHCScriptAction.cpp386 dialog.Pos(character->CurSprite()->MaxW()/2, -character->CurSprite()->MaxH()/2); in Init()
388 dialog.Pos(-character->CurSprite()->MaxH()/2, -character->CurSprite()->MaxH()/2); in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_draw.cpp38 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_exclgroup.cpp39 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_field.cpp43 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_subform.cpp44 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_draw.cpp38 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_exclgroup.cpp39 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_field.cpp43 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
H A Dcxfa_subform.cpp44 {XFA_Attribute::MaxH, XFA_AttributeType::Measure, (void*)L"0in"},
/dports/x11-wm/treewm/treewm-0.4.5/src/
H A Dclient.cc98 MaxY = 0;MaxH = 0; in Client()
712 if (MaxW || MaxH) in Scroll()
1146 MaxH = height; in InitPosition()
1410 if (type == MAX_UNMAX && !MaxW && !MaxH) in Maximize()
1420 if (MaxH) { in Maximize()
1431 if (MaxH) { in Maximize()
1432 y = MaxY; height = MaxH; in Maximize()
1433 MaxY = 0; MaxH = 0; in Maximize()
1442 MaxY = y; MaxH = height; in Maximize()
1798 if (MaxW || MaxH) { in MoveResize()

123