Home
last modified time | relevance | path

Searched refs:FreeImage_ConvertLine16To8_565 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DConversion8.cpp68 FreeImage_ConvertLine16To8_565(BYTE *target, BYTE *source, int width_in_pixels) { in FreeImage_ConvertLine16To8_565() function
171FreeImage_ConvertLine16To8_565(FreeImage_GetScanLine(new_dib, rows), FreeImage_GetScanLine(dib, ro… in FreeImage_ConvertTo8Bits()
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/bin/win32/
H A Dlibfreeimage.def35 FreeImage_ConvertLine16To8_565@12
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/
H A DFreeImage.h929 DLL_API void DLL_CALLCONV FreeImage_ConvertLine16To8_565(BYTE *target, BYTE *source, int width_in_p…
/dports/graphics/libpgf/PGF/Console/lib/
H A DFreeImage.h929 DLL_API void DLL_CALLCONV FreeImage_ConvertLine16To8_565(BYTE *target, BYTE *source, int width_in_p…
/dports/graphics/freeimage/FreeImage/Source/
H A DFreeImage.h969 DLL_API void DLL_CALLCONV FreeImage_ConvertLine16To8_565(BYTE *target, BYTE *source, int width_in_p…
/dports/graphics/freeimage/FreeImage/Wrapper/Delphi/src/
H A DFreeImage.pas1138 procedure FreeImage_ConvertLine16To8_565(target, source: PByte; width_in_pixels: Integer); {$IFDEF … procedure
/dports/graphics/freeimage/FreeImage/Wrapper/VB6/src/
H A DMFreeImage.bas1566 Public Declare Sub FreeImage_ConvertLine16To8_565 Lib "FreeImage.dll" Alias "_FreeImage_ConvertLine…