Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dsalgdi.cxx236 sal_uInt8 nColorRed = nColor.GetRed(); in GetDitherPixmap() local
245 sal_uInt8 nR = P_DELTA * DMAP( nColorRed, nMagic ); in GetDitherPixmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalgdi.cxx231 sal_uInt8 nColorRed = nColor.GetRed(); in GetDitherPixmap() local
240 sal_uInt8 nR = P_DELTA * DMAP( nColorRed, nMagic ); in GetDitherPixmap()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcsld.c3975 int nColorRed=-1, nColorGreen=-1, nColorBlue=-1; in msSLDGenerateTextSLD() local
4136 nColorRed = psLabelObj->color.red; in msSLDGenerateTextSLD()
4142 nColorRed = psLabelObj->outlinecolor.red; in msSLDGenerateTextSLD()
4146 if (nColorRed >= 0 && nColorGreen >= 0 && nColorBlue >=0) { in msSLDGenerateTextSLD()
4150 sprintf(szHexColor,"%02hhx%02hhx%02hhx",(unsigned char)nColorRed, in msSLDGenerateTextSLD()