Home
last modified time | relevance | path

Searched refs:PicWidth (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/xmemory/xmemory-3.7/
H A Dreset_image.h29 if (p->gif->PicWidth()==xwidth&&p->gif->PicHeight()==xheight) {
34 register const byte *org = subimage + (i*p->gif->Cols()*p->gif->PicWidth());
35 for (j=0; j<p->gif->PicWidth(); j++)
41 …register const byte *org = subimage + (y*p->gif->PicHeight()/xheight) * p->gif->PicWidth()*p->gif…
44 if (xwidth<p->gif->PicWidth()) {
46 register int delta = p->gif->PicWidth()/2;
48 for (x=p->gif->PicWidth();x>0;x--) {
51 delta+=p->gif->PicWidth();
62 delta-=p->gif->PicWidth();
H A Dmem_image.H16 int PicWidth() { return pic_width; } in PicWidth() function
21 return Data() + PicHeight()*width *y + PicWidth()*x; in SubImage()
H A Dmem_image.C50 par->dim[i].dsize = PicWidth()*p[i]/100; in SetupParams()
51 par->dim[i].wsizex = PicWidth(); in SetupParams()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcustomimage.inc163 PicWidth: Integer;
172 PicWidth := Picture.Width;
176 if (PicWidth=0) or (PicHeight=0) then Exit(Rect(0, 0, 0, 0));
178 PicInside := (PicWidth<ImgWidth) and (PicHeight<ImgHeight);
179 PicOutside := (PicWidth>ImgWidth) and (PicHeight>ImgHeight);
187 h:=(PicHeight*w) div PicWidth;
190 w:=(PicWidth*h) div PicHeight;
192 PicWidth:=w;
196 PicWidth := ImgWidth;
200 Result := Rect(0, 0, PicWidth, PicHeight);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomimage.inc163 PicWidth: Integer;
172 PicWidth := Picture.Width;
176 if (PicWidth=0) or (PicHeight=0) then Exit(Rect(0, 0, 0, 0));
178 PicInside := (PicWidth<ImgWidth) and (PicHeight<ImgHeight);
179 PicOutside := (PicWidth>ImgWidth) and (PicHeight>ImgHeight);
187 h:=(PicHeight*w) div PicWidth;
190 w:=(PicWidth*h) div PicHeight;
192 PicWidth:=w;
196 PicWidth := ImgWidth;
200 Result := Rect(0, 0, PicWidth, PicHeight);
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcustomimage.inc163 PicWidth: Integer;
172 PicWidth := Picture.Width;
176 if (PicWidth=0) or (PicHeight=0) then Exit(Rect(0, 0, 0, 0));
178 PicInside := (PicWidth<ImgWidth) and (PicHeight<ImgHeight);
179 PicOutside := (PicWidth>ImgWidth) and (PicHeight>ImgHeight);
187 h:=(PicHeight*w) div PicWidth;
190 w:=(PicWidth*h) div PicHeight;
192 PicWidth:=w;
196 PicWidth := ImgWidth;
200 Result := Rect(0, 0, PicWidth, PicHeight);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomimage.inc163 PicWidth: Integer;
172 PicWidth := Picture.Width;
176 if (PicWidth=0) or (PicHeight=0) then Exit(Rect(0, 0, 0, 0));
178 PicInside := (PicWidth<ImgWidth) and (PicHeight<ImgHeight);
179 PicOutside := (PicWidth>ImgWidth) and (PicHeight>ImgHeight);
187 h:=(PicHeight*w) div PicWidth;
190 w:=(PicWidth*h) div PicHeight;
192 PicWidth:=w;
196 PicWidth := ImgWidth;
200 Result := Rect(0, 0, PicWidth, PicHeight);
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/encoder_binary_comparison/Scripts/
H A Drun_ParseYUVInfo.sh30 local PicWidth="0"
47 PicWidth=`echo $Iterm | awk 'BEGIN {FS="[xX]"} {print $1}'`
62 echo "$PicWidth $PicHeight $FPS"
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/encoder_binary_comparison/Scripts/
H A Drun_ParseYUVInfo.sh30 local PicWidth="0"
47 PicWidth=`echo $Iterm | awk 'BEGIN {FS="[xX]"} {print $1}'`
62 echo "$PicWidth $PicHeight $FPS"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/encoder_binary_comparison/Scripts/
H A Drun_ParseYUVInfo.sh30 local PicWidth="0"
47 PicWidth=`echo $Iterm | awk 'BEGIN {FS="[xX]"} {print $1}'`
62 echo "$PicWidth $PicHeight $FPS"
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbgraspriteanimation.pas381 PicWidth: integer;
388 PicWidth := AWidth;
392 if Stretch or (Proportional and ((PicWidth > ImgWidth) or
395 if Proportional and (PicWidth > 0) and (PicHeight > 0) then
398 h := (PicHeight * w) div PicWidth;
402 w := (PicWidth * h) div PicHeight;
404 PicWidth := w;
409 PicWidth := ImgWidth;
414 Result := Rect(0, 0, PicWidth, PicHeight);
417 OffsetRect(Result, (ImgWidth - PicWidth) div 2, (ImgHeight - PicHeight) div 2);
/dports/editors/cudatext/CudaText-1.151.0/comp/
H A Datimagebox.pas475 PicWidth, PicHeight,
484 PicWidth:= ImageWidth;
486 if PicWidth=0 then exit;
531 NewWidth:= PicWidth;
535 (PicWidth <= CliWidth) and (PicHeight <= CliHeight) then
544 NImageRatio:= PicWidth / PicHeight;
559 if FImageFitOnlyBig and (CliWidth >= PicWidth) then begin end
564 FImageZoom:= CliWidth * 100 div PicWidth;
572 NewWidth:= Round(PicWidth * FImageZoom / 100);
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpScatter.class.php402 …{ $Picture = $Series["Picture"]; list($PicWidth,$PicHeight,$PicType) = $this->pChartObject->getPic…
425 … { $this->pChartObject->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
586 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
587 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
652 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Picture);
655 $this->pChartObject->drawFromPNG($PicX-$PicWidth/2,$PicY-$PicHeight/2,$Picture);
725 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
726 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
H A DpDraw.class.php1483 list($PicWidth,$PicHeight) = $this->getPicInfo($Serie["Picture"]);
1484 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
1575 list($PicWidth,$PicHeight) = $this->getPicInfo($Serie["Picture"]);
1576 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
1642 list($PicWidth,$PicHeight) = $this->getPicInfo($Picture);
1645 $this->drawFromPNG($PicX-$PicWidth/2,$PicY-$PicHeight/2,$Picture);
2996 …{ $Picture = $Serie["Picture"]; list($PicWidth,$PicHeight,$PicType) = $this->getPicInfo($Picture);…
3025 { $this->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
3038 if ( $Picture != NULL ) { $PicOffset = $PicWidth / 2; $PlotSize = 0; }
3050 { $this->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_ddi_enc_dump.h38 mfxI32 PicWidth,
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/Chart/
H A DScatter.php908 … list($PicWidth, $PicHeight, $PicType) = $this->pChartObject->getPicInfo($Picture);
993 $X - $PicWidth / 2,
1303 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
1304 if ($IconAreaWidth < $PicWidth) {
1305 $IconAreaWidth = $PicWidth;
1430 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Picture);
1434 … $this->pChartObject->drawFromPNG($PicX - $PicWidth / 2, $PicY - $PicHeight / 2, $Picture);
1565 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
1566 if ($IconAreaWidth < $PicWidth) {
1567 $IconAreaWidth = $PicWidth;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpScatter.class.php409 …{ $Picture = $Series["Picture"]; list($PicWidth,$PicHeight,$PicType) = $this->pChartObject->getPic…
437 … { $this->pChartObject->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
628 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
629 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
694 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Picture);
697 $this->pChartObject->drawFromPNG($PicX-$PicWidth/2,$PicY-$PicHeight/2,$Picture);
767 list($PicWidth,$PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
768 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
H A DpDraw.class.php1530 list($PicWidth,$PicHeight) = $this->getPicInfo($Serie["Picture"]);
1531 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
1622 list($PicWidth,$PicHeight) = $this->getPicInfo($Serie["Picture"]);
1623 if ( $IconAreaWidth < $PicWidth ) { $IconAreaWidth = $PicWidth; }
1688 list($PicWidth,$PicHeight) = $this->getPicInfo($Picture);
1691 $this->drawFromPNG($PicX-$PicWidth/2,$PicY-$PicHeight/2,$Picture);
3354 …{ $Picture = $Serie["Picture"]; list($PicWidth,$PicHeight,$PicType) = $this->getPicInfo($Picture);…
3388 { $this->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
3398 if ( $Picture != NULL ) { $PicOffset = $PicWidth / 2; $SerieWeight = 0; }
3412 { $this->drawFromPicture($PicType,$Picture,$X-$PicWidth/2,$Y-$PicHeight/2); }
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/Chart/
H A DScatter.php908 … list($PicWidth, $PicHeight, $PicType) = $this->pChartObject->getPicInfo($Picture);
993 $X - $PicWidth / 2,
1303 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
1304 if ($IconAreaWidth < $PicWidth) {
1305 $IconAreaWidth = $PicWidth;
1430 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Picture);
1434 … $this->pChartObject->drawFromPNG($PicX - $PicWidth / 2, $PicY - $PicHeight / 2, $Picture);
1565 list($PicWidth, $PicHeight) = $this->pChartObject->getPicInfo($Series["Picture"]);
1566 if ($IconAreaWidth < $PicWidth) {
1567 $IconAreaWidth = $PicWidth;
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Djnx.c85 unsigned short PicWidth, PicHeight; member
409 PositionList[j].PicWidth = ReadBlobLSBShort(image); in ReadJNXImage()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/
H A DBaseDraw.php711 list($PicWidth, $PicHeight) = $this->getPicInfo($Serie["Picture"]);
712 if ($IconAreaWidth < $PicWidth) {
713 $IconAreaWidth = $PicWidth;
H A DDraw.php2249 list($PicWidth, $PicHeight) = $this->getPicInfo($Serie["Picture"]);
2250 if ($IconAreaWidth < $PicWidth) {
2251 $IconAreaWidth = $PicWidth;
2379 list($PicWidth, $PicHeight) = $this->getPicInfo($Picture);
2383 $this->drawFromPNG($PicX - $PicWidth / 2, $PicY - $PicHeight / 2, $Picture);
5061 list($PicWidth, $PicHeight, $PicType) = $this->getPicInfo($Picture);
5140 $X - $PicWidth / 2,
5171 $PicOffset = $PicWidth / 2;
5211 $X - $PicWidth / 2,
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/
H A DBaseDraw.php711 list($PicWidth, $PicHeight) = $this->getPicInfo($Serie["Picture"]);
712 if ($IconAreaWidth < $PicWidth) {
713 $IconAreaWidth = $PicWidth;
/dports/irc/pisg/pisg-0.73/docs/
H A DChangelog427 * PicWidth and PicHeight apparently got mixed up in the last version,
447 * Fixed wrong example documentation for PicWidth and PicHeight (thanks,
491 Likewise with PicWidth.
498 * PicWidth and PicHeight settings now also works for DefaultPic option.
610 * Fixed wrong reference to PicHeight in docs which should be PicWidth.
686 * Configuration options renamed: pic_width => PicWidth, pic_height =>
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek_usb2_asic.h98 unsigned int PicWidth; member

12