Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp44 , fUtf8() in ParagraphBuilderImpl()
61 fStyledBlocks.emplace_back(fUtf8.size(), fUtf8.size(), fParagraphStyle.getTextStyle()); in setParagraphStyle()
68 if (!fStyledBlocks.empty() && fStyledBlocks.back().fRange.end == fUtf8.size() && in pushStyle()
73 fStyledBlocks.emplace_back(fUtf8.size(), fUtf8.size(), fTextStyles.top()); in pushStyle()
88 fStyledBlocks.emplace_back(fUtf8.size(), fUtf8.size(), top); in pop()
104 fUtf8.append(utf8); in addText()
108 fUtf8.append(text); in addText()
112 fUtf8.append(text, len); in addText()
120 if (!fUtf8.isEmpty() && !lastOne) { in addPlaceholder()
128 fUtf8.size()); in addPlaceholder()
[all …]
DParagraphBuilderImpl.h75 SkString fUtf8; variable
/external/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()
/external/skqp/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()
/external/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()