HomeSort by relevance Sort by last modified time
    Searched refs:pGlyph (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 21 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph;
22 if (pGlyph == NULL) {
25 int char_left = glyph.m_OriginX + pGlyph->m_Left;
26 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX);
31 int char_top = glyph.m_OriginY - pGlyph->m_Top;
32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
268 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
271 pGlyph->GetWidth(), pGlyph->GetHeight(), pGlyph, 0, 0)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 170 CFX_GlyphBitmap* pGlyph = new CFX_GlyphBitmap;
171 pGlyph->m_Left = left;
172 pGlyph->m_Top = -top;
173 pGlyph->m_Bitmap.TakeOver(pResBitmap);
175 return pGlyph;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 569 CGGlyph pGlyph = 0;
571 CTFontGetGlyphsForCharacters(font, &start, &pGlyph, count);
573 CTFontGetAdvancesForGlyphs(font, kCTFontDefaultOrientation, &pGlyph, &advances, 1);
    [all...]

Completed in 1257 milliseconds