HomeSort by relevance Sort by last modified time
    Searched refs:m_pFont (Results 1 - 17 of 17) sorted by null

  /external/pdfium/core/src/fxge/ge/
text_int.h 53 CFX_Font* m_pFont;
fx_ge_font.cpp 410 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);
fx_ge_ps.cpp 11 CFX_Font* m_pFont;
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/
fpdf_page_graph_state.cpp 288 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/
fx_font.h 361 , m_pFont(pFont)
366 m_pFontCache->ReleaseCachedFace(m_pFont);
369 CFX_Font* m_pFont;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 200 CPDF_Font* m_pFont;
fpdf_font.cpp 494 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
498 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);
504 m_pFont = pFont;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 221 CPDF_Font* m_pFont;
241 return m_pObject->m_pFont;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
reflowedpage.h 126 CPDF_Font* m_pFont;
reflowedpage.cpp 471 CPDF_Font* pPDFFont = pCharData->m_pCharState->m_pFont;
reflowedtextpage.cpp 93 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 33 m_pFont = pFont;
39 CPDF_Type3Font* m_pFont;
fpdf_render_text.cpp 127 CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1243 return m_pFont;
1290 CPDF_Font* m_pFont;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 26 m_pFont = NULL;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 447 pTextStateData->m_pFont = pFont;

Completed in 543 milliseconds