Home
last modified time | relevance | path

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

/AOO42X/main/drawinglayer/source/texture/
H A Dtexture.cxx156 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
184aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * aNew; in appendTransformationsAndColors()
187aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
189 rEntries.push_back(aB2DHomMatrixAndBColor); in appendTransformationsAndColors()
250 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
269aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * aNew; in appendTransformationsAndColors()
272aB2DHomMatrixAndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
274 rEntries.push_back(aB2DHomMatrixAndBColor); in appendTransformationsAndColors()
324 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
329aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
[all …]