Searched refs:Transform (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/libs/icon/transformer/
H A DStyleTransformer.cpp24 StyleTransformer::Transform(BPoint* point) const function in class:StyleTransformer
30 Transform(&x, &y);
39 StyleTransformer::Transform(const BPoint& point) const function in class:StyleTransformer
42 Transform(&p);
H A DStyleTransformer.h31 /*! Transform a single point of the shape's style.
43 void Transform(double* x, double* y) const function in class:StyleTransformer
45 void Transform(BPoint* point) const;
46 BPoint Transform(const BPoint& point) const;
H A DPerspectiveTransformer.cpp240 Transform(&x, &y);
244 Transform(&x, &y);
248 Transform(&x, &y);
252 Transform(&x, &y);
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.cpp41 Transform(&x, &y);
56 Transform(&x, &y);
81 Transform(&x1, &y1);
82 Transform(&x2, &y2);
83 Transform(&x3, &y3);
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h46 void Transform(double* x, double* y) const;
47 void Transform(BPoint* point) const;
48 BPoint Transform(const BPoint& point) const;
H A DTransformable.cpp182 Transformable::Transform(double* x, double* y) const function in class:Transformable
189 Transformable::Transform(BPoint* point) const function in class:Transformable
204 Transformable::Transform(const BPoint& point) const function in class:Transformable
207 Transform(&p);
252 Transform(&lt);
253 Transform(&rt);
254 Transform(&lb);
255 Transform(&rb);
H A DAGGTextRenderer.cpp219 fTransform.Transform(fNextCharPos);
401 transform.Transform(&transformOffset);
440 transform.Transform(&transformOffset);
H A DPainter.h75 const Transformable& Transform() const function in class:Painter
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h29 void Transform(BPoint *point);
30 BPoint Transform(BPoint point);
31 void Transform(BShape &shape);
127 inline void BMatrix::Transform(BPoint *point) function in class:BMatrix
136 inline BPoint BMatrix::Transform(BPoint point) function in class:BMatrix
138 Transform(&point);
142 inline void BMatrix::Transform(BShape &shape) function in class:BMatrix
171 fMatrix->Transform(point);
178 fMatrix->Transform(linePts++);
186 fMatrix->Transform(bezierPt
[all...]
H A DSVGViewView.cpp1018 fState.fMatrix.Transform(&topLeft);
1019 fState.fMatrix.Transform(&bottomRight);
1036 fState.fMatrix.Transform(&from);
1037 fState.fMatrix.Transform(&to);
1054 fState.fMatrix.Transform(shape);
1068 fState.fMatrix.Transform(shape);
1081 fState.fMatrix.Transform(shape);
1172 fState.fMatrix.Transform(shape);
1185 fState.fMatrix.Transform(&fTextPosition);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp112 BPoint point = transform.Transform(fPoints[i].point);
113 BPoint pointIn = transform.Transform(fPoints[i].point_in);
114 BPoint pointOut = transform.Transform(fPoints[i].point_out);
/haiku/src/apps/icon-o-matic/transformable/
H A DCanvasTransformBox.cpp45 fParentTransform.Transform(&point);
H A DTransformPointsBox.cpp107 Transform(&transformed);
108 Transform(&transformedIn);
109 Transform(&transformedOut);
H A DTransformGradientBox.cpp156 fShape->Transform(&point);
H A DTransformBox.cpp363 Transform(&fLeftTop);
364 Transform(&fRightTop);
365 Transform(&fLeftBottom);
366 Transform(&fRightBottom);
368 Transform(&fPivot);
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp237 StyleTransformer::Transform(&lt);
238 StyleTransformer::Transform(&rt);
239 StyleTransformer::Transform(&lb);
240 StyleTransformer::Transform(&rb);
309 printf("Transform:\n%f\t%f\t%f\n%f\t%f\t%f\n",
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h47 srcMatrix *= painter->Transform();
55 imgMatrix *= painter->Transform();
/haiku/src/servers/app/
H A DCanvas.cpp207 fDrawState->Transform(transform);
219 fDrawState->Transform(transform);
H A DDrawState.h74 BAffineTransform Transform() const function in class:DrawState
96 void Transform(SimpleTransform& transform) const;
H A DPictureBoundingBoxPlayer.cpp90 fDrawState->Transform(transform);
746 BAffineTransform transform = state->GetDrawState()->Transform();
758 BAffineTransform transform = state->GetDrawState()->Transform();
770 BAffineTransform transform = state->GetDrawState()->Transform();
H A DDrawState.cpp458 Transform(penTransform);
573 DrawState::Transform(SimpleTransform& transform) const function in class:DrawState
814 printf("\t Transform: %.2f, %.2f, %.2f, %.2f, %.2f, %.2f\n",
H A DServerPicture.cpp925 BAffineTransform transform = canvas->CurrentState()->Transform();
941 BAffineTransform transform = canvas->CurrentState()->Transform();
957 BAffineTransform transform = canvas->CurrentState()->Transform();
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp47 Transform(&width, &height);
H A DVectorPath.cpp967 transform.Transform(&(fPath[i].point));
968 transform.Transform(&(fPath[i].point_out));
969 transform.Transform(&(fPath[i].point_in));
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp396 gradient->Transform(&x1, &y1);
397 gradient->Transform(&x2, &y2);

Completed in 131 milliseconds

12