Home
last modified time | relevance | path

Searched refs:m_pGlyph (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dfx_ge_text.cpp30 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS() : m_pGlyph(nullptr) {} in FXTEXT_GLYPHPOS()
52 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph; in FXGE_GetGlyphsBBox()
Dcfx_renderdevice.cpp961 glyph.m_pGlyph = pFont->LoadGlyphBitmap( in DrawNormalText()
965 glyph.m_pGlyph = pFont->LoadGlyphBitmap( in DrawNormalText()
998 if (!glyph.m_pGlyph) in DrawNormalText()
1000 RetainPtr<CFX_DIBitmap> pGlyph = glyph.m_pGlyph->m_pBitmap; in DrawNormalText()
1002 glyph.m_Origin.x + glyph.m_pGlyph->m_Left - pixel_left, in DrawNormalText()
1003 glyph.m_Origin.y - glyph.m_pGlyph->m_Top - pixel_top, in DrawNormalText()
1034 if (!glyph.m_pGlyph) in DrawNormalText()
1038 left += glyph.m_pGlyph->m_Left; in DrawNormalText()
1044 top -= glyph.m_pGlyph->m_Top; in DrawNormalText()
1049 RetainPtr<CFX_DIBitmap> pGlyph = glyph.m_pGlyph->m_pBitmap; in DrawNormalText()
Dfx_font.h92 const CFX_GlyphBitmap* m_pGlyph; variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1884 if (!glyph.m_pGlyph) in ProcessType3Text()
1887 m_pDevice->SetBitMask(glyph.m_pGlyph->m_pBitmap, in ProcessType3Text()
1888 glyph.m_Origin.x + glyph.m_pGlyph->m_Left, in ProcessType3Text()
1889 glyph.m_Origin.y - glyph.m_pGlyph->m_Top, in ProcessType3Text()
1955 glyphs[iChar].m_pGlyph = pBitmap; in ProcessType3Text()
1983 if (!glyph.m_pGlyph) in ProcessType3Text()
1987 left += glyph.m_pGlyph->m_Left; in ProcessType3Text()
1994 top -= glyph.m_pGlyph->m_Top; in ProcessType3Text()
2001 glyph.m_pGlyph->m_pBitmap->GetWidth(), in ProcessType3Text()
2002 glyph.m_pGlyph->m_pBitmap->GetHeight(), in ProcessType3Text()
[all …]