Lines Matching refs:CLines
7 #include "core/fpdfdoc/clines.h"
11 CLines::CLines() : m_nTotal(0) {}
13 CLines::~CLines() {
17 int32_t CLines::GetSize() const {
21 CLine* CLines::GetAt(int32_t nIndex) const {
25 void CLines::Empty() {
29 void CLines::RemoveAll() {
36 int32_t CLines::Add(const CPVT_LineInfo& lineinfo) {
47 void CLines::Clear() {