Searched refs:SetRichTextProps (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 1386 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps); in SetRichFontIndex() 1393 return SetRichTextProps(EP_FONTSIZE,NULL,&WordProps); in SetRichFontSize() 1400 return SetRichTextProps(EP_WORDCOLOR,NULL,&WordProps); in SetRichTextColor() 1407 return SetRichTextProps(EP_SCRIPTTYPE,NULL,&WordProps); in SetRichTextScript() 1415 return SetRichTextProps(EP_BOLD,NULL,&WordProps); in SetRichTextBold() 1423 return SetRichTextProps(EP_ITALIC,NULL,&WordProps); in SetRichTextItalic() 1431 return SetRichTextProps(EP_UNDERLINE,NULL,&WordProps); in SetRichTextUnderline() 1439 return SetRichTextProps(EP_CROSSOUT,NULL,&WordProps); in SetRichTextCrossout() 1446 return SetRichTextProps(EP_CHARSPACE,NULL,&WordProps); in SetRichTextCharSpace() 1453 return SetRichTextProps(EP_HORZSCALE,NULL,&WordProps); in SetRichTextHorzScale() [all …]
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 691 FX_BOOL SetRichTextProps(EDIT_PROPS_E eProps,
|