Searched refs:FPDFText_GetRect (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/public/ |
H A D | fpdf_text.h | 171 // This function, along with FPDFText_GetRect can be used by 183 // Function: FPDFText_GetRect 201 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page,
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdftext_embeddertest.cpp | 87 FPDFText_GetRect(textpage, 1, &left, &top, &right, &bottom); 98 FPDFText_GetRect(textpage, -1, &left, &top, &right, &bottom); 108 FPDFText_GetRect(textpage, 2, &left, &top, &right, &bottom);
|
H A D | fpdfview_c_api_test.c | 171 CHK(FPDFText_GetRect);
|
H A D | fpdftext.cpp | 140 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page, function
|
Completed in 49 milliseconds