Home
last modified time | relevance | path

Searched refs:bitsperpixel_valuename (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dregsvr.c177 static const char bitsperpixel_valuename[] = "BitLength"; variable
1018 res = RegSetValueExA(clsid_key, bitsperpixel_valuename, 0, REG_DWORD, in register_pixelformats()
H A Dinfo.c51 static const WCHAR bitsperpixel_valuename[] = {'B','i','t','L','e','n','g','t','h',0}; variable
1390 return ComponentInfo_GetDWORDValue(This->classkey, bitsperpixel_valuename, puiBitsPerPixel); in PixelFormatInfo_GetBitsPerPixel()