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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 71 GpPath *clonepath = NULL; local
73 SetStatus(DllExports::GdipClonePath(nativePath, &clonepath));
75 return new GraphicsPath(clonepath);
983 GpPath *clonepath = NULL; local
984 SetStatus(DllExports::GdipClonePath(path.nativePath, &clonepath));
985 SetNativePath(clonepath);
    [all...]
GdiPlusFlat.h 55 GdipClonePath(GpPath* path, GpPath **clonePath);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 70 GpPath *clonePath = NULL;
72 nativePath, &clonePath));
74 GraphicsPath *result = new GraphicsPath(clonePath, lastStatus);
76 DllExports::GdipDeletePath(clonePath);

Completed in 396 milliseconds