Lines Matching defs:apply
241 void GrStyledShape::setInheritedKey(const GrStyledShape &parent, GrStyle::Apply apply,
269 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags);
286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale,
331 GrStyledShape::GrStyledShape(const GrStyledShape& parent, GrStyle::Apply apply, SkScalar scale) {
337 (GrStyle::Apply::kPathEffectOnly == apply && !parent.style().pathEffect())) {
364 *this = tmpParent->applyStyle(apply, scale);
370 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) {
422 this->setInheritedKey(*parentForKey, apply, scale);
656 // Otherwise, if we're a point or a line, we might be able to explicitly apply some of the
770 // Geometrically can't apply the style and turn into a fill, but might still be simpler