OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rectArray
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/codec2/vndk/
types.cpp
230
BRect const*
rectArray
= from.getArray(&numRects);
233
if (!b2h(
rectArray
[i], &(*to)[i])) {
/external/pdfium/fpdfsdk/
fpdftext.cpp
380
std::vector<CFX_FloatRect>
rectArray
= pageLink->GetRects(link_index);
381
if (rect_index >= pdfium::CollectionSize<int>(
rectArray
))
384
*left =
rectArray
[rect_index].left;
385
*right =
rectArray
[rect_index].right;
386
*top =
rectArray
[rect_index].top;
387
*bottom =
rectArray
[rect_index].bottom;
/external/pdfium/core/fpdftext/
cpdf_textpage.cpp
247
std::vector<CFX_FloatRect>
rectArray
;
263
rectArray
.push_back(rect);
306
rectArray
.push_back(rect);
307
return
rectArray
;
[
all
...]
Completed in 420 milliseconds