Home
last modified time | relevance | path

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

12

/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DPrevImage8.c71 PrevImage8 *PrevImage8_new(mWidget *parent,int hintw,int hinth,uint32_t fLayout) in PrevImage8_new() argument
82 p->wg.hintH = hinth; in PrevImage8_new()
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/posix/
H A Dframeserver.c850 int segid, int hints, size_t hintw, size_t hinth, bool named, in prepare_segment() argument
866 ctx->shm.shmsize = shmpage_size(hintw, hinth, 1, abufc, abufsz, 0); in prepare_segment()
882 shmpage->h = hinth; in prepare_segment()
888 ctx->vbufs, 1, hintw * hinth * sizeof(shmif_pixel), in prepare_segment()
895 .height = hinth, in prepare_segment()
932 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid) in platform_fsrv_spawn_subsegment() argument
938 hinth = hinth == 0 || hinth > ARCAN_SHMPAGE_MAXH ? 32 : hinth; in platform_fsrv_spawn_subsegment()
947 if (!prepare_segment(newseg, segid, hints, hintw, hinth, false, NULL, -1, tag)){ in platform_fsrv_spawn_subsegment()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/posix/
H A Dframeserver.c850 int segid, int hints, size_t hintw, size_t hinth, bool named, in prepare_segment() argument
866 ctx->shm.shmsize = shmpage_size(hintw, hinth, 1, abufc, abufsz, 0); in prepare_segment()
882 shmpage->h = hinth; in prepare_segment()
888 ctx->vbufs, 1, hintw * hinth * sizeof(shmif_pixel), in prepare_segment()
895 .height = hinth, in prepare_segment()
932 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid) in platform_fsrv_spawn_subsegment() argument
938 hinth = hinth == 0 || hinth > ARCAN_SHMPAGE_MAXH ? 32 : hinth; in platform_fsrv_spawn_subsegment()
947 if (!prepare_segment(newseg, segid, hints, hintw, hinth, false, NULL, -1, tag)){ in platform_fsrv_spawn_subsegment()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/posix/
H A Dframeserver.c850 int segid, int hints, size_t hintw, size_t hinth, bool named, in prepare_segment() argument
866 ctx->shm.shmsize = shmpage_size(hintw, hinth, 1, abufc, abufsz, 0); in prepare_segment()
882 shmpage->h = hinth; in prepare_segment()
888 ctx->vbufs, 1, hintw * hinth * sizeof(shmif_pixel), in prepare_segment()
895 .height = hinth, in prepare_segment()
932 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid) in platform_fsrv_spawn_subsegment() argument
938 hinth = hinth == 0 || hinth > ARCAN_SHMPAGE_MAXH ? 32 : hinth; in platform_fsrv_spawn_subsegment()
947 if (!prepare_segment(newseg, segid, hints, hintw, hinth, false, NULL, -1, tag)){ in platform_fsrv_spawn_subsegment()
/dports/x11/aclip/arcan-0.6.1/src/platform/posix/
H A Dframeserver.c850 int segid, int hints, size_t hintw, size_t hinth, bool named, in prepare_segment() argument
866 ctx->shm.shmsize = shmpage_size(hintw, hinth, 1, abufc, abufsz, 0); in prepare_segment()
882 shmpage->h = hinth; in prepare_segment()
888 ctx->vbufs, 1, hintw * hinth * sizeof(shmif_pixel), in prepare_segment()
895 .height = hinth, in prepare_segment()
932 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid) in platform_fsrv_spawn_subsegment() argument
938 hinth = hinth == 0 || hinth > ARCAN_SHMPAGE_MAXH ? 32 : hinth; in platform_fsrv_spawn_subsegment()
947 if (!prepare_segment(newseg, segid, hints, hintw, hinth, false, NULL, -1, tag)){ in platform_fsrv_spawn_subsegment()
/dports/graphics/azpainter/azpainter-2.1.7/src/include/
H A DPrevImage8.h30 PrevImage8 *PrevImage8_new(mWidget *parent,int hintw,int hinth,uint32_t fLayout);
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/
H A Dfsrv_platform.h91 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid);
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/
H A Dfsrv_platform.h91 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid);
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/
H A Dfsrv_platform.h91 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid);
/dports/x11/aclip/arcan-0.6.1/src/platform/
H A Dfsrv_platform.h91 size_t hintw, size_t hinth, uintptr_t tag, uint32_t reqid);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqboxlayout.cpp265 int hinth = 0; in setupGeom() local
345 hinth = qMax(hinth, hint.height()); in setupGeom()
357 hinth += spacing + hint.height(); in setupGeom()
384 sizeHint = QSize(hintw, hinth).expandedTo(minSize).boundedTo(maxSize); in setupGeom()

12