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

  /external/skia/src/animator/
SkDrawPaint.h 64 int /*SkPaint::Join */ strokeJoin;
SkDrawPaint.cpp 60 SK_MEMBER(strokeJoin, Join),
80 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
255 if (strokeJoin != (SkPaint::Join) -1)
256 paint->setStrokeJoin((SkPaint::Join) strokeJoin);
  /external/skia/src/core/
SkPictureFlat.cpp 193 int strokeJoin = buffer.readU8();
194 if (strokeJoin != defaultPaint.getStrokeJoin())
196 "align:0x%x ", strokeJoin);
SkPicturePlayback.cpp     [all...]

Completed in 49 milliseconds