Home
last modified time | relevance | path

Searched refs:text_obj (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp141 bool IsRightToLeft(const CPDF_TextObject& text_obj, const CPDF_Font& font) { in IsRightToLeft() argument
142 const size_t nItems = text_obj.CountItems(); in IsRightToLeft()
147 text_obj.GetItemInfo(i, &item); in IsRightToLeft()
/external/python/cpython3/Python/
Dpythonrun.c555 print_error_text(PyObject *f, Py_ssize_t offset, PyObject *text_obj) in print_error_text() argument
558 const char *text = PyUnicode_AsUTF8(text_obj); in print_error_text()