OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLine
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/fpdfdoc/
cline.cpp
7
#include "core/fpdfdoc/
cline
.h"
9
CLine
::
CLine
() {}
11
CLine
::~
CLine
() {}
13
CPVT_WordPlace
CLine
::GetBeginWordPlace() const {
17
CPVT_WordPlace
CLine
::GetEndWordPlace() const {
22
CPVT_WordPlace
CLine
::GetPrevWordPlace(const CPVT_WordPlace& place) const {
31
CPVT_WordPlace
CLine
::GetNextWordPlace(const CPVT_WordPlace& place) const {
cline.h
13
class
CLine
final {
15
CLine
();
16
~
CLine
();
clines.h
15
class
CLine
;
23
CLine
* GetAt(int32_t nIndex) const;
31
CPVT_ArrayTemplate<
CLine
*> m_Lines;
clines.cpp
9
#include "core/fpdfdoc/
cline
.h"
21
CLine
* CLines::GetAt(int32_t nIndex) const {
38
CLine
* pLine = new
CLine
;
41
} else if (
CLine
* pLine = GetAt(m_nTotal)) {
csection.cpp
11
#include "core/fpdfdoc/
cline
.h"
38
if (
CLine
* pLine = m_LineArray.GetAt(i)) {
73
if (
CLine
* pLine = m_LineArray.GetAt(0)) {
80
if (
CLine
* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) {
93
if (
CLine
* pLine = m_LineArray.GetAt(place.nLineIndex)) {
98
if (
CLine
* pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) {
115
if (
CLine
* pLine = m_LineArray.GetAt(place.nLineIndex)) {
117
if (
CLine
* pNextLine = m_LineArray.GetAt(place.nLineIndex + 1)) {
132
if (
CLine
* pLine = m_LineArray.GetAt(nMid)) {
160
if (
CLine
* pLine = m_LineArray.GetAt(nMid))
[
all
...]
cpdf_variabletext.cpp
12
#include "core/fpdfdoc/
cline
.h"
207
if (
CLine
* pLine = pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) {
643
if (
CLine
* pLine = pSection->m_LineArray.GetAt(place.nLineIndex))
743
if (
CLine
* pLine = pSection->m_LineArray.GetAt(place.nLineIndex)) {
[
all
...]
ctypeset.cpp
11
#include "core/fpdfdoc/
cline
.h"
193
if (
CLine
* pLine = m_pSection->m_LineArray.GetAt(0)) {
446
if (
CLine
* pLine = m_pSection->m_LineArray.GetAt(l)) {
/external/clang/unittests/Tooling/
CommentHandlerTest.cpp
46
unsigned
CLine
= SM.getSpellingLineNumber(Start, &Invalid);
52
Comments.push_back(Comment(C,
CLine
, CCol));
Completed in 198 milliseconds