Searched defs:yScale (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.cpp18 TransformGradientCommand(TransformBox* box, Gradient* gradient, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
H A DTransformObjectsCommand.cpp19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
H A DTransformCommand.cpp14 TransformCommand(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* actionName) argument
116 SetNewTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) argument
H A DChannelTransform.cpp170 ChannelTransform::ScaleBy(BPoint origin, double xScale, double yScale) argument
191 ChannelTransform::ScaleBy(double xScale, double yScale) argument
74 SetTransformation(BPoint pivot, BPoint translation, double rotation, double xScale, double yScale) argument
205 SetTranslationAndScale(BPoint offset, double xScale, double yScale) argument
251 double yScale = fYScale; local
[all...]
H A DTransformBoxStates.cpp133 double yScale = 1.0; local
343 double yScale local
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp300 Transformable::ScaleBy(BPoint origin, double xScale, double yScale) argument
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp274 Transformable::ScaleBy(BPoint origin, double xScale, double yScale) argument
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp1267 double yScale = (viewRect.Height() + 1) / (bitmapRect.Height() + 1); local
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp323 double yScale = (bitmapRect.Height() + 1) / (viewRect.Height() + 1); local
1073 _ExtractBitmapRegions(ServerBitmap& bitmap, uint32 options, const BRect& bitmapRect, const BRect& viewRect, double xScale, double yScale, BRegion& region, UtilityBitmap**& bitmaps) argument
[all...]

Completed in 87 milliseconds