Home
last modified time | relevance | path

Searched refs:pixmapH (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeDrag.c40 int pixmapW, pixmapH; member
49 int pixmapW, pixmapH; /* Width/Height of 'pixmap'. */ member
127 if (w > dragImage->pixmapW || h > dragImage->pixmapH) { in UpdatePixmap()
135 dragImage->pixmapH = h; in UpdatePixmap()
262 if (w > dragImage->pixmapW || h > dragImage->pixmapH) in DragImage_UpdateStylePixmap()
272 dragImage->pixmapH = h; in DragImage_UpdateStylePixmap()
/dports/x11/wmdrawer/wmdrawer-0.10.5/
H A Dwmdrawer.c519 int pixmapW, pixmapH; in buildDrawer() local
581 &pixmapW, &pixmapH, btnDim, btnDim, resizeMask); in buildDrawer()
586 &pixmapW, &pixmapH, btnDim, btnDim, resizeMask); in buildDrawer()
592 &pixmapW, &pixmapH, btnDim, btnDim, resizeMask); in buildDrawer()
597 &pixmapW, &pixmapH, btnDim, btnDim, resizeMask); in buildDrawer()
634 &pixmapW, &pixmapH, btnDim, btnDim, in buildDrawer()
639 &pixmapW, &pixmapH, btnDim, btnDim, resizeMask); in buildDrawer()
641 yr = (btnDim - pixmapH) / 2; in buildDrawer()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/3gp/
H A Dtiio_3gpM.cpp429 PixMapHandle pixmapH = GetPortPixMap (m_gworld); in save()
430 LockPixels(pixmapH); in save()
432 PixMapHandle pixmapH = NULL; in save() local
501 PixMapHandle pixmapH = GetPortPixMap (m_gworld); in save()
502 if ((err = CompressImage(pixmapH, in save()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dfontcombo.cpp507 int pixmapH = qRound(pixelRatio * option.rect.height()); in paint() local
509 QString wh = QString("-w%1h%2").arg(pixmapW).arg(pixmapH); in paint()
523 QPixmap pixmap(pixmapW, pixmapH); in paint()
524 QPixmap invPixmap(pixmapW, pixmapH); in paint()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_movM.cpp686 PixMapHandle pixmapH = GetPortPixMap(m_gworld); in save() local
688 if ((err = SCCompressImage(m_ci, pixmapH, &frame, &img_descr, in save()