Home
last modified time | relevance | path

Searched refs:GetWord (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp64 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()
66 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()
68 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()
81 csFontNameTag = (CFX_ByteString)syntax.GetWord(); in GetFont()
83 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord()); in GetFont()
111 csColor += (CFX_ByteString)syntax.GetWord(); in GetColorString()
113 csColor += (CFX_ByteString)syntax.GetWord(); in GetColorString()
118 csColor += (CFX_ByteString)syntax.GetWord(); in GetColorString()
120 csColor += (CFX_ByteString)syntax.GetWord(); in GetColorString()
122 csColor += (CFX_ByteString)syntax.GetWord(); in GetColorString()
[all …]
Ddoc_ap.cpp212 return CPVT_Color(CT_GRAY, FX_atof(syntax.GetWord())); in ParseColor()
216 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()
217 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()
218 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()
223 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()
224 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()
225 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()
226 FX_FLOAT f4 = FX_atof(syntax.GetWord()); in ParseColor()
265 CFX_ByteString sFontName = syntax.GetWord(); in GenerateWidgetAP()
270 FX_FLOAT fFontSize = FX_atof(syntax.GetWord()); in GenerateWidgetAP()
[all …]
Ddoc_formfield.cpp1088 CFX_ByteString font_name = syntax.GetWord(); in LoadDA()
1094 m_FontSize = FX_atof(syntax.GetWord()); in LoadDA()
Dpdf_vt.h629 FX_BOOL GetWord(CPVT_Word & word) const;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp102 if (pIterator->GetWord(word)) in GetEditAppearanceStream()
122 if (pIterator->GetWord(word)) in GetEditAppearanceStream()
143 if (pIterator->GetWord(word)) in GetEditAppearanceStream()
211 if (pIterator->GetWord(word) && pIterator->GetLine(line)) in GetSelectAppearanceStream()
Dfxet_pageobjs.cpp112 if (pIterator->GetWord(word)) in DrawUnderline()
203 if (pIterator->GetWord(word)) in DrawEdit()
320 if (pIterator->GetWord(word)) in DrawRichEdit()
525 if (pIterator->GetWord(word)) in GeneratePageObjects()
587 if (pIterator->GetWord(word)) in GenerateRichPageObjects()
674 if (pIterator->GetWord(word)) in GenerateUnderlineObjects()
Dfxet_edit.cpp66 FX_BOOL CFX_Edit_Iterator::GetWord(CPVT_Word & word) const in GetWord() function in CFX_Edit_Iterator
71 if (m_pVTIterator->GetWord(word)) in GetWord()
1260 if (pIterator->GetWord(wordinfo)) in GetText()
1308 if (pIterator->GetWord(wordinfo)) in GetRangeText()
1793 if (pIterator->GetWord(wordinfo)) in SetWordProps()
2338 if (pIterator->GetWord(word)) in ScrollToCaret()
2495 pIterator->GetWord(wordinfo); in RefreshPushRandomRects()
2542 pIterator->GetWord(wordinfo); in RefreshWordRange()
2606 if (pIterator->GetWord(word)) in SetCaretInfo()
2652 if (pIterator->GetWord(word)) in SetCaretChange()
[all …]
Dfxet_list.cpp106 pIterator->GetWord(word); in GetFirstChar()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp128 CFX_ByteStringC CPDF_SimpleParser::GetWord() in GetWord() function in CPDF_SimpleParser
189 CFX_ByteStringC word = GetWord(); in SkipWord()
210 CFX_ByteStringC word = GetWord(); in FindTagPair()
235 CFX_ByteStringC word = GetWord(); in FindTagParam()
/external/opencv/otherlibs/highgui/
Dbitstrm.h104 int GetWord();
115 int GetWord();
Dgrfmt_bmp.cpp151 m_width = m_strm.GetWord(); in ReadHeader()
152 m_height = m_strm.GetWord(); in ReadHeader()
258 int code = m_strm.GetWord(); in ReadData()
347 int code = m_strm.GetWord(); in ReadData()
Dgrfmt_tiff.cpp278 int val = m_strm.GetWord(); in GetWordEx()
335 array[i] = ((RMByteStream&)m_strm).GetWord(); in ReadTable()
338 array[i] = ((RLByteStream&)m_strm).GetWord(); in ReadTable()
379 m_byteorder = (TiffByteOrder)m_strm.GetWord(); in ReadHeader()
Dgrfmt_jpeg.cpp585 int code = m_low_strm.GetWord(); in FindMarker()
838 int length = lstrm.GetWord(); in ReadHeader()
846 m_version = lstrm.GetWord(); in ReadHeader()
853 m_height = lstrm.GetWord(); in ReadHeader()
854 m_width = lstrm.GetWord(); in ReadHeader()
909 m_MCUs = lstrm.GetWord(); in ReadHeader()
1034 int length = lstrm.GetWord(); in ReadData()
1091 m_MCUs = lstrm.GetWord(); in ReadData()
Dbitstrm.cpp284 int RLByteStream::GetWord() in GetWord() function in RLByteStream
325 int RMByteStream::GetWord() in GetWord() function in RMByteStream
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcallclient.cc86 std::string GetWord(const std::vector<std::string>& words, in GetWord() function
191 const std::string& command = GetWord(words, 0, ""); in ParseLine()
213 std::string to = GetWord(words, 1, ""); in ParseLine()
223 std::string id = GetWord(words, 1, ""); in ParseLine()
330 std::string to = GetWord(words, 1, ""); in ParseLine()
337 std::string to = GetWord(words, 1, ""); in ParseLine()
351 JoinMuc(GetWord(words, 1, "")); in ParseLine()
353 LookupAndJoinMuc(GetWord(words, 1, "")); in ParseLine()
355 InviteToMuc(words[1], GetWord(words, 2, "")); in ParseLine()
357 LeaveMuc(GetWord(words, 1, "")); in ParseLine()
[all …]
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp395 if (pIterator->GetWord(word)) in GetCaretInfo()
520 if (pIterator->GetWord(word)) in GetCaretFont()
548 if (pIterator->GetWord(word)) in GetCaretFontSize()
DPWL_Edit.cpp804 if (pIterator->GetWord(word)) in GetWordRightBottomPoint()
1236 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()
1249 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
1265 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()
1281 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
DPWL_Utils.cpp522 if (pIterator->GetWord(word)) in GetWordSpellCheckAppearanceStream()
536 if (pIterator->GetWord(word)) in GetWordSpellCheckAppearanceStream()
583 if (pIterator->GetWord(word)) in GetSpellCheckAppStream()
1665 if (pIterator->GetWord(word)) in AddSpellCheckObj()
1679 if (pIterator->GetWord(word)) in AddSpellCheckObj()
1743 if (pIterator->GetWord(word)) in DrawEditSpellCheck()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp642 CFX_ByteStringC word = parser.GetWord(); in Load()
648 word = parser.GetWord(); in Load()
653 word = parser.GetWord(); in Load()
670 low = parser.GetWord(); in Load()
674 high = parser.GetWord(); in Load()
680 CFX_ByteString start = parser.GetWord(); in Load()
683 CFX_ByteString dest = parser.GetWord(); in Load()
697 parser.GetWord(); in Load()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp259 CFX_ByteString sFontName = syntax.GetWord(); in GetAnnotDefaultFont()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h307 virtual FX_BOOL GetWord(CPVT_Word & word) const = 0;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp149 CFX_ByteStringC word = parser.GetWord(); in Parse()
158 CFX_ByteStringC word = parser.GetWord(); in Parse()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h127 virtual FX_BOOL GetWord(CPVT_Word & word) const = 0;
Dfxet_edit.h790 FX_BOOL GetWord(CPVT_Word & word) const;
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h214 CFX_ByteStringC GetWord();

12