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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 40 nativePen(NULL), lastStatus(Ok)
44 &nativePen);
47 nativePen(NULL), lastStatus(Ok)
51 width, UnitWorld, &nativePen);
55 DllExports::GdipDeletePen(nativePen);
61 nativePen, &clonePen));
77 updateStatus(DllExports::GdipGetPenMode(nativePen, &result));
91 nativePen, color ? &color->Value : NULL));
96 nativePen, compoundArray, count));
102 nativePen, &result))
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 36 nativePen = NULL;
38 width, unit, &nativePen);
45 nativePen = NULL;
47 width, unit, &nativePen);
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,
    [all...]
GdiPlusGraphics.h 470 pen->nativePen, x1, y1, x2,
486 pen->nativePen,
498 pen->nativePen,
521 pen->nativePen,
536 pen->nativePen,
564 pen->nativePen,
600 pen->nativePen, x1, y1,
626 pen->nativePen,
643 pen->nativePen,
676 pen->nativePen,
    [all...]

Completed in 32 milliseconds