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

  /external/pdfium/xfa/fxbarcode/
cbc_onecode.cpp 59 bool CBC_OneCode::SetFont(CFX_Font* cFont) {
61 return static_cast<CBC_OneDimWriter*>(m_pBCWriter.get())->SetFont(cFont);
  /external/sfntly/cpp/src/sfntly/table/
table.cc 52 void Table::SetFont(Font* font) {
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 145 bool CFX_Barcode::SetFont(CFX_Font* pFont) {
156 ? 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);
131 void CPDF_TextState::TextData::SetFont(CPDF_Font* pFont) {
  /external/pdfium/core/fpdfapi/font/
fpdf_font.cpp 65 CPDF_Font* CFX_StockFontArray::SetFont(uint32_t index,
92 return m_StockMap[pDoc]->SetFont(index, std::move(pFont));
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.cpp 66 bool CBC_OneDimWriter::SetFont(CFX_Font* cFont) {
  /external/pdfium/xfa/fxfa/app/
xfa_fontmgr.cpp     [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 51 void CFDE_TextOut::SetFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont) {
54 m_pTxtBreak->SetFont(pFont);
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 85 void CFX_RTFBreak::SetFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont) {
fgas_textbreak.cpp 108 void CFX_TxtBreak::SetFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont) {
    [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 295 milliseconds