Searched refs:text_obj (Results 1 – 2 of 2) sorted by relevance
141 bool IsRightToLeft(const CPDF_TextObject& text_obj, const CPDF_Font& font) { in IsRightToLeft() argument142 const size_t nItems = text_obj.CountItems(); in IsRightToLeft()147 text_obj.GetItemInfo(i, &item); in IsRightToLeft()
555 print_error_text(PyObject *f, Py_ssize_t offset, PyObject *text_obj) in print_error_text() argument558 const char *text = PyUnicode_AsUTF8(text_obj); in print_error_text()