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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp410 m_pFont = pFont;
414 FXFT_Face face = m_pFont->GetFace();
421 if (m_pFont->m_pSubstFont && m_pFont->m_pSubstFont->m_Charset == 2) {
434 FXFT_Face face = m_pFont->GetFace();
441 int nmaps = FXFT_Get_Face_CharmapCount(m_pFont->m_Face);
H A Dtext_int.h53 CFX_Font* m_pFont; member in class:CFX_UnicodeEncoding
H A Dfx_ge_ps.cpp11 CFX_Font* m_pFont; member in struct:PSGlyph
515 if (pPSFont->m_Glyphs[j].m_pFont == pFont && pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex) {
550 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp288 m_pFont = NULL;
301 if (m_pFont && m_pFont->m_pDocument) {
302 m_pFont = m_pFont->m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE);
307 CPDF_Font* pFont = m_pFont;
314 CPDF_Font*& pStateFont = GetModify()->m_pFont;
/external/pdfium/core/include/fxge/
H A Dfx_font.h361 , m_pFont(pFont)
366 m_pFontCache->ReleaseCachedFace(m_pFont);
369 CFX_Font* m_pFont; member in class:CFX_AutoFontCache
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h221 CPDF_Font* m_pFont; member in class:CPDF_TextStateData
241 return m_pObject->m_pFont;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h200 CPDF_Font* m_pFont; member in class:CPDF_FontCharMap
H A Dfpdf_font.cpp494 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
498 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);
504 m_pFont = pFont;
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp918 if(pState->m_Color == color && pState->m_fFontSize == fHeight && pState->m_pFont == pFont && pState->m_pTextObj == pObj) {
925 pState.m_pFont = pFont;
1166 CFX_WideString str = pCharData->m_pCharState->m_pFont->UnicodeFromCharCode(pCharData->m_CharCode);
1414 CFX_WideString Wstr = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
1456 CFX_WideString Wstr = pCharData->m_pCharState->m_pFont->UnicodeFromCharCode(pCharData->m_CharCode);
1494 pData->m_pCharState->m_pFont->GetFontBBox(rect);
1502 pData->m_pCharState = GetCharState(pData->m_pCharState->m_pTextObj, pData->m_pCharState->m_pFont, pData->m_Height, pData->m_pCharState->m_Color);
H A Dreflowedpage.h126 CPDF_Font* m_pFont; member in class:CRF_CharState
H A Dreflowedpage.cpp471 CPDF_Font* pPDFFont = pCharData->m_pCharState->m_pFont;
H A Dreflowedtextpage.cpp93 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h33 m_pFont = pFont;
39 CPDF_Type3Font* m_pFont; member in class:CPDF_Type3Cache
H A Dfpdf_render_text.cpp127 CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1243 return m_pFont;
1290 CPDF_Font* m_pFont; member in class:CPDF_FormField
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp26 m_pFont = NULL;
1093 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp447 pTextStateData->m_pFont = pFont;

Completed in 1871 milliseconds