Searched refs:ApproximationScale (Results 1 - 13 of 13) sorted by relevance

/haiku/src/libs/icon/transformer/
H A DPathTransformer.h41 virtual double ApproximationScale() const function in class:PathTransformer
42 { return fSource->ApproximationScale(); }
H A DPathSource.h37 virtual double ApproximationScale() const;
H A DAffineTransformer.h52 virtual double ApproximationScale() const;
H A DStrokeTransformer.h50 virtual double ApproximationScale() const;
H A DContourTransformer.h49 virtual double ApproximationScale() const;
H A DPathSource.cpp55 // ApproximationScale
57 PathSource::ApproximationScale() const function in class:PathSource
H A DAffineTransformer.cpp92 // ApproximationScale
94 AffineTransformer::ApproximationScale() const function in class:AffineTransformer
96 return fabs(fSource->ApproximationScale() * scale());
H A DContourTransformer.cpp110 // ApproximationScale
112 ContourTransformer::ApproximationScale() const function in class:ContourTransformer
114 double scale = fSource->ApproximationScale();
H A DPerspectiveTransformer.h79 virtual double ApproximationScale() const;
H A DPerspectiveTransformer.cpp163 PerspectiveTransformer::ApproximationScale() const function in class:PerspectiveTransformer
165 return fSource->ApproximationScale() * scale();
H A DStrokeTransformer.cpp121 // ApproximationScale
123 StrokeTransformer::ApproximationScale() const function in class:StrokeTransformer
125 double scale = fSource->ApproximationScale();
/haiku/src/libs/icon/generic/
H A DVertexSource.h29 virtual double ApproximationScale() const = 0;
/haiku/src/libs/icon/shape/
H A DShape.cpp465 source->ApproximationScale());

Completed in 60 milliseconds