Home
last modified time | relevance | path

Searched refs:hstretch (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfflowlayout.cpp44 : QLayoutItem(a), item(li), hstretch(0), vstretch(0) in KLFFlowLayoutItem()
114 int hstretch; member
379 linelyt->setStretch(i, lines[k][n]->hstretch); in doLayout()
445 void KLFFlowLayout::addItem(QLayoutItem *item, int hstretch, int vstretch) in addItem() argument
449 fi->hstretch = hstretch; in addItem()
453 void KLFFlowLayout::addWidget(QWidget *w, int hstretch, int vstretch, Qt::Alignment align) in addWidget() argument
461 addItem(wi, hstretch, vstretch); in addWidget()
463 void KLFFlowLayout::addLayout(QLayout *l, int hstretch, int vstretch) in addLayout() argument
466 addItem(l, hstretch, vstretch); in addLayout()
H A Dklfflowlayout.h63 virtual void addItem(QLayoutItem *item, int hstretch, int vstretch);
64 virtual void addLayout(QLayout *l, int hstretch = 0, int vstretch = 0);
65 virtual void addWidget(QWidget *w, int hstretch = 0, int vstretch = 0, Qt::Alignment align = 0);
/dports/games/openmw/openmw-openmw-0.47.0/components/widgets/
H A Dbox.cpp189 bool hstretch = w->getUserString ("HStretch") == "true"; in align() local
193 h_stretched_count += hstretch; in align()
197 sizes[i] = std::make_pair(aw->getRequestedSize (), hstretch); in align()
203 sizes[i] = std::make_pair(w->getSize(), hstretch); in align()
389 bool hstretch = w->getUserString ("HStretch") == "true"; in align() local
391 int width = hstretch ? maxWidth : sizes[i].first.width; in align()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dplain_markers.asy185 bool hstretch=false, bool vstretch=false)
187 if(maxwidth <= 0) hstretch=false;
189 if(Legend.length <= 1) vstretch=hstretch=false;
241 if(hstretch)
261 if(perline <= 1) hstretch=false;
262 if(hstretch) hskip=(maxwidth/widthPerEntry-perline)/(perline-1)+1;
268 if(hstretch && (perline == 1)) {
290 bool hstretch=false, bool vstretch=false, pen p=currentpen)
297 hstretch,vstretch).fit();
/dports/math/asymptote/asymptote-2.67/base/
H A Dplain_markers.asy185 bool hstretch=false, bool vstretch=false)
187 if(maxwidth <= 0) hstretch=false;
189 if(Legend.length <= 1) vstretch=hstretch=false;
241 if(hstretch)
261 if(perline <= 1) hstretch=false;
262 if(hstretch) hskip=(maxwidth/widthPerEntry-perline)/(perline-1)+1;
268 if(hstretch && (perline == 1)) {
290 bool hstretch=false, bool vstretch=false, pen p=currentpen)
297 hstretch,vstretch).fit();
/dports/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9/src/
H A Dsmi_video.c1750 uint32_t hstretch, vstretch; in SMI_DisplayVideo() local
1777 hstretch = ((uint32_t)(vid_w - 1) << 16) / (drw_w - 1); in SMI_DisplayVideo()
1779 hstretch = 0; in SMI_DisplayVideo()
1796 WRITE_VPR(pSmi, 0x68, ((hstretch & 0xff) << 8) | (vstretch & 0xff)); in SMI_DisplayVideo()
1929 int hstretch, vstretch; in SMI_DisplayVideo0501() local
1952 hstretch = 4096 * vid_w / drw_w; in SMI_DisplayVideo0501()
1958 hstretch = (4096 * drw_w / vid_w) | 0x8000; in SMI_DisplayVideo0501()
1980 WRITE_DCR(pSmi, 0x0058, (vstretch << 16) | hstretch); in SMI_DisplayVideo0501()
2010 int hstretch, vstretch; in SMI_DisplayVideo0730() local
2039 hstretch = (8192 * vid_w / drw_w); in SMI_DisplayVideo0730()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dtunhunt.cpp319 int hstretch ) in draw_shell() argument
321 if( hstretch ) in draw_shell()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dtunhunt.cpp319 int hstretch ) in draw_shell() argument
321 if( hstretch ) in draw_shell()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtunhunt_vidhrdw.c360 int hstretch ) in draw_shell() argument
362 if( hstretch ) in draw_shell()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dtunhunt_vidhrdw.c360 int hstretch ) in draw_shell() argument
362 if( hstretch ) in draw_shell()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dscalerel.cwl24 \hstretch{scale}{object}
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_video.c797 int hstretch, vstretch, fmt; in NEODisplayVideo() local
875 hstretch = (double)0x1000 * 4 / (int)(nPtr->videoHZoom * 4); in NEODisplayVideo()
877 hstretch = (((int)src_w) * hstretch) / (int) drw_w; in NEODisplayVideo()
899 OUTGR(0xc0, hstretch >> 8); in NEODisplayVideo()
900 OUTGR(0xc1, hstretch); in NEODisplayVideo()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dtunhunt.h51 int hposition,int vstart,int vstop,int vstretch,int hstretch);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dtunhunt.h51 int hposition,int vstart,int vstop,int vstretch,int hstretch);
/dports/deskutils/recoll/recoll-1.31.2/qtgui/confgui/
H A Dconfgui.cpp377 int hstretch, int vstretch);
381 int hstretch, int vstretch) in setSzPol() argument
384 policy.setHorizontalStretch(hstretch); in setSzPol()
H A Dconfgui.h450 int hstretch, int vstretch);
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Ddevice.c1199 short hstretch; /* Strechable horizontal */ member
1367 { stretch = max(stretch, m->units[x][y].hstretch); in stretchColumns()
1368 if ( m->units[x][y].hstretch == 0 ) in stretchColumns()
1666 u->hstretch = valInt(hs); in layoutDialogDevice()
1757 if ( m.units[x][y].hstretch ) in layoutDialogDevice()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_image.c745 uint32_t hstretch = 0, vstretch = 0; in _efl_canvas_image_internal_efl_gfx_image_stretch_region_set() local
783 if ((*walk & 0x80)) hstretch += *walk & 0x7F; in _efl_canvas_image_internal_efl_gfx_image_stretch_region_set()
799 state_write->stretch.horizontal.stretchable = hstretch; in _efl_canvas_image_internal_efl_gfx_image_stretch_region_set()
/dports/math/asymptote/asymptote-2.67/
H A Dasy.list1246 …skip=<default>, real maxwidth=<default>, real maxheight=<default>, bool hstretch=<default>, bool v…
1247 …ip, real vskip, real maxwidth=<default>, real maxheight=<default>, bool hstretch=<default>, bool v…
H A DReleaseNotes1246 HookHead2. New maxheight, hstretch, and vstretch parameters were added to
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dasy.list1227 …skip=<default>, real maxwidth=<default>, real maxheight=<default>, bool hstretch=<default>, bool v…
1228 …ip, real vskip, real maxwidth=<default>, real maxheight=<default>, bool hstretch=<default>, bool v…
H A DReleaseNotes918 HookHead2. New maxheight, hstretch, and vstretch parameters were added to
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/doc/
H A Dasymptote.texi1152 bool hstretch=false, bool vstretch=false, pen p=currentpen);
1162 @code{hstretch} and @code{vstretch} allow the legend to stretch
9765 @c LocalWords: hstretch vstretch roundbox nonconvex miterlimit basealigin cmd
/dports/math/asymptote/asymptote-2.67/doc/
H A Dasymptote.texi1224 bool hstretch=false, bool vstretch=false, pen p=currentpen);
1234 @code{hstretch} and @code{vstretch} allow the legend to stretch
10085 @c LocalWords: hstretch vstretch roundbox nonconvex miterlimit basealigin cmd
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/doc/png/
H A Dasymptote.info914 bool hstretch=false, bool vstretch=false, pen p=currentpen);
921 unlimited), 'hstretch' and 'vstretch' allow the legend to stretch

12