Home
last modified time | relevance | path

Searched defs:nG (Results 1 – 25 of 30) sorted by path

12

/trunk/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx115 …void setRedGreenBlue(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maP… in setRedGreenBlue()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx316 const sal_uInt16 nG = ( (sal_uInt16) rColor.GetGreen() << 8 ) | (sal_uInt16) rColor.GetGreen(); in WriteRGBColor() local
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx134 sal_uInt16 nG = 0; in Read() local
183 long DXFGroupReader::GetI(sal_uInt16 nG) in GetI()
197 double DXFGroupReader::GetF(sal_uInt16 nG) in GetF()
216 const char * DXFGroupReader::GetS(sal_uInt16 nG) in GetS()
231 void DXFGroupReader::SetF(sal_uInt16 nG, double fF) in SetF()
250 void DXFGroupReader::SetS(sal_uInt16 nG, const char * sS) in SetS()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx319 sal_uInt8 nR, nG, nB; in ImplReadBody() local
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx449 sal_uInt16 nR, nG, nB; in ReadRGBColor() local
501 sal_uInt16 nR, nG, nB; in ReadPixPattern() local
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3618 sal_Int16 nG = (sal_Int16)aColor.GetGreen() + (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3632 sal_Int16 nG = (sal_Int16)aColor.GetGreen() - (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3646 sal_Int16 nG = (sal_Int16)nParameter - (sal_Int16)aColor.GetGreen(); in MSO_CLR_ToColor() local
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx170 inline sal_Int32 lclRgbComponentsToRgb( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in lclRgbComponentsToRgb()
256 void Color::setScrgbClr( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in setScrgbClr()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx211 sal_Int32 nG = aColorName.copy( 2, 1 ).toInt32( 16 ) * 0x11; in decodeColor() local
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx660 sal_Int32 nG = rTextColor.copy( 2, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor() local
H A Dstylesbuffer.cxx282 sal_uInt8 nR, nG, nB, nA; in lclReadRgbColor() local
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx584 sal_uInt8 nR, nG, nB; in RawReducePalette() local
H A Dxltools.cxx721 sal_uInt8 nR, nG, nB, nD; in operator >>() local
/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx41 #define DECL_OBJARRAY( ARR, T, nI, nG ) \ argument
358 #define DECL_PTRARRAY(ARR, T, nI, nG)\ argument
426 #define DECL_1BYTEARRAY(ARR, T, nI, nG)\ argument
491 #define DECL_2BYTEARRAY(ARR, T, nI, nG)\ argument
H A Dminstack.hxx29 #define DECL_OBJSTACK( ARR, T, nI, nG ) \ argument
62 #define DECL_PTRSTACK( ARR, T, nI, nG ) \ argument
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx852 const sal_Int32 nG(read_hex(aNum.charAt(1))); in read_color() local
/trunk/main/svl/inc/svl/
H A Dsvstdarr.hxx75 SvUShortsSort(sal_uInt8 nSize = 1, sal_uInt8 nG = 1) in SvUShortsSort()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx825 long nG; in ImpMask() local
/trunk/main/sw/inc/
H A Ddocary.hxx83 SwRedlineTbl( sal_uInt8 nSize = 0, sal_uInt8 nG = 16 ) in SwRedlineTbl()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx340 for ( sal_uInt32 nG = 0; nG < nGroups; nG++ ) in activateTabOrder() local
H A Dstdtabcontrollermodel.cxx310 sal_uInt32 nG = 0; in getGroup() local
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx629 int nB, nG, nR; in GetDefaultPalette() local
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx130 for( sal_uInt16 nG = 0; nG < 256; nG += 51 ) in Bitmap() local
1305 long nR, nG, nB; in CreateMask() local
H A Dbitmap3.cxx566 const sal_uLong nG = *pReadScan++; in ImplMakeGreyscales() local
586 const sal_uLong nG = *pReadScan++; in ImplMakeGreyscales() local
2581 const sal_uLong nG = ( nVCLLut[ aCol.GetGreen() ] + nD ) >> 16UL; in ImplDitherMatrix() local
2598 const sal_uLong nG = ( nVCLLut[ aCol.GetGreen() ] + nD ) >> 16UL; in ImplDitherMatrix() local
2998 long nX, nY, nR, nG, nB, nIndex; in ImplReducePopular() local
3221 long nR, nG, nB; in ImplMedianCut() local
H A Dbmpfast.cxx367 int nG = rDst.GetGreen(); in ImplBlendPixels() local
H A Dgdimtf.cxx2010 const sal_uLong nR = rColor.GetRed(), nG = rColor.GetGreen(), nB = rColor.GetBlue(); in ImplColReplaceFnc() local

Completed in 209 milliseconds

12