Searched refs:rect_index (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdftext.cpp | 111 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double… in FPDFText_GetRect() argument 117 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom); in FPDFText_GetRect() 231 DLLEXPORT void STDCALL FPDFLink_GetRect(FPDF_PAGELINK link_page,int link_index, int rect_index, do… in FPDFLink_GetRect() argument 238 if (rect_index >= 0 && rect_index < rectArray.GetSize()) { in FPDFLink_GetRect() 239 CFX_FloatRect rect=rectArray.GetAt(rect_index); in FPDFLink_GetRect()
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 300 for (unsigned rect_index = 0; rect_index < num_layers; rect_index++) { in ConstructCommands() local 301 const hwc_layer_1 &layer = layers[rect_index]; in ConstructCommands() 310 for (unsigned rect_index = 0; rect_index < out_rects.size(); rect_index++) { in ConstructCommands() local 311 const FRectSet &out_rect = out_rects[rect_index]; in ConstructCommands()
|
/external/pdfium/public/ |
D | fpdf_text.h | 151 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page, int rect_index, double* left, doub… 303 DLLEXPORT void STDCALL FPDFLink_GetRect(FPDF_PAGELINK link_page, int link_index, int rect_index,
|