OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lineHeights
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxfa/
cxfa_loadercontext.h
35
std::vector<float>
m_lineHeights
;
cxfa_textlayout.cpp
256
if (m_pLoader->
m_lineHeights
.empty() && m_pLoader->m_fWidth > 0) {
268
for (float value : m_pLoader->
m_lineHeights
)
280
m_pLoader->
m_lineHeights
.clear();
342
int32_t iCount = pdfium::CollectionSize<int32_t>(m_pLoader->
m_lineHeights
);
345
float fLineHeight = m_pLoader->
m_lineHeights
[i];
512
pdfium::CollectionSize<int32_t>(m_pLoader->
m_lineHeights
);
535
float fLineHeight = m_pLoader->
m_lineHeights
[i];
[
all
...]
Completed in 2388 milliseconds