OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextChar
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp
115
if (m_TextPlane.
GetNextChar
() == '*') {
153
if (m_TextPlane.
GetNextChar
() == '*') {
179
if (m_TextPlane.
GetNextChar
() == '*') {
198
if (m_TextPlane.
GetNextChar
() == '*') {
264
if (m_TextPlane.
GetNextChar
() == '*') {
fde_csssyntax.h
38
FX_WCHAR
GetNextChar
() const {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h
134
FX_DWORD
GetNextChar
(const FX_CHAR* pString, int nStrLen, int& offset) const;
fpdf_font_cid.cpp
877
FX_DWORD CPDF_CMap::
GetNextChar
(const FX_CHAR* pString,
962
GetNextChar
(pString, size, offset);
[
all
...]
fpdf_font.cpp
172
FX_DWORD charcode =
GetNextChar
(src_buf, src_len, src_pos);
338
FX_DWORD charcode =
GetNextChar
(pString, size, offset);
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
153
virtual FX_DWORD
GetNextChar
(const FX_CHAR* pString,
437
FX_DWORD
GetNextChar
(const FX_CHAR* pString,
fpdf_parser.h
302
virtual FX_BOOL
GetNextChar
(uint8_t& ch);
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
241
m_pCharCodes[index++] = pFont->
GetNextChar
(segment, len, offset);
250
m_pCharCodes = (FX_DWORD*)(uintptr_t)pFont->
GetNextChar
(
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp
647
charcode = pFont->
GetNextChar
(str, str.GetLength(), offset);
655
pCharCodes[i] = pFont->
GetNextChar
(str, str.GetLength(), offset);
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
193
FX_DWORD ch = pFont->
GetNextChar
(pStr, len, offset);
Completed in 229 milliseconds