Home
last modified time | relevance | path

Searched defs:text_obj (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp103 const CPDF_TextObject* text_obj, in GetFillOptionsForDrawTextPath()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_edit_embeddertest.cpp828 FPDF_PAGEOBJECT text_obj = FPDFPage_GetObject(page, i); in TEST_F() local
895 FPDF_PAGEOBJECT text_obj = FPDFPage_GetObject(page, 1); in TEST_F() local
/aosp_15_r20/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp136 bool IsRightToLeft(const CPDF_TextObject& text_obj, const CPDF_Font& font) { in IsRightToLeft()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c607 PyObject *text_obj) in print_error_text()