Home
last modified time | relevance | path

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

/AOO41X/main/drawinglayer/source/texture/
H A Dtexture.cxx142 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
155 aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * in appendTransformationsAndColors()
157aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
158 rEntries.push_back(aB2DHomMatrixAndBColor); in appendTransformationsAndColors()
207 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
218 aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * in appendTransformationsAndColors()
220aB2DHomMatrixAndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
221 rEntries.push_back(aB2DHomMatrixAndBColor); in appendTransformationsAndColors()
271 B2DHomMatrixAndBColor aB2DHomMatrixAndBColor; in appendTransformationsAndColors() local
276aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
[all …]