Home | History | Annotate | Download | only in debugger

Lines Matching refs:strokeMiter

50 #define SKDEBUGCANVAS_ATTRIBUTE_STROKEMITER       "strokeMiter"
1250 float strokeMiter = jsonPaint[SKDEBUGCANVAS_ATTRIBUTE_STROKEMITER].asFloat();
1251 target->setStrokeMiter(strokeMiter);