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 56 int /*SkPaint::Join */ strokeJoin;
SkDrawPaint.cpp 52 SK_MEMBER(strokeJoin, Join),
72 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
247 if (strokeJoin != (SkPaint::Join) -1)
248 paint->setStrokeJoin((SkPaint::Join) strokeJoin);
  /external/skia/src/core/
SkPictureFlat.cpp 200 int strokeJoin = buffer.readU8();
201 if (strokeJoin != defaultPaint.getStrokeJoin())
203 "align:0x%x ", strokeJoin);
SkPicturePlayback.cpp     [all...]

Completed in 67 milliseconds