Home
last modified time | relevance | path

Searched refs:nComponentsPerPixel (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx769 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToRGB()
783 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToRGB()
818 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToARGB()
871 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToPARGB()
939 pColors += nComponentsPerPixel; in convertFromRGB()
952 pColors += nComponentsPerPixel; in convertFromRGB()
979 pColors += nComponentsPerPixel; in convertFromARGB()
992 pColors += nComponentsPerPixel; in convertFromARGB()
1020 pColors += nComponentsPerPixel; in convertFromPARGB()
1034 pColors += nComponentsPerPixel; in convertFromPARGB()
[all …]

Completed in 19 milliseconds