Home
last modified time | relevance | path

Searched refs:fUtf8 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp40 , fUtf8() in ParagraphBuilderImpl()
61 if (!fStyledBlocks.empty() && fStyledBlocks.back().fRange.end == fUtf8.size() && in pushStyle()
98 fUtf8.append(utf8); in addText()
105 fUtf8.append(text); in addText()
112 fUtf8.append(text, len); in addText()
128 if (!fUtf8.isEmpty() && !lastOne) { in addPlaceholder()
136 fUtf8.size()); in addPlaceholder()
137 auto start = fUtf8.size(); in addPlaceholder()
144 auto end = fUtf8.size(); in addPlaceholder()
154 if (last.fRange.start == fUtf8.size()) { in endRunIfNeeded()
[all …]
DParagraphBuilderImpl.h98 SkString fUtf8; variable
/third_party/skia/tests/
DSkUTFTest.cpp27 const char* fUtf8; in DEF_TEST() member
43 const char* p = test.fUtf8; in DEF_TEST()
50 REPORTER_ASSERT(reporter, p - test.fUtf8 == (int)strlen(test.fUtf8)); in DEF_TEST()
/third_party/skia/modules/skshaper/tests/
DShaperTest.cpp29 const char* fUtf8; member
42 : fResource(resource), fReporter(reporter), fUtf8(utf8), fUtf8Size(utf8Size) {} in RunHandler()
90 for (const char c : SkSpan(fUtf8 + fRange.begin(), fRange.size())) { in commitRunBuffer()
101 (int)fRange.size(), fUtf8 + fRange.begin(), in commitRunBuffer()
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h128 SkSTArray<128, char , true> fUtf8; member
133 fUtf8.reserve_back(SkToInt(size)); in reserve()
138 fUtf8.reset(); in reset()
DSkSVGText.cpp214 fUtf8 .push_back_n(utf8_len, utf8_buf); in append()
223 fShaper->shape(fShapeBuffer.fUtf8.data(), fShapeBuffer.fUtf8.size(), in shapePendingBuffer()