Home
last modified time | relevance | path

Searched refs:SetRichTextProps (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1108 return SetRichTextProps(EP_FONTINDEX, NULL, &WordProps); in SetRichFontIndex()
1114 return SetRichTextProps(EP_FONTSIZE, NULL, &WordProps); in SetRichFontSize()
1120 return SetRichTextProps(EP_WORDCOLOR, NULL, &WordProps); in SetRichTextColor()
1126 return SetRichTextProps(EP_SCRIPTTYPE, NULL, &WordProps); in SetRichTextScript()
1133 return SetRichTextProps(EP_BOLD, NULL, &WordProps); in SetRichTextBold()
1140 return SetRichTextProps(EP_ITALIC, NULL, &WordProps); in SetRichTextItalic()
1147 return SetRichTextProps(EP_UNDERLINE, NULL, &WordProps); in SetRichTextUnderline()
1154 return SetRichTextProps(EP_CROSSOUT, NULL, &WordProps); in SetRichTextCrossout()
1160 return SetRichTextProps(EP_CHARSPACE, NULL, &WordProps); in SetRichTextCharSpace()
1166 return SetRichTextProps(EP_HORZSCALE, NULL, &WordProps); in SetRichTextHorzScale()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h689 FX_BOOL SetRichTextProps(EDIT_PROPS_E eProps,