Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp406 if (glyph.m_pGlyph == NULL) { in ProcessType3Text()
409 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap, in ProcessType3Text()
410 glyph.m_OriginX + glyph.m_pGlyph->m_Left, in ProcessType3Text()
411 glyph.m_OriginY - glyph.m_pGlyph->m_Top, fill_argb); in ProcessType3Text()
464 pGlyphAndPos[iChar].m_pGlyph = pBitmap; in ProcessType3Text()
493 if (glyph.m_pGlyph == NULL) { in ProcessType3Text()
496 … bitmap.TransferBitmap((int)((glyph.m_OriginX + glyph.m_pGlyph->m_Left - rect.left) * sa), in ProcessType3Text()
497 (int)((glyph.m_OriginY - glyph.m_pGlyph->m_Top - rect.top) * sd), in ProcessType3Text()
498 … glyph.m_pGlyph->m_Bitmap.GetWidth(), glyph.m_pGlyph->m_Bitmap.GetHeight(), in ProcessType3Text()
499 &glyph.m_pGlyph->m_Bitmap, 0, 0); in ProcessType3Text()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp21 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph; in FXGE_GetGlyphsBBox()
229 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &n… in DrawNormalText()
232 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &d… in DrawNormalText()
265 if (glyph.m_pGlyph == NULL) { in DrawNormalText()
268 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText()
269 bitmap.TransferBitmap(glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left, in DrawNormalText()
270 glyph.m_OriginY - glyph.m_pGlyph->m_Top - pixel_top, in DrawNormalText()
314 if (glyph.m_pGlyph == NULL) { in DrawNormalText()
317 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText()
318 int left = glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left; in DrawNormalText()
[all …]
/external/pdfium/core/include/fxge/
Dfx_font.h415 const CFX_GlyphBitmap* m_pGlyph; member