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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 280 Status SetEndCap(LineCap endCap)
283 nativePen, endCap));
285 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap)
288 nativePen, startCap, endCap, dashCap));
gdiplusheaders.h 295 Status GetStrokeCaps(LineCap *startCap, LineCap *endCap) const;
301 Status SetStrokeCaps(LineCap startCap, LineCap endCap);
gdiplusimpl.h 683 LineCap *endCap) const
686 nativeCustomLineCap, startCap, endCap));
723 __inline__ Status CustomLineCap::SetStrokeCaps(LineCap startCap, LineCap endCap)
726 nativeCustomLineCap, startCap, endCap));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 114 D2D1_CAP_STYLE endCap = D2D1_CAP_STYLE_FLAT,
120 D2D1_STROKE_STYLE_PROPERTIES r = {startCap, endCap, dashCap, lineJoin, miterLimit, dashStyle, dashOffset};
d2d1.h 540 D2D1_CAP_STYLE endCap;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 240 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineCap197819)(GpPen *pen, GpLineCap startCap, GpLineCap endCap, GpDashCap dashCap);
    [all...]

Completed in 347 milliseconds