Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextValue.cpp88 auto text_mode = ParseDefault((*jtxt)["m"], -1); in Parse() local
89 if (text_mode >= 0) { in Parse()
91 v->fLineBreak = (text_mode == 0) in Parse()
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() argument
75 FILE* file = fopen(name.c_str(), text_mode ? "rt" : "rb"); in ReadFileToString()
Dfile.h53 static bool ReadFileToString(const string& name, string* output, bool text_mode = false);
/third_party/gstreamer/gstplugins_bad/gst/festival/
Dgstfestival.h80 const char *text_mode; member
Dgstfestival.c304 fprintf (fd, "\" \"%s\")\n", festival->info->text_mode); in gst_festival_chain()
342 info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE; in festival_default_info()
/third_party/python/Lib/
Dsubprocess.py846 self.text_mode = encoding or errors or text or universal_newlines
852 if self.text_mode and encoding is None:
862 if self.text_mode:
951 if self.text_mode:
957 if self.text_mode:
962 if self.text_mode:
1019 return self.text_mode
1023 self.text_mode = bool(universal_newlines)
2036 if self.text_mode:
2056 if input is not None and self.text_mode: