HomeSort by relevance Sort by last modified time
    Searched refs:GpMatrix (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 97 class GpMatrix {};
125 typedef void GpMatrix;
gdiplusflat.h 171 GpStatus WINGDIPAPI GdipSetWorldTransform(GpGraphics*,GpMatrix*);
173 GpStatus WINGDIPAPI GdipMultiplyWorldTransform(GpGraphics*,GDIPCONST GpMatrix*,GpMatrixOrder);
177 GpStatus WINGDIPAPI GdipGetWorldTransform(GpGraphics*,GpMatrix*);
251 GpStatus WINGDIPAPI GdipDrawImageFX(GpGraphics*,GpImage*,GpRectF*,GpMatrix*,CGpEffect*,GpImageAttributes*,GpUnit);
350 GpStatus WINGDIPAPI GdipFlattenPath(GpPath*,GpMatrix*,REAL);
351 GpStatus WINGDIPAPI GdipWindingModeOutline(GpPath*,GpMatrix*,REAL);
352 GpStatus WINGDIPAPI GdipWidenPath(GpPath*,GpPen*,GpMatrix*,REAL);
353 GpStatus WINGDIPAPI GdipWarpPath(GpPath*,GpMatrix*,GDIPCONST GpPointF*,INT,REAL,REAL,REAL,REAL,WarpMode,REAL);
354 GpStatus WINGDIPAPI GdipTransformPath(GpPath*,GpMatrix*);
355 GpStatus WINGDIPAPI GdipGetPathWorldBounds(GpPath*,GpRectF*,GDIPCONST GpMatrix*,GDIPCONST GpPen*)
    [all...]
gdiplusmatrix.h 76 GpMatrix *cloneMatrix = NULL;
223 Matrix(GpMatrix *matrix, Status status):
234 GpMatrix *nativeMatrix;
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 234 typedef GpStatus (WINGDIPAPI *FuncType_GdipWidenPath)(GpPath *nativePath, GpPen *pen, GpMatrix *matrix, REAL flatness);
248 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);
249 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateMatrix2)(REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy, GpMatrix **matrix);
250 typedef GpStatus (WINGDIPAPI *FuncType_GdipDeleteMatrix)(GpMatrix *matrix);
251 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetWorldTransform)(GpGraphics *graphics, GpMatrix *matrix);
266 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenTransform)(GpPen *pen, GpMatrix *matrix);
616 (GDIPCONST PointF *)positions, (INT)flags, (GDIPCONST GpMatrix *)matrix);
655 CallFunc(GdipCreateMatrix2)(a, b, c, d, e, f, (GpMatrix**)matrix);
660 CallFunc(GdipDeleteMatrix)((GpMatrix*)matrix);
675 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix)
    [all...]

Completed in 620 milliseconds