Home
last modified time | relevance | path

Searched defs:text_mode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skottie/src/text/
DTextValue.cpp88 auto text_mode = ParseDefault((*jtxt)["m"], -1); in Parse() local
/third_party/gstreamer/gstplugins_bad/gst/festival/
Dgstfestival.h80 const char *text_mode; member
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString()