|
LMMS
|
Classes | |
| struct | juce::Direct2DLowLevelGraphicsContext::Pimpl |
| struct | juce::Direct2DLowLevelGraphicsContext::SavedState |
Namespaces | |
| namespace | juce |
Functions | |
| template<typename Type> | |
| D2D1_RECT_F | juce::rectangleToRectF (const Rectangle< Type > &r) |
| static D2D1_COLOR_F | juce::colourToD2D (Colour c) |
| static void | juce::pathToGeometrySink (const Path &path, ID2D1GeometrySink *sink, const AffineTransform &transform) |
| static D2D1::Matrix3x2F | juce::transformToMatrix (const AffineTransform &transform) |
| static D2D1_POINT_2F | juce::pointTransformed (int x, int y, const AffineTransform &transform) |
| static void | juce::rectToGeometrySink (const Rectangle< int > &rect, ID2D1GeometrySink *sink, const AffineTransform &transform) |