Home
last modified time | relevance | path

Searched refs:utf8Text (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() argument
31 const char* utf8Text,
184 const char* utf8Text, in set_character_bounds()
236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
244 const char* ptr = utf8Text + textBegin; in set_character_bounds()
245 const char* end = utf8Text + textEnd; in set_character_bounds()
250 int firstIndex = ptr - utf8Text; in set_character_bounds()
259 ShapeResult SkPlainTextEditor::Shape(const char* utf8Text, in Shape() argument
266 if (SkUTF::CountUTF8(utf8Text, textByteLe in Shape()
183 set_character_bounds(void* context, const char* utf8Text, size_t utf8TextBytes, size_t glyphCount, const SkGlyphID* glyphs, const SkPoint* positions, const uint32_t* clusters, const SkFont& font) set_character_bounds() argument
[all...]
H A Deditor.cpp146 Editor::TextPosition Editor::insert(TextPosition pos, const char* utf8Text, size_t byteLen) { in insert() argument
147 if (!valid_utf8(utf8Text, byteLen) || 0 == byteLen) { in insert()
153 fLines[pos.fParagraphIndex].fText.insert(pos.fTextByteIndex, utf8Text, byteLen); in insert()
158 fLines.push_back(Editor::TextLine(StringSlice(utf8Text, byteLen))); in insert()
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h314 SkTextBlobBuilderRunHandler(const char* utf8Text, SkPoint offset) in SkTextBlobBuilderRunHandler() argument
315 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h77 TextPosition insert(TextPosition, const char* utf8Text, size_t byteLen);
/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp389 size_t utf8TextByteLength, const char* utf8Text) { in make_run()
393 SkSpan<const char>{utf8Text, utf8TextByteLength}, in make_run()
387 make_run(size_t len, const SkGlyphID* glyphs, SkPoint* pos, const SkFont& font, const uint32_t* clusters, size_t utf8TextByteLength, const char* utf8Text) make_run() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp1472 UText *utf8Text = utext_openUTF8(NULL, utf8_string, -1, &status); in Ticket10562() local
1474 UText *deepClone = utext_clone(NULL, utf8Text, true, false, &status); in Ticket10562()
1480 utext_close(utf8Text); in Ticket10562()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp845 void shape(const char* utf8Text, size_t textBytes,
853 void shape(const char* utf8Text, size_t textBytes,

Completed in 10 milliseconds