Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx593 struct GradRecord struct
598 GradRecord( sal_uInt8 nRatio, const Color& rColor ) : mnRatio( nRatio ), maColor( rColor ) {} in GradRecord() function
604 vector< struct GradRecord > aGradientRecords; in Impl_addGradient()
612 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()
[all …]

Completed in 6 milliseconds