/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() argument 31 const char* utf8Text, 185 const char* utf8Text, in set_character_bounds() argument 237 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds() 245 const char* ptr = utf8Text + textBegin; in set_character_bounds() 246 const char* end = utf8Text + textEnd; in set_character_bounds() 251 int firstIndex = ptr - utf8Text; in set_character_bounds() 260 ShapeResult editor::Shape(const char* utf8Text, in Shape() argument 267 if (SkUTF::CountUTF8(utf8Text, textByteLen) < 0) { in Shape() 268 utf8Text = nullptr; in Shape() [all …]
|
D | editor.cpp | 146 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()
|
D | editor.h | 79 TextPosition insert(TextPosition, const char* utf8Text, size_t byteLen);
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() argument 31 const char* utf8Text, 184 const char* utf8Text, in set_character_bounds() argument 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, textByteLen) < 0) { in Shape() 267 utf8Text = nullptr; in Shape() [all …]
|
D | editor.cpp | 146 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/node/deps/npm/node_modules/from2/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/through2/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/string_decoder/lib/ |
D | string_decoder.js | 126 StringDecoder.prototype.text = utf8Text; 216 function utf8Text(buf, i) { function
|
/third_party/flutter/skia/modules/skshaper/include/ |
D | SkShaper.h | 211 SkTextBlobBuilderRunHandler(const char* utf8Text, SkPoint offset) in SkTextBlobBuilderRunHandler() argument 212 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 263 SkTextBlobBuilderRunHandler(const char* utf8Text, SkPoint offset) in SkTextBlobBuilderRunHandler() argument 264 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
|
/third_party/skia/modules/skplaintexteditor/include/ |
D | editor.h | 77 TextPosition insert(TextPosition, const char* utf8Text, size_t byteLen);
|
/third_party/flutter/skia/tests/ |
D | PDFPrimitivesTest.cpp | 384 size_t utf8TextByteLength, const char* utf8Text) { in make_run() argument 388 SkSpan<const char>{utf8Text, utf8TextByteLength}, in make_run()
|
/third_party/skia/tests/ |
D | PDFPrimitivesTest.cpp | 389 size_t utf8TextByteLength, const char* utf8Text) { in make_run() argument 393 SkSpan<const char>{utf8Text, utf8TextByteLength}, in make_run()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1472 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/ |
D | SkShaper_harfbuzz.cpp | 677 void shape(const char* utf8Text, size_t textBytes, 685 void shape(const char* utf8Text, size_t textBytes,
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 645 void shape(const char* utf8Text, size_t textBytes,
|