/external/pdfium/core/src/fxge/apple/ |
fx_quartz_device.cpp | 56 void CQuartz2D::DestroyFont(void* pFont) { 57 CGFontRelease((CGFontRef)pFont); 740 CFX_Font* pFont, 753 if (!pFont->GetPlatformFont()) { 754 if (pFont->GetPsName() == CFX_WideString::FromLocal("DFHeiStd-W5")) { 757 pFont->SetPlatformFont( 758 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); 759 if (!pFont->GetPlatformFont()) { 779 CGContextSetFont(_context, (CGFontRef)pFont->GetPlatformFont()) [all...] |
apple_int.h | 55 void DestroyFont(void* pFont); 167 CFX_Font* pFont, 187 CFX_Font* pFont,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gedevice.h | 34 IFX_Font* pFont,
106 IFX_Font* pFont,
112 IFX_Font* pFont,
|
fde_render.cpp | 180 IFX_Font* pFont = pTextSet->GetFont(hText);
181 if (pFont == NULL) {
208 m_pRenderDevice->DrawString(m_pSolidBrush, pFont, m_pCharPos, iCount,
|
fde_gedevice.cpp | 134 IFX_Font* pFont,
139 FXSYS_assert(pBrush != NULL && pFont != NULL && pCharPos != NULL &&
142 CFX_Font* pFxFont = (CFX_Font*)pFont->GetDevFont();
146 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 &&
164 FX_DWORD dwFontStyle = pFont->GetFontStyles();
174 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex);
|
/external/pdfium/xfa/src/fgas/src/layout/ |
fx_unicode.cpp | 82 IFX_Font* pFont,
86 if (pFont == NULL || !bVertical) {
98 if (pFont->GetCharBBox(wch, rtBBox, bMBCSCode)) {
|
fx_textbreak.cpp | 101 void CFX_TxtBreak::SetFont(IFX_Font* pFont) {
102 if (pFont == NULL) {
105 if (m_pFont == pFont) {
109 m_pFont = pFont;
[all...] |
fx_rtfbreak.cpp | 93 void CFX_RTFBreak::SetFont(IFX_Font* pFont) {
94 if (pFont == NULL) {
97 if (m_pFont == pFont) {
101 m_pFont = pFont;
[all...] |
/external/pdfium/core/src/fpdftext/ |
txtproc.h | 69 CPDF_Font* pFont);
|
fpdf_text.cpp | 55 CPDF_Font* pFont = pText->m_TextState.GetFont(); 62 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); 65 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; 82 pFont->GetCharBBox(charcode, char_box); 98 pFont->AppendChar(str, charcode); 100 char_bottom, spacew, fontsize_v, str, pFont); 131 fontsize_v, segment, pFont); 138 fontsize_v, segment, pFont); 141 pFont->AppendChar(segment, ' '); 147 pFont->AppendChar(segment, charcode) [all...] |
/external/pdfium/core/src/fxge/win32/ |
dwrite_int.h | 57 void DwDeleteFont(void* pFont);
|
win32_int.h | 78 void** pFont); 82 void GdipDeleteFont(void* pFont); 85 void GdipGetFontSize(void* pFont, FX_FLOAT* size); 348 CFX_Font* pFont,
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
fxmath_barcodeimp.h | 37 virtual FX_BOOL SetFont(CFX_Font* pFont);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_fontmgr.h | 42 FX_BOOL GetCharWidth(IFX_Font* pFont,
|
xfa_fontmgr.cpp | [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font.cpp | 74 void CPDF_FontGlobals::Set(CPDF_Document* pDoc, int index, CPDF_Font* pFont) { 77 m_StockMap[pDoc]->SetFont(index, pFont); 363 CPDF_Font* pFont = pFontGlobals->Find(pDoc, font_id); 364 if (pFont) { 365 return pFont; 372 pFont = CPDF_Font::CreateFontF(NULL, pDict); 373 pFontGlobals->Set(pDoc, font_id, pFont); 374 return pFont; 384 CPDF_Font* pFont; 403 pFont = new CPDF_CIDFont [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
render_int.h | 41 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {} 76 CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont); 80 void ReleaseCachedType3(CPDF_Type3Font* pFont); 214 CPDF_Font* pFont, 229 static class CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont);
|
/external/pdfium/core/src/fpdfdoc/ |
doc_formcontrol.cpp | 282 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement); 283 if (pFont) { 284 return pFont; 299 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement); 300 if (pFont) { 301 return pFont;
|
/frameworks/base/libs/hwui/hwui/ |
MinikinUtils.cpp | 27 FontStyle MinikinUtils::prepareMinikinPaint(MinikinPaint* minikinPaint, FontCollection** pFont, 30 *pFont = resolvedFace->fFontCollection;
|
/external/pdfium/xfa/include/fwl/basewidget/ |
fxmath_barcode.h | 35 virtual FX_BOOL SetFont(CFX_Font* pFont) = 0;
|
/external/pdfium/xfa/src/fgas/include/ |
fx_rbk.h | 66 pFont = NULL;
79 IFX_Font* pFont;
194 virtual void SetFont(IFX_Font* pFont) = 0;
|
fx_tbk.h | 83 pFont = NULL;
99 IFX_Font* pFont;
182 virtual void SetFont(IFX_Font* pFont) = 0;
|
fx_fnt.h | 44 virtual FX_BOOL GetCharWidth(IFX_Font* pFont,
173 virtual void RemoveFont(IFX_Font* pFont) = 0;
261 virtual void RemoveFont(IFX_Font* pFont) = 0;
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
fwl_barcodeimp.cpp | 111 IFX_Font* pFont =
114 pFont ? static_cast<CFX_Font*>(pFont->GetDevFont()) : nullptr;
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_ps.cpp | 29 CPSFont* pFont = m_PSFontList[i]; 30 delete pFont; 538 CFX_Font* pFont, 545 if (pPSFont->m_Glyphs[j].m_pFont == pFont && 586 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont; 605 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); 644 CFX_Font* pFont, 669 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); 670 FX_FONTCACHE_DEFINE(pCache, pFont); 674 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], ps_fontnum, ps_glyphindex) [all...] |