Home
last modified time | relevance | path

Searched refs:pixelLength (Results 1 – 20 of 20) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/SpriteLoaders/
H A DPngSheetLoader.cs69 var pixelLength = png.Palette == null ? 4 : 1; in TryParseSprite()
76 Data = new byte[frameRegions[i].Width * frameRegions[i].Height * pixelLength], in TryParseSprite()
81 …Start + y * png.Width) * pixelLength, frames[i].Data, y * frames[i].Size.Width * pixelLength, fram… in TryParseSprite()
/dports/x11-toolkits/redkite/redkite-1.3.1/src/
H A DRkCairoImageBackendCanvas.cpp20 …Data = std::vector<unsigned char>(imageSize.width() * imageSize.height() * pixelLength(format), 0);
22 … imageData.assign(data, data + imageSize.width() * imageSize.height() * pixelLength(format));
48 int RkCairoImageBackendCanvas::pixelLength(RkImage::Format format) const in pixelLength() function in RkCairoImageBackendCanvas
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/src/
H A DRkCairoImageBackendCanvas.cpp20 …Data = std::vector<unsigned char>(imageSize.width() * imageSize.height() * pixelLength(format), 0);
22 … imageData.assign(data, data + imageSize.width() * imageSize.height() * pixelLength(format));
48 int RkCairoImageBackendCanvas::pixelLength(RkImage::Format format) const in pixelLength() function in RkCairoImageBackendCanvas
/dports/devel/eric6/eric6-21.11/eric/eric6/E5Gui/
H A DE5SqueezeLabels.py40 pixelLength = fm.horizontalAdvance(self.__text)
42 pixelLength = fm.width(self.__text)
43 if pixelLength > self.contentsRect().width():
/dports/x11-toolkits/redkite/redkite-1.3.1/include/impl/
H A DRkCairoImageBackendCanvas.h46 int pixelLength(RkImage::Format format) const;
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/impl/
H A DRkCairoImageBackendCanvas.h46 int pixelLength(RkImage::Format format) const;
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomParsing/Internals/
H A DDicomImageDecoder.cpp391 unsigned long pixelLength) in DecodeLookupTable() argument
405 !dataset.findAndGetUint8Array(DCM_PixelData, pixelData, &pixelLength).good()) in DecodeLookupTable()
438 pixelLength != target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
470 pixelLength != 2 * target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/Internals/
H A DDicomImageDecoder.cpp393 unsigned long pixelLength) in DecodeLookupTable() argument
407 !dataset.findAndGetUint8Array(DCM_PixelData, pixelData, &pixelLength).good()) in DecodeLookupTable()
440 pixelLength != target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
472 pixelLength != 2 * target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomParsing/Internals/
H A DDicomImageDecoder.cpp393 unsigned long pixelLength) in DecodeLookupTable() argument
407 !dataset.findAndGetUint8Array(DCM_PixelData, pixelData, &pixelLength).good()) in DecodeLookupTable()
440 pixelLength != target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
472 pixelLength != 2 * target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/Internals/
H A DDicomImageDecoder.cpp393 unsigned long pixelLength) in DecodeLookupTable() argument
407 !dataset.findAndGetUint8Array(DCM_PixelData, pixelData, &pixelLength).good()) in DecodeLookupTable()
440 pixelLength != target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
472 pixelLength != 2 * target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/Internals/
H A DDicomImageDecoder.cpp393 unsigned long pixelLength) in DecodeLookupTable() argument
407 !dataset.findAndGetUint8Array(DCM_PixelData, pixelData, &pixelLength).good()) in DecodeLookupTable()
440 pixelLength != target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
472 pixelLength != 2 * target->GetWidth() * target->GetHeight()) in DecodeLookupTable()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/docs/
H A Ddcmdata.dox73 dataset->putAndInsertUint8Array(DCM_PixelData, pixelData, pixelLength);
/dports/astro/phd2/phd2-2.6.10/cameras/
H A DSbigudrv.h942 unsigned short pixelLength; member
1278 unsigned short pixelLength; member
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_sbig.cpp586 rlp.pixelLength = subframe.width; in Capture()
604 rlp.pixelLength = (unsigned short) FullSize.GetWidth(); in Capture()
/dports/astro/phd2/phd2-2.6.10/thirdparty/frameworks/SBIGUDrv.framework/Versions/A/Headers/
H A Dsbigudrv.h933 unsigned short pixelLength; member
1269 unsigned short pixelLength; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcanvassizepopup.cpp123 double getMeasuredLength(int pixelLength, TMeasure *measure, double dpi, in getMeasuredLength() argument
125 if (unit == "pixel") return pixelLength; in getMeasuredLength()
126 double inchValue = (double)pixelLength / dpi; in getMeasuredLength()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DGraphicsItem.py294 def pixelLength(self, direction, ortho=False): member in GraphicsItem
H A DInfiniteLine.py306 …px = self.pixelLength(direction=Point(1,0), ortho=True) ## get pixel length orthogonal to the line
H A DROI.py2386 pxl = self.pixelLength(Point([1, 0]))
/dports/x11-clocks/astime/astime-2.8/
H A Dastime_x.c76 int pixelLength[3]; variable