HomeSort by relevance Sort by last modified time
    Searched refs:link_index (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/common/
desc_image_load.c 119 int link_index = 0; local
136 link_index = count;
153 desc_ptr = &bl_mem_params_desc_ptr[link_index];
183 link_index = get_bl_params_node_index(img_id);
184 assert((link_index > 0) &&
185 (link_index < bl_mem_params_desc_num));
  /external/pdfium/fpdfsdk/
fpdftext.cpp 339 int link_index,
343 if (link_page && link_index >= 0) {
345 wsUrl = pageLink->GetURL(link_index);
361 int link_index) {
362 if (!link_page || link_index < 0)
366 return pdfium::CollectionSize<int>(pageLink->GetRects(link_index));
370 int link_index,
376 if (!link_page || link_index < 0 || rect_index < 0)
380 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index);
  /external/pdfium/public/
fpdf_text.h 227 // |link_index| is out of bounds, then return FALSE and set the out
384 // link_index - Zero-based index for the link.
396 // If |link_index| does not correspond to a valid link, then the result
400 int link_index,
408 // link_index - Zero-based index for the link.
410 // Number of rectangular areas for the link. If |link_index| does
414 int link_index);
420 // link_index - Zero-based index for the link.
432 // |bottom|. If |link_page| is invalid or if |link_index| does not
437 int link_index,
    [all...]

Completed in 779 milliseconds