OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_charList
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
114
m_charList
(512),
150
m_charList
.RemoveAll();
156
int nCount =
m_charList
.GetSize();
163
PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)
m_charList
.GetAt(i);
203
return
m_charList
.GetSize();
249
if (nCount + start >
m_charList
.GetSize() || nCount == -1) {
250
nCount =
m_charList
.GetSize() - start;
253
info_curchar = *(PAGECHAR_INFO*)
m_charList
.GetAt(curPos++);
330
while (pos <
m_charList
.GetSize()) {
331
PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)(
m_charList
.GetAt(pos))
[
all
...]
text_int.h
95
const PAGECHAR_InfoArray* GetCharList() const { return &
m_charList
; }
137
PAGECHAR_InfoArray
m_charList
;
Completed in 85 milliseconds