Searched refs:place (Results 1 - 25 of 97) sorted by relevance

1234

/external/pdfium/core/fpdfdoc/
H A Dcline.cpp22 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const {
23 if (place.nWordIndex > m_LineInfo.nEndWordIndex) {
24 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
27 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
28 place.nWordIndex - 1);
31 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const {
32 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) {
33 return CPVT_WordPlace(place
[all...]
H A Dcline.h20 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
21 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
H A Dcsection.cpp44 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, argument
48 std::max(std::min(place.nWordIndex, m_WordArray.GetSize()), 0);
54 return place;
86 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const {
87 if (place.nLineIndex < 0) {
90 if (place.nLineIndex >= m_LineArray.GetSize()) {
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) {
94 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) {
95 return CPVT_WordPlace(place.nSecIndex, place
151 CPVT_WordPlace place = GetBeginWordPlace(); local
288 ClearWord(const CPVT_WordPlace& place) argument
[all...]
H A Dcpdf_variabletext.cpp93 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) { argument
95 m_CurPos = place;
267 CPVT_WordPlace place; local
268 place.nSecIndex = 0;
269 AddSection(place, secinfo);
274 AddLine(place, lineinfo);
287 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace& place, argument
293 return place;
295 return place;
297 CPVT_WordPlace newplace = place;
305 InsertSection( const CPVT_WordPlace& place, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pWordProps) argument
340 InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text) argument
391 DeleteWord(const CPVT_WordPlace& place) argument
395 BackSpaceWord(const CPVT_WordPlace& place) argument
479 CPVT_WordPlace place = GetBeginWordPlace(); local
553 CPVT_WordPlace place = GetBeginWordPlace(); local
593 GetUpWordPlace( const CPVT_WordPlace& place, const CFX_PointF& point) const argument
614 GetDownWordPlace( const CPVT_WordPlace& place, const CFX_PointF& point) const argument
678 AddSection(const CPVT_WordPlace& place, const CPVT_SectionInfo& secinfo) argument
696 AddLine(const CPVT_WordPlace& place, const CPVT_LineInfo& lineinfo) argument
705 AddWord(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
718 GetWordInfo(const CPVT_WordPlace& place, CPVT_WordInfo& wordinfo) argument
729 SetWordInfo(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
740 GetLineInfo(const CPVT_WordPlace& place, CPVT_LineInfo& lineinfo) argument
751 GetSectionInfo(const CPVT_WordPlace& place, CPVT_SectionInfo& secinfo) argument
859 ClearSectionRightWords(const CPVT_WordPlace& place) argument
870 AdjustLineHeader(const CPVT_WordPlace& place, bool bPrevOrNext) const argument
877 ClearEmptySection(const CPVT_WordPlace& place) argument
899 LinkLatterSection(const CPVT_WordPlace& place) argument
927 ClearLeftWord(const CPVT_WordPlace& place) argument
945 ClearRightWord(const CPVT_WordPlace& place) argument
1026 CPVT_WordPlace place; local
[all...]
H A Dcpdf_variabletext.h56 void SetAt(const CPVT_WordPlace& place);
110 CPVT_WordPlace InsertWord(const CPVT_WordPlace& place,
114 CPVT_WordPlace InsertSection(const CPVT_WordPlace& place,
117 CPVT_WordPlace InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text);
119 CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place);
120 CPVT_WordPlace BackSpaceWord(const CPVT_WordPlace& place);
133 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
134 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
136 CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace& place,
138 CPVT_WordPlace GetDownWordPlace(const CPVT_WordPlace& place,
[all...]
H A Dcsection.h30 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
34 void ClearWord(const CPVT_WordPlace& place);
39 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
40 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
41 void UpdateWordPlace(CPVT_WordPlace& place) const;
H A Dcpvt_wordrange.h49 CPVT_WordPlace place = EndPos; local
51 BeginPos = place;
/external/c-ares/
H A Dares_getopt.c68 static char *place = EMSG; /* option letter processing */ local
71 if (optreset || !*place) { /* update scanning pointer */
73 if (optind >= nargc || *(place = nargv[optind]) != '-') {
74 place = EMSG;
77 if (place[1] && *++place == '-') { /* found "--" */
79 place = EMSG;
83 if ((optopt = (int)*place++) == (int)':' ||
91 if (!*place)
100 if (!*place)
[all...]
/external/libpcap/Win32/Src/
H A Dgetopt.c67 static char *place = EMSG; /* option letter processing */ local
70 if (optreset || !*place) { /* update scanning pointer */
72 if (optind >= nargc || *(place = nargv[optind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((optopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
[all...]
/external/tcpdump/missing/
H A Dgetopt_long.c92 static const char *place = EMSG; /* option letter processing */ variable
199 current_argv = place;
392 if (!*place) { /* update scanning pointer */
394 place = EMSG;
411 if (*(place = nargv[optind]) != '-' ||
413 place[1] == '\0') {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
417 place = EMSG; /* found non-option */
453 if (place[1] != '\0' && *++place
[all...]
/external/mesa3d/src/getopt/
H A Dgetopt_long.c84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place;
311 if (optreset || !*place) { /* update scanning pointer */
314 place = EMSG;
331 if (*(place = nargv[optind]) != '-' ||
332 (place[1] == '\0' && strchr(options, '-') == NULL)) {
333 place = EMSG; /* found non-option */
369 if (place[1] != '\0' && *++place == '-' && place[
[all...]
/external/openssh/openbsd-compat/
H A Dgetopt_long.c101 static char *place = EMSG; /* option letter processing */ variable
183 current_argv = place;
328 if (optreset || !*place) { /* update scanning pointer */
331 place = EMSG;
348 if (*(place = nargv[optind]) != '-' ||
349 (place[1] == '\0' && strchr(options, '-') == NULL)) {
350 place = EMSG; /* found non-option */
386 if (place[1] != '\0' && *++place == '-' && place[
[all...]
H A Dbsd-snprintf.c65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
561 int place = 0; local
586 convert[place++] =
590 } while(uvalue && (place < 20));
591 if (place == 20) place--;
592 convert[place] = 0;
594 zpadlen = max - place;
595 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
606 printf("zpad: %d, spad: %d, min: %d, max: %d, place
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.h110 void OnInsertWord(const CPVT_WordPlace& place,
112 void OnInsertReturn(const CPVT_WordPlace& place,
114 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
115 void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
116 void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
117 void OnInsertText(const CPVT_WordPlace& place,
132 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace& place) const;
133 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace& place) const;
134 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace& place,
H A DPWL_Edit.cpp744 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, argument
748 GetLatinWordsRange(place)));
752 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, argument
756 GetLatinWordsRange(place)));
760 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, argument
764 GetLatinWordsRange(place)));
768 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, argument
772 GetLatinWordsRange(place)));
776 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, argument
780 GetLatinWordsRange(place)));
784 OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
828 GetSameWordsRange(const CPVT_WordPlace& place, bool bLatin, bool bArabic) const argument
[all...]
/external/ltp/tools/top-LTP/proc/
H A Dsig.c182 int place = 0; /* position on this line */ local
212 if (!place) {
214 place = amt;
217 if (amt + place + 1 > max_line) {
220 place = amt;
223 sprintf(buf + place, " %s", tmpbuf);
224 place += amt + 1;
228 if (place)
/external/clang/test/Sema/
H A Dparentheses.cpp8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
52 // expected-note {{place parenthese
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp59 enum place { _ }; enum in namespace:ParameterPackExpansions
60 template<place...> struct places {};
63 template<place...X1, place...X2>
75 template<place> struct inner { typedef T type; };
79 template<place...X> struct takedrop_impl<places<X...>> {
81 template<place > class ...Drop>
/external/libvorbis/examples/
H A Dframeview.pl189 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
200 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(
[all...]
/external/valgrind/drd/tests/
H A Dverify-xml-output19 ../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="<runBy>$(basename $0)</runBy>" --child-silent-after-fork=yes --gen-suppressions=all $vgopts ./$prog $args
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_DefaultPlacement.h25 void place();
/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_ssd.sh8 # place.
14 In-place converts recovery <image> into an SSD image. With --force, does not
52 echo "This will modify ${IMAGE} in-place and convert it into an SSD image."
/external/vixl/examples/aarch64/
H A Dliteral.cc50 __ place(&manually_placed_literal);
60 // Usually, compilers will move the code to another place in memory before
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp142 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { argument
143 m_pVTIterator->SetAt(place);
593 CPVT_WordPlace place = pIterator->GetAt(); local
594 if (pRange && place.WordCmp(pRange->EndPos) > 0)
598 if (place.LineCmp(oldplace) != 0) {
639 oldplace = place;
700 CPVT_WordPlace place = pIterator->GetAt(); local
701 if (place.WordCmp(pRange->EndPos) > 0)
759 CPVT_WordPlace place = pIterator->GetAt(); local
760 if (pRange && place
1044 CPVT_WordPlace place = pIterator->GetAt(); local
1073 CPVT_WordPlace place = pIterator->GetAt(); local
1519 CPVT_WordPlace place; local
1564 SetCaret(const CPVT_WordPlace& place) argument
2173 DoInsertText(const CPVT_WordPlace& place, const CFX_WideString& sText, int32_t charset) argument
[all...]
/external/vixl/tools/
H A Dmake_instruction_doc.pl36 my @extras = qw/bind debug dci dc32 dc64 place/;

Completed in 2549 milliseconds

1234