OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBoundedSegment
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/include/fpdftext/
fpdf_text.h
135
virtual void
GetBoundedSegment
(int index, int& start, int& count) const = 0;
179
virtual void
GetBoundedSegment
(int index, int& start, int& count) const = 0;
/external/pdfium/core/src/fpdftext/
text_int.h
92
void
GetBoundedSegment
(int index, int& start, int& count) const override;
221
void
GetBoundedSegment
(int index, int& start, int& count) const override;
fpdf_text_int.cpp
654
GetBoundedSegment
(n - 1, start, count);
656
GetBoundedSegment
(0, start, count);
658
GetBoundedSegment
(0, start, count);
753
void CPDF_TextPage::
GetBoundedSegment
(int index, int& start, int& count) const {
[
all
...]
Completed in 42 milliseconds