Searched refs:m_pFont (Results 1 - 25 of 26) sorted by relevance

12

/external/pdfium/core/fxge/ge/
H A Dcfx_unicodeencoding.cpp12 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {}
17 FXFT_Face face = m_pFont->GetFace();
24 if (m_pFont->GetSubstFont() &&
25 m_pFont->GetSubstFont()->m_Charset == FXFONT_SYMBOL_CHARSET) {
H A Dcfx_unicodeencodingex.cpp41 FXFT_Face face = m_pFont->GetFace();
70 FXFT_Face face = m_pFont->GetFace();
/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp87 m_pFont(nullptr),
100 m_pFont(nullptr),
105 ASSERT(m_pSrcFont->m_pFont);
106 m_pFont = new CFX_Font;
107 m_pFont->LoadClone(m_pSrcFont->m_pFont);
108 CFX_SubstFont* pSubst = m_pFont->GetSubstFont();
111 m_pFont->SetSubstFont(std::unique_ptr<CFX_SubstFont>(pSubst));
122 delete m_pFont;
129 if (m_pFont)
[all...]
H A Dcfgas_gefont.h61 CFX_Font* GetDevFont() const { return m_pFont; }
104 CFX_Font* m_pFont; member in class:CFGAS_GEFont
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.cpp21 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());
124 if (m_pDocument && m_pFont) {
127 pPageData->ReleaseFont(m_pFont->GetFontDict());
134 if (pPageData && m_pFont
[all...]
H A Dcpdf_textstate.h74 CPDF_Font* m_pFont; member in class:CPDF_TextState::TextData
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank);
195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank);
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
239 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank);
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
253 device->DrawNormalText(iLen, pCharPos, m_pFont,
259 CalcTextInfo(tempStr, pCharPos + 11, m_pFont, strWidt
[all...]
H A DBC_OnedEAN13Writer.cpp228 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize,
236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
253 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
281 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
287 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
296 device->DrawNormalText(iLen, pCharPos, m_pFont,
H A DBC_OnedEAN8Writer.cpp218 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
234 device->DrawNormalText(iLen, pCharPos, m_pFont,
240 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize,
246 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
259 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
H A DBC_OneDimWriter.cpp43 m_pFont = nullptr;
70 m_pFont = cFont;
223 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont,
243 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont,
262 if (!m_pFont) {
281 CalcTextInfo(str, pCharPos, m_pFont, geWidth, iFontSize, charsLen);
H A DBC_OneDimWriter.h104 CFX_Font* m_pFont; member in class:CBC_OneDimWriter
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3cache.h36 CPDF_Type3Font* const m_pFont; member in class:CPDF_Type3Cache
H A Dcpdf_type3cache.cpp80 CPDF_Type3Cache::CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {}
120 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
/external/pdfium/core/fxge/
H A Dcfx_unicodeencoding.h43 CFX_Font* m_pFont; // Unowned, not nullptr. member in class:CFX_UnicodeEncoding
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.h129 CPDF_Font* GetFont() const { return m_pFont; }
164 CPDF_Font* m_pFont; member in class:CPDF_FormField
H A Dcpdf_formfield.cpp93 m_pFont(nullptr) {
933 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict);
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.h115 CFX_RetainPtr<CFGAS_GEFont> GetFont() const { return m_pFont; }
125 CFX_RetainPtr<CFGAS_GEFont> m_pFont; member in class:CFWL_FontData
H A Dcfwl_widgettp.cpp294 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.c_str(), dwFontStyles,
296 return !!m_pFont;
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp39 m_pFont(nullptr),
86 if (!pFont || pFont == m_pFont)
90 m_pFont = pFont;
106 if (!m_pFont)
113 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false);
229 ASSERT(m_pFont && m_pCurLine);
268 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, false))
340 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false) &&
341 !m_pFont->GetCharWidth(pLastChar->m_wCharCode, iCharWidth, false)) {
355 if (!m_pFont
[all...]
H A Dfgas_textbreak.cpp48 m_pFont(nullptr),
109 if (!pFont || pFont == m_pFont)
113 m_pFont = pFont;
129 if (m_wDefChar == 0xFEFF || !m_pFont)
132 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false);
147 if (m_wDefChar == 0xFEFF || !m_pFont)
150 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, false);
371 if (!m_pFont->GetCharWidth(wForm, iCharWidth, false))
464 m_pFont->GetCharWidth(wForm, iCharWidth, false);
486 m_pFont
[all...]
H A Dfgas_rtfbreak.h207 CFX_RetainPtr<CFGAS_GEFont> m_pFont; member in class:CFX_RTFBreak
H A Dfgas_textbreak.h284 CFX_RetainPtr<CFGAS_GEFont> m_pFont; member in class:CFX_TxtBreak
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp27 m_pFont(nullptr),
53 m_pFont = pFont;
190 ASSERT(m_pFont && m_fFontSize >= 1.0f);
353 ASSERT(m_pFont && m_fFontSize >= 1.0f);
731 m_pRenderDevice->DrawString(pBrush.get(), m_pFont, m_CharPos.data(),
757 tr.pFont = m_pFont;
H A Dfde_textout.h155 CFX_RetainPtr<CFGAS_GEFont> m_pFont; member in class:CFDE_TextOut
/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.cpp22 CFX_Font* m_pFont; member in struct:PSGlyph
533 if (pPSFont->m_Glyphs[j].m_pFont == pFont &&
575 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont;

Completed in 366 milliseconds

12