Home
last modified time | relevance | path

Searched refs:text0 (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/idlelib/
Dquery.py38 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/
Ddrawatlas.cpp186 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/
Ddrawatlas.cpp188 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/
DEditor.cpp276 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/
Dexample.c859 char text0[] = "Mona Lisa";
861 text_ptr[0].text = text0;
/third_party/libpng/
Dexample.c859 char text0[] = "Mona Lisa";
861 text_ptr[0].text = text0;
/third_party/flutter/skia/third_party/externals/libpng/
Dexample.c859 char text0[] = "Mona Lisa";
861 text_ptr[0].text = text0;
/third_party/flutter/flutter/dev/bots/test/analyze-sample-code-test-input/
Dknown_broken_documentation.dart75 /// const text0 = Text('Poor wandering ones!');
/third_party/python/Lib/idlelib/idle_test/
Dtest_query.py113 text0 = '' variable in ModuleNameTest.Dummy_ModuleName
389 self.assertEqual(dialog.text0, 'idlelib')
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp721 const std::u16string text0 = u"\u202Dabc"; in bidi() local
727 builder.addText(text0); in bidi()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp726 const std::u16string text0 = u"\u202Dabc"; in bidi() local
732 builder.addText(text0); in bidi()