Home
last modified time | relevance | path

Searched refs:FloatToPixel (Results 1 – 17 of 17) sorted by relevance

/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h93 static void FloatToPixel(PixelType& target, in FloatToPixel() function
202 static void FloatToPixel(PixelType& target,
206 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
262 static void FloatToPixel(PixelType& target,
266 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
323 static void FloatToPixel(PixelType& target,
327 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
390 static void FloatToPixel(PixelType& target,
H A DImageTraits.h75 PixelTraits::FloatToPixel(image.GetPixelUnchecked<PixelType>(x, y), value); in SetFloatPixel()
H A DImageProcessing.cpp170 PixelTraits<TargetFormat>::FloatToPixel(*q, *p); in ConvertFloatToGrayscale()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h93 static void FloatToPixel(PixelType& target, in FloatToPixel() function
202 static void FloatToPixel(PixelType& target,
206 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
262 static void FloatToPixel(PixelType& target,
266 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
323 static void FloatToPixel(PixelType& target,
327 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
390 static void FloatToPixel(PixelType& target,
H A DImageTraits.h75 PixelTraits::FloatToPixel(image.GetPixelUnchecked<PixelType>(x, y), value); in SetFloatPixel()
H A DImageProcessing.cpp170 PixelTraits<TargetFormat>::FloatToPixel(*q, *p); in ConvertFloatToGrayscale()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Images/
H A DPixelTraits.h93 static void FloatToPixel(PixelType& target, in FloatToPixel() function
202 static void FloatToPixel(PixelType& target,
206 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
262 static void FloatToPixel(PixelType& target,
266 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
323 static void FloatToPixel(PixelType& target,
327 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
390 static void FloatToPixel(PixelType& target,
H A DImageTraits.h75 PixelTraits::FloatToPixel(image.GetPixelUnchecked<PixelType>(x, y), value); in SetFloatPixel()
H A DImageProcessing.cpp170 PixelTraits<TargetFormat>::FloatToPixel(*q, *p); in ConvertFloatToGrayscale()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h93 static void FloatToPixel(PixelType& target, in FloatToPixel() function
202 static void FloatToPixel(PixelType& target,
206 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
262 static void FloatToPixel(PixelType& target,
266 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
323 static void FloatToPixel(PixelType& target,
327 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
390 static void FloatToPixel(PixelType& target,
H A DImageTraits.h75 PixelTraits::FloatToPixel(image.GetPixelUnchecked<PixelType>(x, y), value); in SetFloatPixel()
H A DImageProcessing.cpp170 PixelTraits<TargetFormat>::FloatToPixel(*q, *p); in ConvertFloatToGrayscale()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/Images/
H A DPixelTraits.h93 static void FloatToPixel(PixelType& target, in FloatToPixel() function
202 static void FloatToPixel(PixelType& target,
206 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
262 static void FloatToPixel(PixelType& target,
266 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
323 static void FloatToPixel(PixelType& target,
327 PixelTraits<PixelFormat_Grayscale8>::FloatToPixel(v, value);
390 static void FloatToPixel(PixelType& target,
H A DImageTraits.h75 PixelTraits::FloatToPixel(image.GetPixelUnchecked<PixelType>(x, y), value); in SetFloatPixel()
H A DImageProcessing.cpp170 PixelTraits<TargetFormat>::FloatToPixel(*q, *p); in ConvertFloatToGrayscale()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Duscripttype.pas90 function FloatToPixel(AValue: double): TBGRAPixel; in FloatToPixel() function
445 function FloatToPixel(AValue: double): TBGRAPixel; in FloatToPixel() function
H A Duscripting.pas1178 svtPixList: result := AppendPixel(ADest, FloatToPixel(AValue));
1193 svtPixel: ADest.variableSet.FScalars[ADest.variableIndex].valuePix := FloatToPixel(AValue);
1218 (PBGRAPixel(list)+AIndex)^ := FloatToPixel(AValue);
1890 result := FloatToPixel(ASource.variableSet.FScalars[ASource.variableIndex].valueFloat);
2103 svtFloatList: result := FloatToPixel((PDouble(list)+AIndex)^);