Searched refs:text_mode (Results 1 – 5 of 5) sorted by relevance
88 auto text_mode = ParseDefault((*jtxt)["m"], -1); in Parse() local89 if (text_mode >= 0) { in Parse()91 v->fLineBreak = (text_mode == 0) in Parse()
73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() argument75 FILE* file = fopen(name.c_str(), text_mode ? "rt" : "rb"); in ReadFileToString()
53 static bool ReadFileToString(const string& name, string* output, bool text_mode = false);
839 self.text_mode = encoding or errors or text or universal_newlines848 if self.text_mode:932 if self.text_mode:938 if self.text_mode:943 if self.text_mode:1000 return self.text_mode1004 self.text_mode = bool(universal_newlines)2013 if self.text_mode:2033 if input is not None and self.text_mode:
1224 const TextRenderingMode text_mode = in AddTextObject() local1231 if (TextRenderingModeIsStrokeMode(text_mode)) { in AddTextObject()1247 if (TextRenderingModeIsClipMode(text_mode)) { in AddTextObject()