HomeSort by relevance Sort by last modified time
    Searched defs:SetFont (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fpdfapi/font/
cfx_stockfontarray.cpp 29 CPDF_Font* CFX_StockFontArray::SetFont(uint32_t index,
  /external/pdfium/fxbarcode/
cbc_onecode.cpp 53 bool CBC_OneCode::SetFont(CFX_Font* cFont) {
54 return GetOneDimWriter()->SetFont(cFont);
  /external/sfntly/cpp/src/sfntly/table/
table.cc 52 void Table::SetFont(Font* font) {
  /external/pdfium/xfa/fgas/font/
cfgas_pdffontmgr.cpp 201 void CFGAS_PDFFontMgr::SetFont(const RetainPtr<CFGAS_GEFont>& pFont,
  /external/pdfium/xfa/fgas/layout/
cfx_break.cpp 77 void CFX_Break::SetFont(const RetainPtr<CFGAS_GEFont>& pFont) {
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 148 bool CFX_Barcode::SetFont(CFX_Font* pFont) {
159 ? static_cast<CBC_OneCode*>(m_pBCEngine.get())->SetFont(pFont)
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 24 void CPDF_TextState::SetFont(CPDF_Font* pFont) {
25 m_Ref.GetPrivateCopy()->SetFont(pFont);
126 void CPDF_TextState::TextData::SetFont(CPDF_Font* pFont) {
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.cpp 66 bool CBC_OneDimWriter::SetFont(CFX_Font* cFont) {
  /external/pdfium/xfa/fde/
cfde_textout.cpp 144 void CFDE_TextOut::SetFont(const RetainPtr<CFGAS_GEFont>& pFont) {
147 m_pTxtBreak->SetFont(pFont);
cfde_texteditengine.cpp 225 text_out->SetFont(font_);
627 void CFDE_TextEditEngine::SetFont(RetainPtr<CFGAS_GEFont> font) {
632 text_break_.SetFont(font_);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 299 virtual HRESULT WINAPI SetFont(ITextFont *pFont) = 0;
361 HRESULT (WINAPI *SetFont)(ITextRange *This,ITextFont *pFont);
425 #define ITextRange_SetFont(This,pFont) (This)->lpVtbl->SetFont(This,pFont)
    [all...]

Completed in 905 milliseconds