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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 119 DashCap GetDashCap() const
121 DashCap result = DashCapFlat;
260 Status SetDashCap(DashCap dashCap)
263 nativePen, dashCap));
285 Status SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap)
288 nativePen, startCap, endCap, dashCap));
gdiplusgpstubs.h 42 typedef enum DashCap GpDashCap;
gdiplusenums.h 70 typedef enum DashCap {
74 } DashCap;
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 201 GpDashCap dashCap);
341 GpDashCap dashCap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 115 D2D1_CAP_STYLE dashCap = D2D1_CAP_STYLE_FLAT,
120 D2D1_STROKE_STYLE_PROPERTIES r = {startCap, endCap, dashCap, lineJoin, miterLimit, dashStyle, dashOffset};
d2d1.h 541 D2D1_CAP_STYLE dashCap;
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 157 enum DashCap {
189 DashCap cap, const size_t vertexStride) {
245 DashCap cap,
341 DashCap capType = isRoundCap ? kRound_DashCap : kNonRound_DashCap;
    [all...]

Completed in 361 milliseconds