/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 95 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 …]
|
D | fx_gefont.h | 46 virtual void* GetDevFont() const { return (void*)m_pFont; } in GetDevFont() 61 CFX_Font* m_pFont; variable
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 181 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 …]
|
D | BC_OnedEAN13Writer.cpp | 215 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()
|
D | BC_OnedEAN8Writer.cpp | 211 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()
|
D | BC_OneDimWriter.cpp | 37 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()
|
D | BC_OneDimWriter.h | 71 CFX_Font* m_pFont; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 274 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/ |
D | fx_rtfbreak.cpp | 27 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 …]
|
D | fx_textbreak.cpp | 32 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 …]
|
D | fx_textbreak.h | 120 IFX_Font* m_pFont; variable
|
D | fx_rtfbreak.h | 124 IFX_Font* m_pFont; variable
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 459 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()
|
D | fx_ge_ps.cpp | 12 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/ |
D | fx_font.h | 174 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/ |
D | widgettp.h | 175 IFX_Font* GetFont() const { return m_pFont; } in GetFont() 181 IFX_Font* m_pFont; variable
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 15 : 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()
|
D | fde_textout.h | 135 IFX_Font* m_pFont; variable
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 700 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/ |
D | fpdf_pageobj.h | 165 CPDF_Font* m_pFont; variable 183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; } in GetFont()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | font_int.h | 213 CPDF_Font* m_pFont; variable
|
D | fpdf_font.cpp | 444 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/ |
D | render_int.h | 41 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {} in CPDF_Type3Cache() 55 CPDF_Type3Font* const m_pFont; variable
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 829 CPDF_Font* GetFont() { return m_pFont; } in GetFont() 863 CPDF_Font* m_pFont; variable
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 24 m_pFont = NULL; in CPDF_FormField() 1099 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict); in LoadDA()
|