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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 84 IN LineCap endCap,
88 startCap, endCap, dashCap));
92 IN LineCap endCap,
96 startCap, endCap, dashCap));
105 Status SetEndCap(IN LineCap endCap)
107 return SetStatus(DllExports::GdipSetPenEndCap(nativePen, endCap));
134 LineCap endCap;
136 SetStatus(DllExports::GdipGetPenEndCap(nativePen, &endCap));
138 return endCap;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 540 D2D1_CAP_STYLE endCap;
    [all...]

Completed in 5514 milliseconds