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 56 CFX_Font* m_pFont;
fx_ge_font.cpp 391 m_pFont = pFont;
395 FXFT_Face face = m_pFont->GetFace();
402 if (m_pFont->m_pSubstFont && m_pFont->m_pSubstFont->m_Charset == 2) {
415 FXFT_Face face = m_pFont->GetFace();
422 int nmaps = FXFT_Get_Face_CharmapCount(m_pFont->m_Face);
fx_ge_ps.cpp 11 CFX_Font* m_pFont;
505 if (pPSFont->m_Glyphs[j].m_pFont == pFont && pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex) {
537 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 281 m_pFont = NULL;
298 if (m_pDocument && m_pFont) {
299 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE);
304 if (m_pDocument && m_pFont) {
307 pPageData->ReleaseFont(m_pFont->GetFontDict());
317 if (pPageData && pStateData->m_pFont && !pPageData->IsForceClear()) {
318 pPageData->ReleaseFont(pStateData->m_pFont->GetFontDict());
321 pStateData->m_pFont = pFont;
  /external/pdfium/core/include/fxge/
fx_font.h 364 , m_pFont(pFont)
369 m_pFontCache->ReleaseCachedFace(m_pFont);
372 CFX_Font* m_pFont;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 173 CPDF_Font* m_pFont;
fpdf_font.cpp 483 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
487 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);
493 m_pFont = pFont;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 219 CPDF_Font* m_pFont;
241 return m_pObject->m_pFont;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
reflowedpage.h 127 CPDF_Font* m_pFont;
reflowedpage.cpp 468 CPDF_Font* pPDFFont = pCharData->m_pCharState->m_pFont;
reflowedtextpage.cpp 86 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 35 m_pFont = pFont;
41 CPDF_Type3Font* m_pFont;
fpdf_render_text.cpp 127 CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1198 return m_pFont;
1245 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 425 pTextStateData->m_pFont = pFont;

Completed in 155 milliseconds