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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBrush.h11 * Brush API related declarations
24 class Brush : public GdiplusBase class in inherits:GdiplusBase
30 virtual ~Brush()
35 virtual Brush* Clone() const
41 Brush *newBrush = new Brush(brush, lastResult);
70 Brush() function in class:Brush
78 Brush(const Brush& brush);
79 Brush
84 Brush(const Brush& brush) function in class:Brush
99 Brush(GpBrush* nativeBrush, Status status) function in class:Brush
[all...]

Completed in 541 milliseconds