Lines Matching refs:fText
355 SkFont font(fText.fTypeface, fText.fTextSize); in makeBlob()
455 BlobMaker blobMaker(fText.fAlign); in makeBlob()
471 const char* ptr = fText.fText.c_str(); in makeBlob()
473 const char* end = ptr + fText.fText.size(); in makeBlob()
488 fFillColor->setColor(fText.fFillColor); in apply()
489 fStrokeColor->setColor(fText.fStrokeColor); in apply()
490 fStrokeColor->setStrokeWidth(fText.fStrokeWidth); in apply()
496 const auto fill_change = SkToInt(fText.fHasFill) - SkToInt(fHadFill); in apply()
497 const auto stroke_change = SkToInt(fText.fHasStroke) - SkToInt(fHadStroke); in apply()
519 fHadFill = fText.fHasFill; in apply()
520 fHadStroke = fText.fHasStroke; in apply()