Lines Matching defs:BlipFillProperties
77 struct BlipFillProperties struct
81 OptValue< sal_Int32 > moBitmapMode; /// Bitmap tile or stretch.
83 moFillRect; /// Stretch fill offsets.
85 moClipRect;
86 OptValue< sal_Int32 > moTileOffsetX; /// Width of bitmap tiles (EMUs).
87 OptValue< sal_Int32 > moTileOffsetY; /// Height of bitmap tiles (EMUs).
88 …OptValue< sal_Int32 > moTileScaleX; /// Horizontal scaling of bitmap tiles (1/1000 percent…
89 … OptValue< sal_Int32 > moTileScaleY; /// Vertical scaling of bitmap tiles (1/1000 percent).
90 OptValue< sal_Int32 > moTileAlign; /// Anchor point inside bitmap.
91 OptValue< sal_Int32 > moTileFlip; /// Flip mode of bitmap tiles.
92 OptValue< bool > moRotateWithShape; /// True = rotate bitmap with shape.
94 OptValue< sal_Int32 > moColorEffect; /// XML token for a color effect.
95 OptValue< sal_Int32 > moBrightness; /// Brightness in the range [-100000,100000].
96 OptValue< sal_Int32 > moContrast; /// Contrast in the range [-100000,100000].
97 Color maColorChangeFrom; /// Start color of color transformation.
98 Color maColorChangeTo; /// Destination color of color transformation.