OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
320
GpMatrix
* matrix,
370
GDIPCONST
GpMatrix
* matrix);
377
GpMatrix
** matrix);
378
typedef GpStatus(WINGDIPAPI* FuncType_GdipDeleteMatrix)(
GpMatrix
* matrix);
381
GpMatrix
* matrix);
430
GpMatrix
* matrix);
[
all
...]
Completed in 438 milliseconds