Searched refs:SetRichTextProps (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 1108 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/ |
D | fxet_edit.h | 689 FX_BOOL SetRichTextProps(EDIT_PROPS_E eProps,
|