Home
last modified time | relevance | path

Searched refs:nColorIndex (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbainterior.cxx150 ScVbaInterior::GetIndexColor( sal_Int32 nColorIndex ) in GetIndexColor() argument
152 sal_Int32 nIndex = nColorIndex; in GetIndexColor()
352 sal_Int32 nColorIndex = 0; in setPatternColorIndex() local
353 if( !(_patterncolorindex >>= nColorIndex) ) in setPatternColorIndex()
356 if( nColorIndex == 0 ) in setPatternColorIndex()
359 GetIndexColor( nColorIndex ) >>= nPattColor; in setPatternColorIndex()
H A Dvbaborders.cxx455 uno::Any nColorIndex; in getColorIndex() local
461 if( nColorIndex.hasValue() ) in getColorIndex()
463 if( nColorIndex != xBorder->getColorIndex() ) in getColorIndex()
467 nColorIndex = xBorder->getColorIndex(); in getColorIndex()
470 return nColorIndex; in getColorIndex()
H A Dvbainterior.hxx50 css::uno::Any GetIndexColor( sal_Int32 nColorIndex );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbainterior.cxx156 ScVbaInterior::GetIndexColor( sal_Int32 nColorIndex ) in GetIndexColor() argument
158 sal_Int32 nIndex = nColorIndex; in GetIndexColor()
358 sal_Int32 nColorIndex = 0; in setPatternColorIndex() local
359 if( !(_patterncolorindex >>= nColorIndex) ) in setPatternColorIndex()
362 if( nColorIndex == 0 ) in setPatternColorIndex()
365 GetIndexColor( nColorIndex ) >>= nPattColor; in setPatternColorIndex()
H A Dvbaborders.cxx446 uno::Any nColorIndex; in getColorIndex() local
452 if( nColorIndex.hasValue() ) in getColorIndex()
454 if( nColorIndex != xBorder->getColorIndex() ) in getColorIndex()
458 nColorIndex = xBorder->getColorIndex(); in getColorIndex()
461 return nColorIndex; in getColorIndex()
H A Dvbainterior.hxx51 css::uno::Any GetIndexColor( sal_Int32 nColorIndex );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dscanlinewriter.hxx74 sal_uInt16 nColorIndex = maPalette.GetBestIndex(BitmapColor(nR, nG, nB)); in writeRGB() local
76 mpCurrentScanline[nScanlineIndex] |= (nColorIndex & mnColorBitMask) << nShift; // set in writeRGB()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/bitmap/
H A DScanlineTools.hxx160 const sal_uInt8 nColorIndex = mrPalette.GetBestIndex(nColor); in writePixel() local
161 pData[nDataIndex] |= (nColorIndex & 0x0f) << mnShift; in writePixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/bitmap/
H A DScanlineTools.hxx160 const sal_uInt8 nColorIndex = mrPalette.GetBestIndex(nColor); in writePixel() local
161 pData[nDataIndex] |= (nColorIndex & 0x0f) << mnShift; in writePixel()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c2477 int nColorIndex; in ChangeToGray()
2483 int pixel=nColorIndex;
2527 int nColorIndex; in ChangeToInvertColor()
2533 int pixel=nColorIndex;
2586 int nColorIndex; in ChangeToInterpolateColor()
2704 int nColorIndex; in ChangeToBrightenDarken()
2915 int nColorIndex; in ChangeToChangeSaturation()
3048 int nColorIndex; in ChangeToChangeHue()
3218 int nColorIndex; in ChangeToContrastEnhance()
3320 int nColorIndex; in ChangeToColorBalance()
[all …]
H A Dtypes.h730 typedef void (ImageMapColorFunc)ARGS_DECL((int nColorIndex, XColor*));
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2747 sal_uInt32& nColorIndex, in AdaptObjColor() argument
2763 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2778 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2783 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2799 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2813 std::min(nColorIndex, nColorCount-1))); in AdaptObjColor()
2823 if ( nColorIndex < nColorCount ) in AdaptObjColor()
2824 nColorIndex++; in AdaptObjColor()
2857 sal_uInt32 nColorIndex(0); in CreatePathObj() local
2883 nColorIndex, in CreatePathObj()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2728 sal_uInt32& nColorIndex, in AdaptObjColor() argument
2745 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2760 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2765 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2781 std::min(nColorIndex, nColorCount-1), in AdaptObjColor()
2795 std::min(nColorIndex, nColorCount-1))); in AdaptObjColor()
2805 if ( nColorIndex < nColorCount ) in AdaptObjColor()
2806 nColorIndex++; in AdaptObjColor()
2840 sal_uInt32 nColorIndex(0); in CreatePathObj() local
2873 nColorIndex, in CreatePathObj()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen9.cxx214 IMPL_LINK( ScDocument, GetUserDefinedColor, sal_uInt16, nColorIndex, Color* ) in IMPL_LINK() argument
226 return const_cast<Color*>(&(xColorList->GetColor(nColorIndex)->GetColor())); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen9.cxx212 IMPL_LINK( ScDocument, GetUserDefinedColor, sal_uInt16, nColorIndex, Color* ) in IMPL_LINK() argument
224 return const_cast<Color*>(&(xColorList->GetColor(nColorIndex)->GetColor())); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DEnhancedCustomShape2d.hxx136 sal_uInt32& nColorIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DEnhancedCustomShape2d.hxx134 sal_uInt32& nColorIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/
H A Dsalbmp.cxx461 sal_uInt16 nColorIndex = maPalette.GetBestIndex(BitmapColor(nR, nG, nB)); in writeRGB() local
463 mpCurrentScanline[nScanlineIndex] |= (nColorIndex & mnColorBitMask) << nShift; // set in writeRGB()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofileui.h916 int nColorIndex = (int)(floor(fMsBase*fRcpStep)); in MicroProfileDrawDetailedBars() local
922 …oScreen+1, nBaseY + nHeight, UI.nOpacityBackground | g_nMicroProfileBackColors[nColorIndex++ & 1]); in MicroProfileDrawDetailedBars()
1817 int nColorIndex = 0; in MicroProfileDrawBarView() local
1879 …Y0 + (nHeight+1)+1, UI.nOpacityBackground | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
1929 …erWidth, nY0 + (nHeight+1)+1, 0xff0000000 | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h916 int nColorIndex = (int)(floor(fMsBase*fRcpStep)); in MicroProfileDrawDetailedBars() local
922 …oScreen+1, nBaseY + nHeight, UI.nOpacityBackground | g_nMicroProfileBackColors[nColorIndex++ & 1]); in MicroProfileDrawDetailedBars()
1817 int nColorIndex = 0; in MicroProfileDrawBarView() local
1879 …Y0 + (nHeight+1)+1, UI.nOpacityBackground | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
1929 …erWidth, nY0 + (nHeight+1)+1, 0xff0000000 | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h916 int nColorIndex = (int)(floor(fMsBase*fRcpStep)); in MicroProfileDrawDetailedBars() local
922 …oScreen+1, nBaseY + nHeight, UI.nOpacityBackground | g_nMicroProfileBackColors[nColorIndex++ & 1]); in MicroProfileDrawDetailedBars()
1817 int nColorIndex = 0; in MicroProfileDrawBarView() local
1879 …Y0 + (nHeight+1)+1, UI.nOpacityBackground | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
1929 …erWidth, nY0 + (nHeight+1)+1, 0xff0000000 | (g_nMicroProfileBackColors[nColorIndex++ & 1] + ((bIns… in MicroProfileDrawBarView()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2060 BOOL FillRect(LPCRECT lpRect, int nColorIndex) in FillRect() argument
2064 return ::FillRect(m_hDC, lpRect, (HBRUSH)LongToPtr(nColorIndex + 1)); in FillRect()
2066 return ::FillRect(m_hDC, lpRect, ::GetSysColorBrush(nColorIndex)); in FillRect()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2060 BOOL FillRect(LPCRECT lpRect, int nColorIndex) in FillRect() argument
2064 return ::FillRect(m_hDC, lpRect, (HBRUSH)LongToPtr(nColorIndex + 1)); in FillRect()
2066 return ::FillRect(m_hDC, lpRect, ::GetSysColorBrush(nColorIndex)); in FillRect()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2060 BOOL FillRect(LPCRECT lpRect, int nColorIndex) in FillRect() argument
2064 return ::FillRect(m_hDC, lpRect, (HBRUSH)LongToPtr(nColorIndex + 1)); in FillRect()
2066 return ::FillRect(m_hDC, lpRect, ::GetSysColorBrush(nColorIndex)); in FillRect()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2060 BOOL FillRect(LPCRECT lpRect, int nColorIndex) in FillRect() argument
2064 return ::FillRect(m_hDC, lpRect, (HBRUSH)LongToPtr(nColorIndex + 1)); in FillRect()
2066 return ::FillRect(m_hDC, lpRect, ::GetSysColorBrush(nColorIndex)); in FillRect()

12