Searched refs:aLuminance (Results 1 – 2 of 2) sorted by relevance
202 const sal_uInt8 aLuminance(impGetTransparence(nX, nY)); in modifyBColor() local204 rfOpacity = ((double)(0xff - aLuminance) * (1.0 / 255.0)); in modifyBColor()226 const sal_uInt8 aLuminance(impGetTransparence(nX, nY)); in modifyOpacity() local227 const double fNewOpacity((double)(0xff - aLuminance) * (1.0 / 255.0)); in modifyOpacity()
2177 SwLuminanceGrf aLuminance(WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode() local2179 pGrfNd->SetAttr( aLuminance ); in SetAttributesAtGrfNode()
Completed in 30 milliseconds