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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 42 typedef enum DashCap GpDashCap;
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));
gdiplusenums.h 70 typedef enum DashCap {
74 } DashCap;
  /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...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 201 GpDashCap dashCap);
341 GpDashCap dashCap);
    [all...]

Completed in 3572 milliseconds