Searched refs:pGlyph (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 21 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph; in FXGE_GetGlyphsBBox() local 22 if (pGlyph == NULL) { in FXGE_GetGlyphsBBox() 25 int char_left = glyph.m_OriginX + pGlyph->m_Left; in FXGE_GetGlyphsBBox() 26 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); in FXGE_GetGlyphsBBox() 31 int char_top = glyph.m_OriginY - pGlyph->m_Top; in FXGE_GetGlyphsBBox() 32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY); in FXGE_GetGlyphsBBox() 293 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() local 296 pGlyph->GetWidth(), pGlyph->GetHeight(), pGlyph, 0, 0); in DrawNormalText() 342 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() local 345 int ncols = pGlyph->GetWidth(); in DrawNormalText() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 170 CFX_GlyphBitmap* pGlyph = FX_NEW CFX_GlyphBitmap; in RenderGlyph() local 171 pGlyph->m_Left = left; in RenderGlyph() 172 pGlyph->m_Top = -top; in RenderGlyph() 173 pGlyph->m_Bitmap.TakeOver(pResBitmap); in RenderGlyph() 175 return pGlyph; in RenderGlyph()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 570 CGGlyph pGlyph = 0; in FX_GetCharWidth() local 572 CTFontGetGlyphsForCharacters(font, &start, &pGlyph, count); in FX_GetCharWidth() 574 CTFontGetAdvancesForGlyphs(font, kCTFontDefaultOrientation, &pGlyph, &advances, 1); in FX_GetCharWidth()
|