Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
43 return kHairline_Style == this->getStyle();
47 return kFill_Style == this->getStyle();
54 * Note, if width==0, then this request is taken to mean:
76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
80 Style style = this->getStyle();
88 * If there was no change (i.e. style == hairline or fill) this returns
103 * geometries bounds to account for any inflation due to applying this
126 if (!this->needToApply()) {
127 return this->getStyle() == other.getStyle();