OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WordCmp
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp
120
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
198
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
202
bSelect = place.
WordCmp
(wrSelect.BeginPos) > 0 &&
203
place.
WordCmp
(wrSelect.EndPos) <= 0;
323
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
333
bSelect = place.
WordCmp
(wrSelect.BeginPos) > 0 &&
334
place.
WordCmp
(wrSelect.EndPos) <= 0;
497
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
560
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
643
if (pRange && place.
WordCmp
(pRange->EndPos) > 0
[
all
...]
fxet_ap.cpp
83
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
190
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
fxet_edit.cpp
952
if (m_SelState.BeginPos.
WordCmp
(m_SelState.EndPos) < 0) {
1028
if (place.
WordCmp
(wrTemp.EndPos) > 0)
1080
if (wr1.BeginPos.
WordCmp
(wr2.BeginPos) < 0) {
1086
if (wr1.EndPos.
WordCmp
(wr2.EndPos) < 0) {
1206
if (place.
WordCmp
(wrTemp.EndPos) > 0)
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
45
inline int32_t
WordCmp
(const CPVT_WordPlace& wp) const {
134
if (BeginPos.
WordCmp
(EndPos) > 0) {
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
287
if (PlaceRange.BeginPos.
WordCmp
(SecBeginPos) >= 0) {
288
if (PlaceRange.EndPos.
WordCmp
(SecEndPos) <= 0) {
294
} else if (PlaceRange.EndPos.
WordCmp
(SecEndPos) <= 0) {
[
all
...]
doc_ap.cpp
726
if (pVisible && place.
WordCmp
(pVisible->EndPos) > 0) {
[
all
...]
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp
1084
if (wr1.BeginPos.
WordCmp
(wr2.BeginPos) < 0) {
1090
if (wr1.EndPos.
WordCmp
(wr2.EndPos) < 0) {
[
all
...]
PWL_Utils.cpp
116
if (wr2.EndPos.
WordCmp
(wr1.BeginPos) < 0 ||
117
wr2.BeginPos.
WordCmp
(wr1.EndPos) > 0)
119
if (wr1.EndPos.
WordCmp
(wr2.BeginPos) < 0 ||
120
wr1.BeginPos.
WordCmp
(wr2.EndPos) > 0)
123
if (wr1.BeginPos.
WordCmp
(wr2.BeginPos) < 0) {
129
if (wr1.EndPos.
WordCmp
(wr2.EndPos) < 0) {
522
if (pRange && place.
WordCmp
(pRange->EndPos) > 0)
[
all
...]
Completed in 346 milliseconds