/aoo4110/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 926 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 D | canvastools.cxx | 704 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 …]
|
/aoo4110/main/canvas/source/tools/ |
H A D | canvastools.cxx | 353 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 …]
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 865 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 …]
|
/aoo4110/main/svtools/source/config/ |
H A D | colorcfg.cxx | 245 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 D | extcolorcfg.cxx | 380 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()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | graphicshapecontext.cxx | 252 DiagramColorsPtr pColors( new DiagramColors() ); in loadDiagram() local 253 pDiagram->setColors( pColors ); in loadDiagram() 254 rFilter.importFragment( new DiagramColorsFragmentHandler( rFilter, sCsPath, pColors ) ) ; in loadDiagram()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1687 Color* pColors = NULL; in GetPixel() local 1699 pColors = new Color[ nSize ]; in GetPixel() 1703 Color& rCol = pColors[ i ]; in GetPixel() 1716 return pColors; in GetPixel() 1825 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument 1827 if ( !pColors ) in DrawPixel() 1833 DBG_ASSERT( pColors, "OutputDevice::DrawPixel: No color array specified" ); in DrawPixel() 1841 mpMetaFile->AddAction( new MetaPixelAction( rPts[ i ], pColors[ i ] ) ); in DrawPixel() 1858 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel() 1865 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
|
H A D | pdfwriter.cxx | 192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument 194 ((PDFWriterImpl*)pImplementation)->drawPixel( rPts, pColors ); in DrawPixel()
|
H A D | pdfwriter_impl.hxx | 1242 void drawPixel( const Polygon& rPts, const Color* pColors = NULL );
|
H A D | pdfwriter_impl.cxx | 9292 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()
|
/aoo4110/main/oox/source/drawingml/diagram/ |
H A D | diagram.cxx | 152 void Diagram::setColors( const DiagramColorsPtr & pColors) in setColors() argument 154 mpColors = pColors; in setColors()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 292 short* pColors = (short*) ( pSalData->mpDitherDIB + sizeof( BITMAPINFOHEADER ) ); in ImplInitSalGDI() local 301 pColors[ n ] = (short)( n + DITHER_MAX_SYSCOLOR ); in ImplInitSalGDI()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 762 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
|
H A D | outdev.hxx | 682 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
|