/external/pdfium/core/fpdfdoc/ |
D | cpdf_defaultappearance.cpp | 30 csFont += syntax.GetWord(); in GetFontString() 32 csFont += syntax.GetWord(); in GetFontString() 34 csFont += syntax.GetWord(); in GetFontString() 47 csFontNameTag = ByteString(syntax.GetWord()); in GetFont() 49 *fFontSize = FX_atof(syntax.GetWord()); in GetFont() 79 csColor += syntax.GetWord(); in GetColorString() 81 csColor += syntax.GetWord(); in GetColorString() 86 csColor += syntax.GetWord(); in GetColorString() 88 csColor += syntax.GetWord(); in GetColorString() 90 csColor += syntax.GetWord(); in GetColorString() [all …]
|
D | cpvt_generateap.cpp | 112 if (pIterator->GetWord(word)) { in GenerateEditAP() 128 if (pIterator->GetWord(word)) { in GenerateEditAP() 143 if (pIterator->GetWord(word)) { in GenerateEditAP() 906 ByteString sFontName(syntax.GetWord()); in GenerateFormAP() 911 float fFontSize = FX_atof(syntax.GetWord()); in GenerateFormAP()
|
D | cpdf_variabletext.h | 40 bool GetWord(CPVT_Word& word) const;
|
D | cpdf_formfield.cpp | 924 ByteString font_name(syntax.GetWord()); in LoadDA() 930 m_FontSize = FX_atof(syntax.GetWord()); in LoadDA()
|
D | cpdf_variabletext.cpp | 134 bool CPDF_VariableText::Iterator::GetWord(CPVT_Word& word) const { in GetWord() function in CPDF_VariableText::Iterator
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_tounicodemap.cpp | 131 ByteStringView word = parser.GetWord(); in Load() 137 word = parser.GetWord(); in Load() 142 word = parser.GetWord(); in Load() 159 low = parser.GetWord(); in Load() 163 high = parser.GetWord(); in Load() 170 ByteString start(parser.GetWord()); in Load() 173 ByteString dest(parser.GetWord()); in Load() 187 parser.GetWord(); in Load()
|
D | cpdf_cmap.cpp | 298 ByteStringView word = syntax.GetWord(); in LoadEmbedded()
|
/external/pdfium/core/fxge/ |
D | cfx_color.cpp | 89 return CFX_Color(CFX_Color::kGray, FX_atof(syntax.GetWord())); in ParseColor() 92 float f1 = FX_atof(syntax.GetWord()); in ParseColor() 93 float f2 = FX_atof(syntax.GetWord()); in ParseColor() 94 float f3 = FX_atof(syntax.GetWord()); in ParseColor() 98 float f1 = FX_atof(syntax.GetWord()); in ParseColor() 99 float f2 = FX_atof(syntax.GetWord()); in ParseColor() 100 float f3 = FX_atof(syntax.GetWord()); in ParseColor() 101 float f4 = FX_atof(syntax.GetWord()); in ParseColor()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_simple_parser_unittest.cpp | 13 TEST(SimpleParserTest, GetWord) { in TEST() argument 53 ByteStringView word = parser.GetWord(); in TEST()
|
D | cpdf_simple_parser.cpp | 95 ByteStringView CPDF_SimpleParser::GetWord() { in GetWord() function in CPDF_SimpleParser 156 ByteStringView word = GetWord(); in FindTagParamFromStart()
|
D | cpdf_simple_parser.h | 20 ByteStringView GetWord();
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 400 if (pIterator->GetWord(word)) in GetWordRightBottomPoint() 688 if (!pIterator->GetWord(wordinfo) || in GetSameWordsRange() 697 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange() 708 if (!pIterator->GetWord(wordinfo) || in GetSameWordsRange() 717 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
|
D | cpwl_edit_impl.cpp | 85 bool CPWL_EditImpl_Iterator::GetWord(CPVT_Word& word) const { in GetWord() function in CPWL_EditImpl_Iterator 88 if (m_pVTIterator->GetWord(word)) { in GetWord() 481 if (pIterator->GetWord(word)) { in DrawEdit() 732 if (pIterator->GetWord(wordinfo)) in GetText() 758 if (pIterator->GetWord(wordinfo)) in GetRangeText() 1093 if (pIterator->GetWord(word)) { in ScrollToCaret() 1199 pIterator->GetWord(wordinfo); in RefreshWordRange() 1251 if (pIterator->GetWord(word)) { in SetCaretInfo() 1570 pIterator->GetWord(word); in Backspace() 1608 pIterator->GetWord(word); in Delete() [all …]
|
D | cpwl_edit_ctrl.cpp | 319 if (pIterator->GetWord(word)) { in GetCaretInfo()
|
D | cpwl_edit_impl.h | 407 bool GetWord(CPVT_Word& word) const;
|
D | cpwl_list_impl.cpp | 48 pIterator->GetWord(word); in GetFirstChar()
|
D | cpwl_appstream.cpp | 605 if (pIterator->GetWord(word)) { in GetEditAppStream() 624 if (pIterator->GetWord(word)) { in GetEditAppStream() 641 if (pIterator->GetWord(word)) { in GetEditAppStream()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.h | 31 ByteStringView GetWord() const { in GetWord() function
|
D | cpdf_streamcontentparser.cpp | 612 if (m_pSyntax->GetWord() != "ID") { in Handle_BeginImage() 620 auto word = m_pSyntax->GetWord(); in Handle_BeginImage() 655 if (m_pSyntax->GetWord() == "EI") { in Handle_BeginImage() 1529 OnOperator(syntax.GetWord()); in Parse() 1533 AddNumberParam(syntax.GetWord()); in Parse() 1536 auto word = syntax.GetWord(); in Parse() 1558 ByteStringView strc = m_pSyntax->GetWord(); in ParsePathObject() 1618 bool bInteger = FX_atonum(m_pSyntax->GetWord(), &value); in ParsePathObject()
|
D | cpdf_psengine.cpp | 111 ByteStringView word = parser->GetWord(); in Parse() 195 ByteStringView word = parser.GetWord(); in Parse()
|
D | cpdf_streamparser.cpp | 208 if (GetWord() == "EI") { in ReadInlineStream()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cba_fontmap.cpp | 222 ByteString sFontName(syntax.GetWord()); in GetAnnotDefaultFont()
|