Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx283 double mfOffsetB; member in drawinglayer::primitive2d::SvgLinearAtomPrimitive2D
298 double getOffsetB() const { return mfOffsetB; } in getOffsetB()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx316 double mfOffsetB; member in drawinglayer::primitive2d::SvgLinearAtomPrimitive2D
331 double getOffsetB() const { return mfOffsetB; } in getOffsetB()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx915 mfOffsetB(fOffsetB) in SvgLinearAtomPrimitive2D()
917 if(mfOffsetA > mfOffsetB) in SvgLinearAtomPrimitive2D()
920 std::swap(mfOffsetA, mfOffsetB); in SvgLinearAtomPrimitive2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx948 mfOffsetB(fOffsetB) in SvgLinearAtomPrimitive2D()
950 if(mfOffsetA > mfOffsetB) in SvgLinearAtomPrimitive2D()
953 std::swap(mfOffsetA, mfOffsetB); in SvgLinearAtomPrimitive2D()