HomeSort by relevance Sort by last modified time
    Searched refs:m_pFont (Results 1 - 25 of 25) sorted by null

  /external/pdfium/core/fxge/
cfx_unicodeencoding.cpp 14 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {}
19 FXFT_Face face = m_pFont->GetFace();
26 if (m_pFont->GetSubstFont() &&
27 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) {
cfx_unicodeencoding.h 42 CFX_Font* m_pFont; // Unowned, not nullptr.
cfx_unicodeencodingex.cpp 45 FXFT_Face face = m_pFont->GetFace();
74 FXFT_Face face = m_pFont->GetFace();
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 61 m_pFont(nullptr),
68 delete m_pFont;
75 if (m_pFont)
83 m_pFont = new CFX_Font;
91 m_pFont->LoadSubst(csFontFamily, true, dwFontStyles, iWeight, 0, wCodePage,
93 if (!m_pFont->GetFace())
100 if (m_pFont || !pExternalFont)
103 m_pFont = pExternalFont;
109 if (m_pFont || !pInternalFont)
112 m_pFont = pInternalFont.release()
    [all...]
cfgas_gefont.h 50 CFX_Font* GetDevFont() const { return m_pFont; }
83 CFX_Font* m_pFont;
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 21 return m_Ref.GetObject()->m_pFont;
93 : m_pFont(nullptr),
106 : m_pFont(that.m_pFont),
118 if (m_pDocument && m_pFont)
119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
129 m_pFont = pFont;
149 if (!m_pDocument || !m_pFont)
154 pPageData->ReleaseFont(m_pFont->GetFontDict())
    [all...]
cpdf_textstate.h 74 CPDF_Font* m_pFont;
  /external/pdfium/xfa/fgas/layout/
cfx_break.cpp 38 m_pFont(nullptr),
78 if (!pFont || pFont == m_pFont)
82 m_pFont = pFont;
113 if (!m_pFont || m_wDefChar == 0xFEFF)
116 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar);
130 if (m_wDefChar == 0xFEFF || !m_pFont)
133 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar);
cfx_break.h 84 RetainPtr<CFGAS_GEFont> m_pFont;
cfx_rtfbreak.cpp 68 ASSERT(m_pFont && m_pCurLine);
125 if (!m_pFont->GetCharWidth(pCurChar->char_code(), iCharWidth))
194 if (!m_pFont->GetCharWidth(wForm, iCharWidth) &&
195 !m_pFont->GetCharWidth(pLastChar->char_code(), iCharWidth)) {
209 if (!m_pFont->GetCharWidth(wForm, iCharWidth) &&
210 !m_pFont->GetCharWidth(pCurChar->char_code(), iCharWidth)) {
229 if (!m_pFont->GetCharWidth(wForm, iCharWidth))
cfx_txtbreak.cpp 81 if (!m_pFont->GetCharWidth(wForm, iCharWidth))
140 m_pFont->GetCharWidth(wForm, iCharWidth);
159 m_pFont->GetCharWidth(wForm, iCharWidth);
186 if (!m_pFont->GetCharWidth(wForm, iCharWidth))
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.h 41 UnownedPtr<CPDF_Type3Font> const m_pFont;
cpdf_type3cache.cpp 82 CPDF_Type3Cache::CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {}
121 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
  /external/pdfium/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank);
164 device->DrawNormalText(iLen, &charpos[1], m_pFont.Get(),
170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank);
178 device->DrawNormalText(iLen, &charpos[6], m_pFont.Get(),
187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize,
194 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(),
200 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize,
209 device->DrawNormalText(iLen, &charpos[11], m_pFont.Get(),
BC_OnedEAN13Writer.cpp 180 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize,
188 device->DrawNormalText(iLen, &charpos[1], m_pFont.Get(),
194 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize,
203 device->DrawNormalText(iLen, &charpos[7], m_pFont.Get(),
212 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth,
219 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(),
BC_OnedEAN8Writer.cpp 173 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth,
180 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(),
186 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize,
195 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(),
BC_OneDimWriter.cpp 43 m_pFont = nullptr;
70 m_pFont = cFont;
200 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(),
210 if (!device || !m_pFont)
227 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize,
BC_OneDimWriter.h 89 UnownedPtr<CFX_Font> m_pFont;
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 176 CPDF_Font* GetFont() const { return m_pFont.Get(); }
218 UnownedPtr<CPDF_Font> m_pFont;
cpdf_formfield.cpp 96 m_pFont(nullptr) {
929 m_pFont = m_pForm->GetDocument()->LoadFont(pFontDict);
  /external/pdfium/xfa/fde/
cfde_textout.cpp 129 m_pFont(nullptr),
146 m_pFont = pFont;
208 ASSERT(m_pFont && m_fFontSize >= 1.0f);
284 ASSERT(m_pFont && m_fFontSize >= 1.0f);
317 CFDE_TextOut::DrawString(device, m_TxtColor, m_pFont, m_CharPos.data(),
525 tr.pFont = m_pFont;
cfde_textout.h 91 RetainPtr<CFGAS_GEFont> m_pFont;
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 121 RetainPtr<CFGAS_GEFont> m_pFont;
cfwl_widgettp.cpp 288 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.unterminated_c_str(),
290 return !!m_pFont;
294 return m_pFont;
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 83 UnownedPtr<CFX_Font> m_pFont;
541 if (pPSFont->m_Glyphs[j].m_pFont == pFont &&
585 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont;

Completed in 319 milliseconds