Home
last modified time | relevance | path

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

/external/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()
/external/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);
/external/python/cpython3/Lib/
Dsubprocess.py839 self.text_mode = encoding or errors or text or universal_newlines
848 if self.text_mode:
932 if self.text_mode:
938 if self.text_mode:
943 if self.text_mode:
1000 return self.text_mode
1004 self.text_mode = bool(universal_newlines)
2013 if self.text_mode:
2033 if input is not None and self.text_mode:
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1224 const TextRenderingMode text_mode = in AddTextObject() local
1231 if (TextRenderingModeIsStrokeMode(text_mode)) { in AddTextObject()
1247 if (TextRenderingModeIsClipMode(text_mode)) { in AddTextObject()