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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 4 * GDI+ AdjustableArrowCap class
33 class AdjustableArrowCap: public CustomLineCap
36 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled):
45 virtual ~AdjustableArrowCap()
48 virtual AdjustableArrowCap* Clone() const
54 AdjustableArrowCap *result = new AdjustableArrowCap(
125 AdjustableArrowCap(GpCustomLineCap *customLineCap, Status status):
127 AdjustableArrowCap(const AdjustableArrowCap&)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusLineCaps.h 158 class AdjustableArrowCap : public CustomLineCap
162 AdjustableArrowCap(
246 AdjustableArrowCap(const AdjustableArrowCap &);
247 AdjustableArrowCap& operator=(const AdjustableArrowCap &);

Completed in 37 milliseconds