OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSection
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
49
CSection
::
CSection
(CPDF_VariableText* pVT) : m_pVT(pVT) {}
50
CSection
::~
CSection
() {
53
void
CSection
::ResetAll() {
57
void
CSection
::ResetLineArray() {
60
void
CSection
::ResetWordArray() {
66
void
CSection
::ResetLinePlace() {
73
CPVT_WordPlace
CSection
::AddWord(const CPVT_WordPlace& place,
85
CPVT_WordPlace
CSection
::AddLine(const CPVT_LineInfo& lineinfo)
[
all
...]
pdf_vt.h
17
class
CSection
;
238
class
CSection
{
242
explicit
CSection
(CPDF_VariableText* pVT);
243
virtual ~
CSection
();
281
explicit CTypeset(
CSection
* pSection);
293
CSection
* m_pSection;
342
friend class
CSection
;
513
CPVT_ArrayTemplate<
CSection
*> m_SectionArray;
Completed in 133 milliseconds