Lines Matching refs:fText
35 : fText(paragraph->fText.c_str(), paragraph->fText.size())
45 : fText(std::move(other.fText))
60 const SkString& text() const { return fText; }
66 SkString fText;
189 hash = mix(hash, SkGoodHash()(fText));
198 if (fText.size() != other.fText.size()) {
204 if (fText != other.fText) {
338 paragraph.fText.size() == value->fKey.text().size()) {
560 auto& text = paragraph->fText;