Home
last modified time | relevance | path

Searched refs:m_pFont (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp95 m_pFont(NULL), in CFX_GEFont()
117 m_pFont(NULL), in CFX_GEFont()
131 m_pFont = new CFX_Font; in CFX_GEFont()
132 FXSYS_assert(m_pFont != NULL); in CFX_GEFont()
133 FXSYS_assert(src.m_pFont != NULL); in CFX_GEFont()
134 m_pFont->LoadClone(src.m_pFont); in CFX_GEFont()
135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFX_GEFont()
138 m_pFont->SetSubstFont(pSubst); in CFX_GEFont()
173 if (m_pFont != NULL && !m_bExtFont) { in ~CFX_GEFont()
174 delete m_pFont; in ~CFX_GEFont()
[all …]
Dfx_gefont.h46 virtual void* GetDevFont() const { return (void*)m_pFont; } in GetDevFont()
61 CFX_Font* m_pFont; variable
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp181 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
187 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
199 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
207 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
211 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
225 device->DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
236 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); in ShowChars()
241 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
252 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
259 CalcTextInfo(tempStr, pCharPos + 11, m_pFont, strWidth, iFontSize, blank); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp215 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
223 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
235 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
243 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
248 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
262 device->DrawNormalText(iLen, pCharPos + 7, m_pFont, in ShowChars()
273 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
279 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
290 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
DBC_OnedEAN8Writer.cpp211 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
219 ge.DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
229 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
237 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
243 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont, in ShowChars()
DBC_OneDimWriter.cpp37 m_pFont = NULL; in CBC_OneDimWriter()
66 m_pFont = cFont; in SetFont()
204 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowDeviceChars()
223 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowBitmapChars()
241 if (m_pFont == NULL) { in ShowChars()
260 CalcTextInfo(str, pCharPos, m_pFont, geWidth, iFontSize, charsLen); in ShowChars()
DBC_OneDimWriter.h71 CFX_Font* m_pFont; variable
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp274 m_pFont = NULL; in CPDF_TextStateData()
290 if (m_pDocument && m_pFont) { in CPDF_TextStateData()
291 m_pFont = in CPDF_TextStateData()
292 m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE); in CPDF_TextStateData()
296 if (m_pDocument && m_pFont) { in ~CPDF_TextStateData()
299 pPageData->ReleaseFont(m_pFont->GetFontDict()); in ~CPDF_TextStateData()
308 if (pPageData && pStateData->m_pFont && !pPageData->IsForceClear()) { in SetFont()
309 pPageData->ReleaseFont(pStateData->m_pFont->GetFontDict()); in SetFont()
312 pStateData->m_pFont = pFont; in SetFont()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp27 m_pFont(NULL), in CFX_RTFBreak()
97 if (m_pFont == pFont) { in SetFont()
101 m_pFont = pFont; in SetFont()
103 if (m_pFont != NULL) { in SetFont()
106 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetFont()
119 if (m_pFont != NULL) { in SetFontSize()
122 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetFontSize()
179 if (m_wDefChar != 0xFEFF && m_pFont != NULL) { in SetDefaultChar()
180 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetDefaultChar()
347 FXSYS_assert(m_pFont != NULL && m_pCurLine != NULL && m_pArabicChar != NULL); in AppendChar()
[all …]
Dfx_textbreak.cpp32 m_pFont(NULL), in CFX_TxtBreak()
105 if (m_pFont == pFont) { in SetFont()
109 m_pFont = pFont; in SetFont()
111 if (m_wDefChar != 0xFEFF && m_pFont != NULL) { in SetFont()
112 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetFont()
124 if (m_wDefChar != 0xFEFF && m_pFont != NULL) { in SetFontSize()
125 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetFontSize()
139 if (m_wDefChar != 0xFEFF && m_pFont != NULL) { in SetDefaultChar()
140 m_pFont->GetCharWidth(m_wDefChar, m_iDefChar, FALSE); in SetDefaultChar()
387 if (!m_pFont->GetCharWidth(wForm, iCharWidth, FALSE)) { in AppendChar_Combination()
[all …]
Dfx_textbreak.h120 IFX_Font* m_pFont; variable
Dfx_rtfbreak.h124 IFX_Font* m_pFont; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp459 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) { in CFX_UnicodeEncoding()
466 FXFT_Face face = m_pFont->GetFace(); in GlyphFromCharCode()
473 if (m_pFont->GetSubstFont() && m_pFont->GetSubstFont()->m_Charset == 2) { in GlyphFromCharCode()
493 FXFT_Face face = m_pFont->GetFace(); in GlyphFromCharCode()
525 FXFT_Face face = m_pFont->GetFace(); in CharCodeFromUnicode()
Dfx_ge_ps.cpp12 CFX_Font* m_pFont; member
545 if (pPSFont->m_Glyphs[j].m_pFont == pFont && in FindPSFontGlyph()
586 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont; in FindPSFontGlyph()
/external/pdfium/core/include/fxge/
Dfx_font.h174 CFX_Font* m_pFont;
456 : m_pFontCache(pFontCache), m_pFont(pFont) {} in CFX_AutoFontCache()
457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); } in ~CFX_AutoFontCache()
459 CFX_Font* m_pFont; variable
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h175 IFX_Font* GetFont() const { return m_pFont; } in GetFont()
181 IFX_Font* m_pFont; variable
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp15 : m_pFont(NULL), in CFDE_TextOut()
59 m_pFont = pFont; in SetFont()
227 FXSYS_assert(m_pFont != NULL && m_fFontSize >= 1.0f); in CalcTextSize()
389 FXSYS_assert(m_pFont != NULL && m_fFontSize >= 1.0f); in DrawText()
797 m_pRenderDevice->DrawString(pBrush, m_pFont, m_pCharPos, iCount, in OnDraw()
829 tr.pFont = m_pFont; in ToTextRun()
Dfde_textout.h135 IFX_Font* m_pFont; variable
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp700 m_pFont(0), in CFWL_FontData()
709 if (m_pFont) { in ~CFWL_FontData()
710 m_pFont->Release(); in ~CFWL_FontData()
741 m_pFont = IFX_Font::LoadFont(wsFontFamily.GetPtr(), dwFontStyles, dwCodePage, in LoadFont()
743 return m_pFont != NULL; in LoadFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h165 CPDF_Font* m_pFont; variable
183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; } in GetFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h213 CPDF_Font* m_pFont; variable
Dfpdf_font.cpp444 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr); in _FontMap_GetWideString()
448 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr); in _FontMap_GetByteString()
453 m_pFont = pFont; in CPDF_FontCharMap()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h41 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {} in CPDF_Type3Cache()
55 CPDF_Type3Font* const m_pFont; variable
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h829 CPDF_Font* GetFont() { return m_pFont; } in GetFont()
863 CPDF_Font* m_pFont; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp24 m_pFont = NULL; in CPDF_FormField()
1099 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict); in LoadDA()

12