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

  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 57 SkScalar strokeMiter;
SkDrawPaint.cpp 53 SK_MEMBER(strokeMiter, Float),
72 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
249 if (SkScalarIsNaN(strokeMiter) == false)
250 paint->setStrokeMiter(strokeMiter);
  /external/skia/src/animator/
SkDrawPaint.h 57 SkScalar strokeMiter;
SkDrawPaint.cpp 53 SK_MEMBER(strokeMiter, Float),
72 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
249 if (SkScalarIsNaN(strokeMiter) == false)
250 paint->setStrokeMiter(strokeMiter);
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]

Completed in 58 milliseconds