Home
last modified time | relevance | path

Searched refs:tmpheight (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mednafen/mednafen/src/drivers/
H A Dopengl.cpp45 unsigned int tmpheight; in BlitRaw() local
50 tmpheight = rect->h; in BlitRaw()
55 tmpheight = round_up_pow2(rect->h); in BlitRaw()
58 if(tmpwidth > MaxTextureSize || tmpheight > MaxTextureSize) in BlitRaw()
129 sc[0][1] = (float)(src_rect->y + y_fudge) / tmpheight; // Y in MakeSourceCoords()
312 unsigned int tmpheight; in Blit() local
345 tmpheight = tex_src_rect.h; in Blit()
347 if(tmpwidth != last_w || tmpheight != last_h) in Blit()
351 last_h = tmpheight; in Blit()
359 tmpheight = round_up_pow2(tex_src_rect.h); in Blit()
[all …]
H A Dopengl.h169 …DFN_Rect *tex_src_rect, const MDFN_Rect *dest_rect, const uint32 tmpwidth, const uint32 tmpheight);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Export/Helpers/
H A DPdf.php231 $tmpheight = array();
253 if (!isset($tmpheight[$row . '-' . $this->page])) {
254 $tmpheight[$row . '-' . $this->page] = 0;
266 $h = $tmpheight[$row . '-' . $maxpage];
383 $tmpheight = array();
412 if (!isset($tmpheight[$row . '-' . $this->page])) {
413 $tmpheight[$row . '-' . $this->page] = 0;
423 $h = $tmpheight[$row . '-' . $maxpage];
588 $tmpheight = array();
653 $tmpheight[$row . '-' . $this->page] = 0;
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Export/Helpers/
H A DPdf.php291 $tmpheight = [];
313 if (! isset($tmpheight[$row . '-' . $this->page])) {
314 $tmpheight[$row . '-' . $this->page] = 0;
326 $h = $tmpheight[$row . '-' . $maxpage];
442 $tmpheight = [];
469 if (! isset($tmpheight[$row . '-' . $this->page])) {
470 $tmpheight[$row . '-' . $this->page] = 0;
482 $h = $tmpheight[$row . '-' . $maxpage];
639 $tmpheight = [];
702 $tmpheight[$row . '-' . $this->page] = 0;
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_winvidix.c84 int tmpheight=0; in WndProc() local
103 tmpheight = ((float)vo_dwidth/window_aspect); in WndProc()
104 tmpheight += tmpheight % 2; in WndProc()
105 if(tmpheight > vo_dheight) in WndProc()
110 else vo_dheight = tmpheight; in WndProc()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_winvidix.c84 int tmpheight=0; in WndProc() local
103 tmpheight = ((float)vo_dwidth/window_aspect); in WndProc()
104 tmpheight += tmpheight % 2; in WndProc()
105 if(tmpheight > vo_dheight) in WndProc()
110 else vo_dheight = tmpheight; in WndProc()
/dports/www/bolt/bolt-2.2.24/vendor/bolt/thumbs/src/
H A DThumbnailCreator.php236 $tmpheight = $h * ($width / $w);
237 if ($tmpheight > $height) {
241 $height = $tmpheight;
/dports/graphics/libvisual/libvisual-0.2.0/libvisual/
H A Dlv_actor.c547 int tmpwidth, tmpheight, tmppitch; in negotiate_video() local
550 tmpheight = actor->video->height; in negotiate_video()
564 if (tmpwidth != actor->video->width || tmpheight != actor->video->height) { in negotiate_video()
568 visual_video_set_dimension (actor->video, tmpwidth, tmpheight); in negotiate_video()
/dports/graphics/libvisual04/libvisual-0.4.0/libvisual/
H A Dlv_actor.c598 int tmpwidth, tmpheight, tmppitch; in negotiate_video() local
601 tmpheight = actor->video->height; in negotiate_video()
615 if (tmpwidth != actor->video->width || tmpheight != actor->video->height) { in negotiate_video()
621 visual_video_set_dimension (actor->video, tmpwidth, tmpheight); in negotiate_video()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxlib.cpp577 float tmpx0, tmpy0, tmpwidth, tmpheight, tmpresolution; in FPX_RefreshWindow() local
578 theWindow->GetWindowDefinition (&tmpx0, &tmpy0, &tmpwidth, &tmpheight, &tmpresolution); in FPX_RefreshWindow()
580 theWindow->WorldToWindow(tmpx0+tmpwidth,tmpy0+tmpheight,&width, in FPX_RefreshWindow()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dclass-nlctdoc.cwl69 \tmpheight#*
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dsvg.c900 int tmpheight; in SVGDrawString() local
906 tmpheight = (int)((float)charptr->bbox.height in SVGDrawString()
908 if (group < tmpheight) group = (short)tmpheight; in SVGDrawString()
H A Dtext.c1732 int tmpheight; in UDrawString0() local
1738 tmpheight = fonts[ffont].glyph_top[*textptr]; in UDrawString0()
1742 tmpheight = (int)((float)charptr->bbox.height in UDrawString0()
1745 if (group < tmpheight) group = tmpheight; in UDrawString0()
H A Delements.c441 short tmpheight, *newselect; in textbutton() local
456 tmpheight = (short)(TEXTHEIGHT * (*newlabel)->scale); in textbutton()
458 (((*newlabel)->anchor & TOP) ? tmpheight : tmpheight / 2) : 0; in textbutton()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/win32/
H A Dgui.c653 uint32_t tmpheight=0; in VideoProc() local
667 tmpheight = rect_width/video_aspect; in VideoProc()
668 tmpheight += tmpheight % 2; in VideoProc()
669 if(tmpheight > rect_height) in VideoProc()
674 else rect_height = tmpheight; in VideoProc()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/win32/
H A Dgui.c653 uint32_t tmpheight=0; in VideoProc() local
667 tmpheight = rect_width/video_aspect; in VideoProc()
668 tmpheight += tmpheight % 2; in VideoProc()
669 if(tmpheight > rect_height) in VideoProc()
674 else rect_height = tmpheight; in VideoProc()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3richtext_p.h513 int tmpwidth, tmpheight; variable
536 int tmpheight;
H A Dq3richtext.cpp6737 tmpheight = height; in Q3TextImage()
6777 height = scale(tmpheight, p); in adjustToPainter()
6841 height = scale(tmpheight, p); in adjustToPainter()
6850 height = tmpheight = 8; in Q3TextHorizontalLine()
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqrichtext_p.h532 int tmpwidth, tmpheight; variable
554 int tmpheight;