Lines Matching refs:fText
294 SkFont font(fText.fTypeface, fText.fTextSize); in makeBlob()
306 }(fText.fAlign); in makeBlob()
341 const char* ptr = fText.fText.c_str(); in makeBlob()
343 const char* end = ptr + fText.fText.size(); in makeBlob()
358 fFillColor->setColor(fText.fFillColor); in apply()
359 fStrokeColor->setColor(fText.fStrokeColor); in apply()
360 fStrokeColor->setStrokeWidth(fText.fStrokeWidth); in apply()
366 const auto fill_change = SkToInt(fText.fHasFill) - SkToInt(fHadFill); in apply()
367 const auto stroke_change = SkToInt(fText.fHasStroke) - SkToInt(fHadStroke); in apply()
389 fHadFill = fText.fHasFill; in apply()
390 fHadStroke = fText.fHasStroke; in apply()