OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_CharBox
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
257
if (info_curchar.
m_CharBox
.Width() < 0.01 ||
258
info_curchar.
m_CharBox
.Height() < 0.01) {
276
rect.left = info_curchar.
m_CharBox
.left;
277
rect.right = info_curchar.
m_CharBox
.right;
285
rect.bottom = info_curchar.
m_CharBox
.bottom;
297
rect.top = info_curchar.
m_CharBox
.top;
300
rect = info_curchar.
m_CharBox
;
303
info_curchar.
m_CharBox
.Normalize();
304
if (rect.left > info_curchar.
m_CharBox
.left) {
305
rect.left = info_curchar.
m_CharBox
.left
[
all
...]
text_int.h
35
CFX_FloatRect
m_CharBox
;
/external/pdfium/fpdfsdk/src/
fpdftext.cpp
90
*left = charinfo.
m_CharBox
.left;
91
*right = charinfo.
m_CharBox
.right;
92
*bottom = charinfo.
m_CharBox
.bottom;
93
*top = charinfo.
m_CharBox
.top;
/external/pdfium/core/include/fpdftext/
fpdf_text.h
53
CFX_FloatRect
m_CharBox
;
Completed in 67 milliseconds