HomeSort by relevance Sort by last modified time
    Searched full:gpbrush (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 88 class GpBrush {};
94 class GpHatch: public GpBrush {}; /* HatchBrush */
96 class GpLineGradient: public GpBrush {}; /* LinearGradientBrush */
101 class GpPathGradient: public GpBrush {}; /* PathGradientBrush */
105 class GpSolidFill: public GpBrush {}; /* SolidBrush */
107 class GpTexture: public GpBrush {}; /* TextureBrush */
114 typedef void GpBrush;
gdiplusflat.h 74 GpStatus WINGDIPAPI GdipCloneBrush(GpBrush*,GpBrush**);
75 GpStatus WINGDIPAPI GdipDeleteBrush(GpBrush*);
76 GpStatus WINGDIPAPI GdipGetBrushType(GpBrush*,GpBrushType*);
221 GpStatus WINGDIPAPI GdipFillRectangle(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
222 GpStatus WINGDIPAPI GdipFillRectangleI(GpGraphics*,GpBrush*,INT,INT,INT,INT);
223 GpStatus WINGDIPAPI GdipFillRectangles(GpGraphics*,GpBrush*,GDIPCONST GpRectF*,INT);
224 GpStatus WINGDIPAPI GdipFillRectanglesI(GpGraphics*,GpBrush*,GDIPCONST GpRect*,INT);
225 GpStatus WINGDIPAPI GdipFillPolygon(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT,GpFillMode);
226 GpStatus WINGDIPAPI GdipFillPolygonI(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,GpFillMode)
    [all...]
gdiplusbrush.h 69 Brush(GpBrush *brush, Status status):
80 GpBrush *nativeBrush;
99 GpBrush *cloneBrush = NULL;
136 HatchBrush(GpBrush *brush, Status status): Brush(brush, status) {}
206 GpBrush *cloneBrush = NULL;
397 LinearGradientBrush(GpBrush *brush, Status status): Brush(brush, status) {}
414 GpBrush *cloneBrush = NULL;
443 SolidBrush(GpBrush *brush, Status status): Brush(brush, status) {}
521 GpBrush *cloneBrush = NULL;
601 TextureBrush(GpBrush *brush, Status status): Brush(brush, status) {
    [all...]
gdipluspen.h 84 // // GdipGetPenBrushFill just returns a GpBrush*
gdipluspath.h 681 GpBrush *cloneBrush = NULL;
957 PathGradientBrush(GpBrush *brush, Status status): Brush(brush, status) {}
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGpStubs.h 50 class GpBrush {};
51 class GpTexture : public GpBrush {};
52 class GpSolidFill : public GpBrush {};
53 class GpLineGradient : public GpBrush {};
54 class GpPathGradient : public GpBrush {};
55 class GpHatch : public GpBrush {};
GdiPlusFlat.h 533 GdipCloneBrush(GpBrush *brush, GpBrush **cloneBrush);
536 GdipDeleteBrush(GpBrush *brush);
539 GdipGetBrushType(GpBrush *brush, GpBrushType *type);
926 GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit,
    [all...]
GdiPlusBrush.h 37 GpBrush *brush = NULL;
99 Brush(GpBrush* nativeBrush, Status status)
105 VOID SetNativeBrush(GpBrush* nativeBrush)
118 GpBrush* nativeBrush;
GdiPlusPen.h 370 GpBrush* nativeBrush;
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 194 typedef GpStatus (WINGDIPAPI *FuncType_GdipFillPath)(GpGraphics *graphics, GpBrush *brush, GpPath *path);
195 typedef GpStatus (WINGDIPAPI *FuncType_GdipDeleteBrush)(GpBrush *brush);
212 typedef GpStatus (WINGDIPAPI *FuncType_GdipFillRectangle)(GpGraphics *graphics, GpBrush *brush, REAL x, REAL y, REAL width, REAL height);
243 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawDriverString)(GpGraphics *graphics, GDIPCONST UINT16 *text, INT length, GDIPCONST GpFont *font, GDIPCONST GpBrush *brush, GDIPCONST PointF *positions, INT flags, GDIPCONST GpMatrix *matrix);
260 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawString)(GpGraphics *graphics, GDIPCONST WCHAR *string, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *layoutRect, GDIPCONST GpStringFormat *stringFormat, GDIPCONST GpBrush *brush);
279 static GpBrush* _GdipCreateBrush(DWORD argb)
613 GpStatus status = CallFunc(GdipDrawDriverString)((GpGraphics*)graphics, (GDIPCONST UINT16 *)text, (INT)length, (GDIPCONST GpFont *)font, (GDIPCONST GpBrush*)brush,
    [all...]

Completed in 2936 milliseconds