OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBox
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp
81
FX_RECT
BBox
;
82
pFont->GetCharBBox(charCode,
BBox
);
83
w =
BBox
.right -
BBox
.left;
fpdf_text_int.cpp
971
FX_RECT
BBox
;
972
pFont->GetCharBBox(charCode,
BBox
);
973
w =
BBox
.right -
BBox
.left;
[
all
...]
Completed in 372 milliseconds