/** Restores the paint to its default settings. */
 public void reset() {
   native_reset(mNativePaint);
   setFlags(DEFAULT_PAINT_FLAGS);
 }