/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBase.h | 23 DllExports::GdipFree(in_pVoid);
27 return DllExports::GdipAlloc(in_size);
31 DllExports::GdipFree(in_pVoid);
35 return DllExports::GdipAlloc(in_size);
|
GdiPlusImageCodec.h | 27 return DllExports::GdipGetImageDecodersSize(numDecoders, size);
37 return DllExports::GdipGetImageDecoders(numDecoders, size, decoders);
46 return DllExports::GdipGetImageEncodersSize(numEncoders, size);
56 return DllExports::GdipGetImageEncoders(numEncoders, size, encoders);
63 return DllExports::GdipAddImageCodec(codec);
70 return DllExports::GdipRemoveImageCodec(codec);
|
GdiPlusFontCollection.h | 34 lastResult = DllExports::GdipGetFontCollectionFamilyCount(
61 Status status = SetStatus(DllExports::GdipGetFontCollectionFamilyList(
71 DllExports::GdipCloneFontFamily(nativeFamilyList[i],
98 lastResult = DllExports::GdipNewInstalledFontCollection(&nativeFontCollection);
110 return SetStatus(DllExports::GdipInstallFontFile(nativeFontCollection, filename));
116 return SetStatus(DllExports::GdipUninstallFontFile(nativeFontCollection, filename));
124 lastResult = DllExports::GdipNewPrivateFontCollection(&nativeFontCollection);
130 DllExports::GdipDeletePrivateFontCollection(&nativeFontCollection);
136 return SetStatus(DllExports::GdipPrivateAddFontFile(nativeFontCollection, filename));
143 return SetStatus(DllExports::GdipPrivateAddMemoryFont( [all...] |
GdiPlusRegion.h | 27 lastResult = DllExports::GdipCreateRegion(®ion);
37 lastResult = DllExports::GdipCreateRegionRect(&rect, ®ion);
47 lastResult = DllExports::GdipCreateRegionRectI(&rect, ®ion);
57 lastResult = DllExports::GdipCreateRegionPath(path->nativePath, ®ion);
67 lastResult = DllExports::GdipCreateRegionRgnData(regionData, size, ®ion);
77 lastResult = DllExports::GdipCreateRegionHrgn(hRgn, ®ion);
87 if (DllExports::GdipCreateRegionHrgn(hRgn, ®ion) == Ok)
93 DllExports::GdipDeleteRegion(region);
105 DllExports::GdipDeleteRegion(nativeRegion);
116 SetStatus(DllExports::GdipCloneRegion(nativeRegion, ®ion)); [all...] |
GdiPlusMatrix.h | 32 lastResult = DllExports::GdipCreateMatrix(&matrix);
46 lastResult = DllExports::GdipCreateMatrix2(m11, m12, m21, m22,
57 lastResult = DllExports::GdipCreateMatrix3(&rect,
69 lastResult = DllExports::GdipCreateMatrix3I(&rect,
78 DllExports::GdipDeleteMatrix(nativeMatrix);
85 SetStatus(DllExports::GdipCloneMatrix(nativeMatrix,
96 return SetStatus(DllExports::GdipGetMatrixElements(nativeMatrix, m));
106 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
133 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
140 return SetStatus(DllExports::GdipMultiplyMatrix(nativeMatrix, [all...] |
GdiPlusStringFormat.h | 32 lastError = DllExports::GdipCreateStringFormat(
49 lastError = DllExports::GdipCloneStringFormat(
59 lastError = DllExports::GdipCloneStringFormat(
72 DllExports::GdipDeleteStringFormat(nativeFormat);
77 return SetStatus(DllExports::GdipSetStringFormatFlags(
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
96 return SetStatus(DllExports::GdipSetStringFormatLineSpacing(
106 return SetStatus(DllExports::GdipSetStringFormatAlign(
115 SetStatus(DllExports::GdipGetStringFormatAlign(
124 return SetStatus(DllExports::GdipSetStringFormatLineAlign( [all...] |
GdiPlusPen.h | 37 lastResult = DllExports::GdipCreatePen1(color.GetValue(),
46 lastResult = DllExports::GdipCreatePen2(brush->nativeBrush,
52 DllExports::GdipDeletePen(nativePen);
59 lastResult = DllExports::GdipClonePen(nativePen, &clonePen);
66 return SetStatus(DllExports::GdipSetPenWidth(nativePen, width));
73 SetStatus(DllExports::GdipGetPenWidth(nativePen, &width));
87 return SetStatus(DllExports::GdipSetPenLineCap197819(nativePen,
95 return SetStatus(DllExports::GdipSetPenLineCap(nativePen,
102 return SetStatus(DllExports::GdipSetPenStartCap(nativePen, startCap));
107 return SetStatus(DllExports::GdipSetPenEndCap(nativePen, endCap)); [all...] |
GdiPlusBitmap.h | 34 lastResult = DllExports::GdipLoadImageFromFile(filename, &nativeImage);
43 lastResult = DllExports::GdipLoadImageFromStream(stream, &nativeImage);
73 lastResult = DllExports::GdipLoadImageFromFileICM(
80 lastResult = DllExports::GdipLoadImageFromFile(
96 lastResult = DllExports::GdipLoadImageFromStreamICM(
103 lastResult = DllExports::GdipLoadImageFromStream(
139 DllExports::GdipDisposeImage(nativeImage);
147 SetStatus(DllExports::GdipCloneImage(nativeImage, &cloneimage));
161 SetStatus(DllExports::GdipGetEncoderParameterListSize(nativeImage,
174 return SetStatus(DllExports::GdipGetEncoderParameterList(nativeImage, [all...] |
GdiPlusimageAttributes.h | 48 lastResult = DllExports::GdipCreateImageAttributes(&nativeImageAttr);
53 DllExports::GdipDisposeImageAttributes(nativeImageAttr);
60 SetStatus(DllExports::GdipCloneImageAttributes(
73 return SetStatus(DllExports::GdipSetImageAttributesToIdentity(
84 return SetStatus(DllExports::GdipResetImageAttributes(
96 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
109 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
126 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
139 return SetStatus(DllExports::GdipSetImageAttributesColorMatrix(
153 return SetStatus(DllExports::GdipSetImageAttributesThreshold( [all...] |
GdiPlusCachedBitmap.h | 49 lastResult = DllExports::GdipCreateCachedBitmap(
59 DllExports::GdipDeleteCachedBitmap(nativeCachedBitmap);
|
GdiPlusBrush.h | 32 DllExports::GdipDeleteBrush(nativeBrush);
39 SetStatus(DllExports::GdipCloneBrush(nativeBrush, &brush));
45 DllExports::GdipDeleteBrush(brush);
55 SetStatus(DllExports::GdipGetBrushType(nativeBrush, &type));
135 lastResult = DllExports::GdipCreateSolidFill(color.GetValue(), &brush);
149 SetStatus(DllExports::GdipGetSolidFillColor((GpSolidFill*)nativeBrush,
159 return SetStatus(DllExports::GdipSetSolidFillColor((GpSolidFill*)nativeBrush,
188 lastResult = DllExports::GdipCreateTexture(
206 lastResult = DllExports::GdipCreateTexture2(
230 lastResult = DllExports::GdipCreateTextureIA( [all...] |
GdiPlusFontFamily.h | 32 lastResult = DllExports::GdipCreateFontFamilyFromName(
69 DllExports::GdipGetGenericFontFamilySansSerif(
93 DllExports::GdipGetGenericFontFamilySerif(
117 DllExports::GdipGetGenericFontFamilyMonospace(
131 DllExports::GdipDeleteFontFamily (nativeFamily);
139 SetStatus(DllExports::GdipCloneFontFamily (nativeFamily, &clonedFamily));
150 return SetStatus(DllExports::GdipGetFamilyName(nativeFamily,
161 status = SetStatus(DllExports::GdipIsStyleAvailable(nativeFamily, style, &StyleAvailable));
175 SetStatus(DllExports::GdipGetEmHeight(nativeFamily, style, &EmHeight));
185 SetStatus(DllExports::GdipGetCellAscent(nativeFamily, style, &CellAscent)); [all...] |
GdiPlusLineCaps.h | 35 lastResult = DllExports::GdipCreateCustomLineCap(
53 DllExports::GdipDeleteCustomLineCap(nativeCap);
61 return SetStatus(DllExports::GdipSetCustomLineCapStrokeCaps(nativeCap,
70 return SetStatus(DllExports::GdipGetCustomLineCapStrokeCaps(nativeCap,
78 return SetStatus(DllExports::GdipSetCustomLineCapStrokeJoin(nativeCap, lineJoin));
86 SetStatus(DllExports::GdipGetCustomLineCapStrokeJoin(nativeCap, &lineJoin));
94 return SetStatus(DllExports::GdipSetCustomLineCapBaseCap(nativeCap, baseCap));
101 SetStatus(DllExports::GdipGetCustomLineCapBaseCap(nativeCap, &baseCap));
109 return SetStatus(DllExports::GdipSetCustomLineCapBaseInset(nativeCap, inset));
116 SetStatus(DllExports::GdipGetCustomLineCapBaseInset(nativeCap, &inset)); [all...] |
GdiPlusPath.h | 32 lastResult = DllExports::GdipCreatePath(fillMode, &nativePath);
41 lastResult = DllExports::GdipCreatePath2(points,
54 lastResult = DllExports::GdipCreatePath2I(points,
63 DllExports::GdipDeletePath(nativePath);
73 SetStatus(DllExports::GdipClonePath(nativePath, &clonepath));
83 return SetStatus(DllExports::GdipResetPath(nativePath));
93 SetStatus(DllExports::GdipGetPathFillMode(nativePath, &fillmode));
103 return SetStatus(DllExports::GdipSetPathFillMode(nativePath, fillmode));
158 return SetStatus(DllExports::GdipGetPathData(nativePath, pathData));
166 return SetStatus(DllExports::GdipStartPathFigure(nativePath)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusbase.h | 38 return DllExports::GdipAlloc(in_size); 42 return DllExports::GdipAlloc(in_size); 46 DllExports::GdipFree(in_pVoid); 50 DllExports::GdipFree(in_pVoid);
|
gdipluspen.h | 42 lastStatus = DllExports::GdipCreatePen1( 49 lastStatus = DllExports::GdipCreatePen2( 55 DllExports::GdipDeletePen(nativePen); 60 Status status = updateStatus(DllExports::GdipClonePen( 65 DllExports::GdipDeletePen(clonePen); 77 updateStatus(DllExports::GdipGetPenMode(nativePen, &result)); 90 return updateStatus(DllExports::GdipGetPenColor( 95 return updateStatus(DllExports::GdipGetPenCompoundArray( 101 updateStatus(DllExports::GdipGetPenCompoundCount( 109 return updateStatus(DllExports::GdipGetPenCustomEndCap [all...] |
gdipluslinecaps.h | 40 lastStatus = DllExports::GdipCreateAdjustableArrowCap( 51 Status status = updateStatus(DllExports::GdipCloneCustomLineCap( 57 DllExports::GdipDeleteCustomLineCap( 70 updateStatus(DllExports::GdipGetAdjustableArrowCapHeight( 78 updateStatus(DllExports::GdipGetAdjustableArrowCapMiddleInset( 86 updateStatus(DllExports::GdipGetAdjustableArrowCapWidth( 94 updateStatus(DllExports::GdipGetAdjustableArrowCapFillState( 101 return updateStatus(DllExports::GdipSetAdjustableArrowCapFillState( 107 return updateStatus(DllExports::GdipSetAdjustableArrowCapHeight( 113 return updateStatus(DllExports::GdipSetAdjustableArrowCapMiddleInset [all...] |
gdiplusimageattributes.h | 41 lastStatus = DllExports::GdipCreateImageAttributes( 46 DllExports::GdipDisposeImageAttributes(nativeImageAttributes); 51 Status status = updateStatus(DllExports::GdipCloneImageAttributes( 57 DllExports::GdipDisposeImageAttributes(cloneImageAttributes); 68 return updateStatus(DllExports::GdipSetImageAttributesRemapTable( 74 return updateStatus(DllExports::GdipSetImageAttributesColorKeys( 79 return updateStatus(DllExports::GdipSetImageAttributesColorMatrix( 85 return updateStatus(DllExports::GdipSetImageAttributesColorMatrix( 91 return updateStatus(DllExports::GdipSetImageAttributesGamma( 96 return updateStatus(DllExports::GdipSetImageAttributesNoOp [all...] |
gdiplusimpl.h | 59 lastStatus = DllExports::GdipLoadImageFromFileICM( 62 lastStatus = DllExports::GdipLoadImageFromFile( 71 lastStatus = DllExports::GdipLoadImageFromStreamICM( 74 lastStatus = DllExports::GdipLoadImageFromStream( 82 return updateStatus(DllExports::GdipFindFirstImageItem( 89 return updateStatus(DllExports::GdipFindNextImageItem( 96 return updateStatus(DllExports::GdipGetAllPropertyItems( 102 return updateStatus(DllExports::GdipGetImageBounds( 109 return updateStatus(DllExports::GdipGetEncoderParameterList( 116 updateStatus(DllExports::GdipGetEncoderParameterListSize [all...] |
gdiplusbrush.h | 46 DllExports::GdipDeleteBrush(nativeBrush); 63 updateStatus(DllExports::GdipGetBrushType(nativeBrush, &result)); 92 lastStatus = DllExports::GdipCreateHatchBrush(hatchStyle, 100 Status status = updateStatus(DllExports::GdipCloneBrush( 106 DllExports::GdipDeleteBrush(cloneBrush); 117 return updateStatus(DllExports::GdipGetHatchBackgroundColor( 123 return updateStatus(DllExports::GdipGetHatchForegroundColor( 130 updateStatus(DllExports::GdipGetHatchStyle( 148 lastStatus = DllExports::GdipCreateLineBrush( 158 lastStatus = DllExports::GdipCreateLineBrushI [all...] |
gdipluspath.h | 48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath); 54 lastStatus = DllExports::GdipCreatePath2( 61 lastStatus = DllExports::GdipCreatePath2I( 66 DllExports::GdipDeletePath(nativePath); 71 Status status = updateStatus(DllExports::GdipClonePath( 76 DllExports::GdipDeletePath(clonePath); 88 return updateStatus(DllExports::GdipAddPathArc(nativePath, 94 return updateStatus(DllExports::GdipAddPathArcI(nativePath, 99 return updateStatus(DllExports::GdipAddPathArc(nativePath, 105 return updateStatus(DllExports::GdipAddPathArcI(nativePath [all...] |
gdiplusimagecodec.h | 33 return DllExports::GdipGetImageDecoders(numDecoders, size, decoders); 42 return DllExports::GdipGetImageDecodersSize(numDecoders, size); 52 return DllExports::GdipGetImageEncoders(numEncoders, size, encoders); 61 return DllExports::GdipGetImageEncodersSize(numEncoders, size);
|
gdiplusmatrix.h | 49 lastStatus = DllExports::GdipCreateMatrix(&nativeMatrix); 54 lastStatus = DllExports::GdipCreateMatrix2( 61 lastStatus = DllExports::GdipCreateMatrix3( 67 lastStatus = DllExports::GdipCreateMatrix3I( 72 DllExports::GdipDeleteMatrix(nativeMatrix); 77 Status status = updateStatus(DllExports::GdipCloneMatrix( 82 DllExports::GdipDeleteMatrix(cloneMatrix); 94 updateStatus(DllExports::GdipIsMatrixEqual( 101 return updateStatus(DllExports::GdipGetMatrixElements( 112 return updateStatus(DllExports::GdipInvertMatrix(nativeMatrix)) [all...] |
gdiplusmem.h | 30 namespace DllExports { 39 } /* namespace DllExports */
|
gdiplusstringformat.h | 45 lastStatus = DllExports::GdipCreateStringFormat( 51 lastStatus = DllExports::GdipCloneStringFormat( 57 DllExports::GdipDeleteStringFormat(nativeStringFormat); 62 Status status = updateStatus(DllExports::GdipCloneStringFormat( 68 DllExports::GdipDeleteStringFormat(cloneStringFormat); 80 updateStatus(DllExports::GdipGetStringFormatAlign( 88 updateStatus(DllExports::GdipGetStringFormatDigitSubstitution( 96 updateStatus(DllExports::GdipGetStringFormatDigitSubstitution( 103 updateStatus(DllExports::GdipGetStringFormatFlags( 110 updateStatus(DllExports::GdipGetStringFormatHotkeyPrefix [all...] |