Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx178 sal_uInt8 ImplScaleColor();
800 sal_uInt8 nIndex = ImplScaleColor(); in ImplReadTransparent()
811 mnTransRed = ImplScaleColor(); in ImplReadTransparent()
812 mnTransGreen = ImplScaleColor(); in ImplReadTransparent()
813 mnTransBlue = ImplScaleColor(); in ImplReadTransparent()
913 sal_uInt8 nIndex = ImplScaleColor(); in ImplGetBackground()
924 sal_uInt8 nRed = ImplScaleColor(); in ImplGetBackground()
925 sal_uInt8 nGreen = ImplScaleColor(); in ImplGetBackground()
926 sal_uInt8 nBlue = ImplScaleColor(); in ImplGetBackground()
938 sal_uInt8 PNGReaderImpl::ImplScaleColor() in ImplScaleColor() function in vcl::PNGReaderImpl