Home
last modified time | relevance | path

Searched refs:OutHeight (Results 1 – 8 of 8) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/widgets/
H A Drulerectangle.cpp39 OutHeight, in DENG2_PIMPL() enumerator
113 if (!_midY) _midY = holdRef(*outputRules[OutTop] + *outputRules[OutHeight] / 2); in DENG2_PIMPL()
179 OutTop, OutBottom, OutHeight); in DENG2_PIMPL()
277 return *d->outputRules[Impl::OutHeight]; in height()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfj.c450 int OutHeight; in pdf_end_image_binary() local
458 OutHeight = atoi(data); in pdf_end_image_binary()
459 if (OutHeight != piw->height) { in pdf_end_image_binary()
464 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
465 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
467 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfj.c453 int OutHeight; in pdf_end_image_binary() local
461 OutHeight = atoi(data); in pdf_end_image_binary()
462 if (OutHeight != piw->height) { in pdf_end_image_binary()
467 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
468 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
470 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfj.c453 int OutHeight; in pdf_end_image_binary() local
461 OutHeight = atoi(data); in pdf_end_image_binary()
462 if (OutHeight != piw->height) { in pdf_end_image_binary()
467 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
468 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
470 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfj.c450 int OutHeight; in pdf_end_image_binary() local
458 OutHeight = atoi(data); in pdf_end_image_binary()
459 if (OutHeight != piw->height) { in pdf_end_image_binary()
464 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
465 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
467 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfj.c462 int OutHeight; in pdf_end_image_binary() local
470 OutHeight = atoi(data); in pdf_end_image_binary()
471 if (OutHeight != piw->height) { in pdf_end_image_binary()
476 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
477 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
479 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfj.c462 int OutHeight; in pdf_end_image_binary() local
470 OutHeight = atoi(data); in pdf_end_image_binary()
471 if (OutHeight != piw->height) { in pdf_end_image_binary()
476 float factor = (float)OutHeight / piw->height; in pdf_end_image_binary()
477 OutHeight = (int)(factor * data_h); in pdf_end_image_binary()
479 piw->pin->Height, OutHeight); in pdf_end_image_binary()
/dports/emulators/almostti/AlmostTI-DougMelton-Source/EMULib/Maemo/
H A DLibMaemo.c89 static int OutHeight; /* Preferred output image height */ variable
182 OutHeight = Height; in InitMaemo()
595 GTKResizeVideo(OutWidth,OutHeight); in SetVideo()
794 GTKResizeVideo(OutWidth,OutHeight); in GTKSetEffects()
1024 GTKResizeVideo(OutWidth,OutHeight); in GTKKeyHandler()
1230 OutHeight = Height; in GTKResizeVideo()