Lines Matching refs:canvas

123                                  const ::canvas::ParametricPolyPolygon::Values& rValues,  in fillLinearGradient()
282 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient()
500 const ::canvas::ParametricPolyPolygon::Values& rValues, in doGradientFill()
509 case ::canvas::ParametricPolyPolygon::GRADIENT_LINEAR: in doGradientFill()
518 case ::canvas::ParametricPolyPolygon::GRADIENT_ELLIPTICAL: in doGradientFill()
520 case ::canvas::ParametricPolyPolygon::GRADIENT_RECTANGULAR: in doGradientFill()
547 const ::canvas::ParametricPolyPolygon::Values& rValues, in gradientFill()
570 ::canvas::tools::calcGradientStepCount(aTotalTransform, in gradientFill()
708 ::canvas::tools::calcTransformedRectBounds( aTextureDeviceRect, in gradientFill()
754 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()
755 … dynamic_cast< ::canvas::ParametricPolyPolygon* >( textures[0].Gradient.get() ); in fillTexturedPolyPolygon()
761 const ::canvas::ParametricPolyPolygon::Values& rValues( in fillTexturedPolyPolygon()
821 ::canvas::tools::mergeViewAndRenderTransform(aTotalTransform, in fillTexturedPolyPolygon()
832 ::canvas::tools::calcTransformedRectBounds( aTextureDeviceRect, in fillTexturedPolyPolygon()
843 ::canvas::tools::appendToRenderState(aLocalState, in fillTexturedPolyPolygon()
848 ::canvas::tools::appendToRenderState(aLocalState, in fillTexturedPolyPolygon()
896 ::canvas::tools::mergeViewAndRenderTransform(aMatrix, viewState, renderState); in fillTexturedPolyPolygon()
980 ::canvas::tools::calcTransformedRectBounds( aTextureSpacePolygonRect, in fillTexturedPolyPolygon()
994 … const sal_Int32 nX1( ::canvas::tools::roundDown( aTextureSpacePolygonRect.getMinX() ) ); in fillTexturedPolyPolygon()
995 … const sal_Int32 nY1( ::canvas::tools::roundDown( aTextureSpacePolygonRect.getMinY() ) ); in fillTexturedPolyPolygon()
996 … const sal_Int32 nX2( ::canvas::tools::roundUp( aTextureSpacePolygonRect.getMaxX() ) ); in fillTexturedPolyPolygon()
997 … const sal_Int32 nY2( ::canvas::tools::roundUp( aTextureSpacePolygonRect.getMaxY() ) ); in fillTexturedPolyPolygon()
1005 ::canvas::tools::calcTransformedRectBounds( aSingleDeviceTextureRect, in fillTexturedPolyPolygon()