/third_party/python/Lib/idlelib/ |
D | query.py | 38 def __init__(self, parent, title, message, *, text0='', used_names={}, argument 54 self.text0 = text0 101 self.entryvar = StringVar(self, self.text0) 191 def __init__(self, parent, title, message, text0, argument 193 super().__init__(parent, title, message, text0=text0, 259 parent, title, message, text0=menuitem, 354 parent, title, message, text0=cli_args,
|
/third_party/flutter/skia/gm/ |
D | drawatlas.cpp | 186 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local 187 const int N = sizeof(text0) - 1; in drawTextPath() 205 x += font.measureText(&text0[i], 1, SkTextEncoding::kUTF8, nullptr, &paint); in drawTextPath() 217 draw_text_on_path(canvas, text0, N, pos, path, font, paint, baseline_offset); in drawTextPath()
|
/third_party/skia/gm/ |
D | drawatlas.cpp | 188 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; in drawTextPath() local 189 const int N = sizeof(text0) - 1; in drawTextPath() 207 x += font.measureText(&text0[i], 1, SkTextEncoding::kUTF8, nullptr, &paint); in drawTextPath() 219 draw_text_on_path(canvas, text0, N, pos, path, font, paint, baseline_offset); in drawTextPath()
|
/third_party/skia/experimental/sktext/editor/ |
D | Editor.cpp | 276 std::u16string text0 = u"In a hole in the ground there lived a hobbit. Not a nasty, dirty, " in MakeDemo() local 280 return Editor::Make(text0, SkSize::Make(width, height)); in MakeDemo()
|
/third_party/skia/third_party/externals/libpng/ |
D | example.c | 859 char text0[] = "Mona Lisa"; 861 text_ptr[0].text = text0;
|
/third_party/libpng/ |
D | example.c | 859 char text0[] = "Mona Lisa"; 861 text_ptr[0].text = text0;
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | example.c | 859 char text0[] = "Mona Lisa"; 861 text_ptr[0].text = text0;
|
/third_party/flutter/flutter/dev/bots/test/analyze-sample-code-test-input/ |
D | known_broken_documentation.dart | 75 /// const text0 = Text('Poor wandering ones!');
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_query.py | 113 text0 = '' variable in ModuleNameTest.Dummy_ModuleName 389 self.assertEqual(dialog.text0, 'idlelib')
|
/third_party/flutter/skia/samplecode/ |
D | SampleParagraph.cpp | 721 const std::u16string text0 = u"\u202Dabc"; in bidi() local 727 builder.addText(text0); in bidi()
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 726 const std::u16string text0 = u"\u202Dabc"; in bidi() local 732 builder.addText(text0); in bidi()
|