Searched refs:aGradientRecords (Results 1 – 1 of 1) sorted by relevance
604 vector< struct GradRecord > aGradientRecords; in Impl_addGradient() local612 aGradientRecords.push_back( GradRecord( 0x00, maGradient.GetEndColor() ) ); in Impl_addGradient()613 aGradientRecords.push_back( GradRecord( 0xff, maGradient.GetStartColor() ) ); in Impl_addGradient()645 aGradientRecords.push_back( GradRecord( 0x00, maGradient.GetEndColor() ) ); in Impl_addGradient()646 aGradientRecords.push_back( GradRecord( 0x80, maGradient.GetStartColor() ) ); in Impl_addGradient()647 aGradientRecords.push_back( GradRecord( 0xff, maGradient.GetEndColor() ) ); in Impl_addGradient()661 aGradientRecords.push_back( GradRecord( 0x00, maGradient.GetStartColor() ) ); in Impl_addGradient()662 aGradientRecords.push_back( GradRecord( 0xff, maGradient.GetEndColor() ) ); in Impl_addGradient()678 DBG_ASSERT( aGradientRecords.size() < 8, "Illegal FlashGradient!" ); in Impl_addGradient()680 pTag->addUI8( static_cast<sal_uInt8>( aGradientRecords.size() ) ); in Impl_addGradient()[all …]