Searched refs:m_pGlyph (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 397 if (!glyph.m_pGlyph) { in ProcessType3Text() 400 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap, in ProcessType3Text() 401 glyph.m_OriginX + glyph.m_pGlyph->m_Left, in ProcessType3Text() 402 glyph.m_OriginY - glyph.m_pGlyph->m_Top, in ProcessType3Text() 461 pGlyphAndPos[iChar].m_pGlyph = pBitmap; in ProcessType3Text() 494 if (!glyph.m_pGlyph) { in ProcessType3Text() 498 (int)((glyph.m_OriginX + glyph.m_pGlyph->m_Left - rect.left) * sa), in ProcessType3Text() 499 (int)((glyph.m_OriginY - glyph.m_pGlyph->m_Top - rect.top) * sd), in ProcessType3Text() 500 glyph.m_pGlyph->m_Bitmap.GetWidth(), in ProcessType3Text() 501 glyph.m_pGlyph->m_Bitmap.GetHeight(), &glyph.m_pGlyph->m_Bitmap, 0, in ProcessType3Text()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 53 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph; in FXGE_GetGlyphsBBox() 297 glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap( in DrawNormalText() 301 glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap( in DrawNormalText() 338 if (!glyph.m_pGlyph) { in DrawNormalText() 341 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() 343 glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left, in DrawNormalText() 344 glyph.m_OriginY - glyph.m_pGlyph->m_Top - pixel_top, in DrawNormalText() 388 if (!glyph.m_pGlyph) { in DrawNormalText() 391 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() 392 int left = glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left; in DrawNormalText() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 513 const CFX_GlyphBitmap* m_pGlyph; member
|