Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx926 double* pColors=aRes.getArray(); in convertFromRGB() local
939 pColors += nComponentsPerPixel; in convertFromRGB()
952 pColors += nComponentsPerPixel; in convertFromRGB()
966 double* pColors=aRes.getArray(); in convertFromARGB() local
979 pColors += nComponentsPerPixel; in convertFromARGB()
992 pColors += nComponentsPerPixel; in convertFromARGB()
1006 double* pColors=aRes.getArray(); in convertFromPARGB() local
1328 pColors += nNonAlphaBytes; in convertIntegerFromRGB()
1329 *pColors++ = sal_uInt8(255); in convertIntegerFromRGB()
1377 pColors += nNonAlphaBytes; in convertIntegerFromARGB()
[all …]
H A Dcanvastools.cxx704 double* pColors=aRes.getArray(); in convertFromRGB() local
707 *pColors++ = pIn->Red; in convertFromRGB()
708 *pColors++ = pIn->Green; in convertFromRGB()
709 *pColors++ = pIn->Blue; in convertFromRGB()
710 *pColors++ = 1.0; in convertFromRGB()
721 double* pColors=aRes.getArray(); in convertFromARGB() local
724 *pColors++ = pIn->Red; in convertFromARGB()
725 *pColors++ = pIn->Green; in convertFromARGB()
726 *pColors++ = pIn->Blue; in convertFromARGB()
727 *pColors++ = pIn->Alpha; in convertFromARGB()
[all …]
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx353 double* pColors=aRes.getArray(); in convertFromRGB() local
356 *pColors++ = pIn->Red; in convertFromRGB()
357 *pColors++ = pIn->Green; in convertFromRGB()
358 *pColors++ = pIn->Blue; in convertFromRGB()
359 *pColors++ = 1.0; in convertFromRGB()
373 *pColors++ = pIn->Red; in convertFromARGB()
374 *pColors++ = pIn->Green; in convertFromARGB()
375 *pColors++ = pIn->Blue; in convertFromARGB()
376 *pColors++ = pIn->Alpha; in convertFromARGB()
393 *pColors++ = pIn->Alpha; in convertFromPARGB()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx865 setColor(pCairo, lerp(pColors[nIndex], pColors[nIndex+1], fAlpha)); in doOperation()
1673 *pColors++ = pIn->Blue; in convertFromRGB()
1674 *pColors++ = pIn->Green; in convertFromRGB()
1675 *pColors++ = pIn->Red; in convertFromRGB()
1676 *pColors++ = 1.0; in convertFromRGB()
1693 *pColors++ = pIn->Alpha; in convertFromARGB()
1707 *pColors++ = pIn->Blue; in convertFromPARGB()
1708 *pColors++ = pIn->Green; in convertFromPARGB()
1709 *pColors++ = pIn->Red; in convertFromPARGB()
1710 *pColors++ = pIn->Alpha; in convertFromPARGB()
[all …]
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx245 const uno::Any* pColors = aColors.getConstArray(); in Load() local
250 if(pColors[nIndex].hasValue()) in Load()
251 pColors[nIndex] >>= m_aConfigValues[i / 2].nColor; in Load()
259 m_aConfigValues[i / 2].bIsVisible = Any2Bool(pColors[nIndex++]); in Load()
H A Dextcolorcfg.cxx380 const uno::Any* pColors = aColors.getConstArray(); in FillComponentColors() local
408 OSL_ENSURE(pColors[i].hasValue(),"Color config entry has NIL as color value set!"); in FillComponentColors()
411 pColors[i] >>= nColor; in FillComponentColors()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1696 Color* pColors = NULL; in GetPixel() local
1708 pColors = new Color[ nSize ]; in GetPixel()
1712 Color& rCol = pColors[ i ]; in GetPixel()
1725 return pColors; in GetPixel()
1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument
1836 if ( !pColors ) in DrawPixel()
1842 DBG_ASSERT( pColors, "OutputDevice::DrawPixel: No color array specified" ); in DrawPixel()
1850 mpMetaFile->AddAction( new MetaPixelAction( rPts[ i ], pColors[ i ] ) ); in DrawPixel()
1867 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
1874 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
H A Dpdfwriter.cxx192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument
194 ((PDFWriterImpl*)pImplementation)->drawPixel( rPts, pColors ); in DrawPixel()
H A Dpdfwriter_impl.hxx1242 void drawPixel( const Polygon& rPts, const Color* pColors = NULL );
H A Dpdfwriter_impl.cxx9292 void PDFWriterImpl::drawPixel( const Polygon& rPoints, const Color* pColors ) in drawPixel() argument
9298 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && ! pColors ) in drawPixel()
9304 if( ! pColors ) in drawPixel()
9318 if( pColors ) in drawPixel()
9320 if( pColors[i] == Color( COL_TRANSPARENT ) ) in drawPixel()
9323 appendNonStrokingColor( pColors[i], aLine ); in drawPixel()
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx252 DiagramColorsPtr pColors( new DiagramColors() ); in loadDiagram() local
253 pDiagram->setColors( pColors ); in loadDiagram()
254 rFilter.importFragment( new DiagramColorsFragmentHandler( rFilter, sCsPath, pColors ) ) ; in loadDiagram()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx152 void Diagram::setColors( const DiagramColorsPtr & pColors) in setColors() argument
154 mpColors = pColors; in setColors()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx292 short* pColors = (short*) ( pSalData->mpDitherDIB + sizeof( BITMAPINFOHEADER ) ); in ImplInitSalGDI() local
301 pColors[ n ] = (short)( n + DITHER_MAX_SYSCOLOR ); in ImplInitSalGDI()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx761 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
H A Doutdev.hxx682 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );

Completed in 161 milliseconds