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

  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 17 FX_LPGDIGOCACHE pGlyph;
19 pGlyph = NULL;
20 m_GlyphMap.GetNextAssoc(pos, (void*&)iGlyph, (void*&)pGlyph);
21 if (pGlyph != NULL) {
22 FX_Free(pGlyph->pOutline);
23 FX_Free(pGlyph);
32 FX_LPGDIGOCACHE pGlyph = FX_Alloc(FX_GDIGOCACHE, 1);
33 pGlyph->gm = gm;
34 pGlyph->pOutline = pOutline;
35 m_GlyphMap.SetAt((void*)dwGlyph, (void*)pGlyph);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 53 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph;
54 if (!pGlyph) {
57 int char_left = glyph.m_OriginX + pGlyph->m_Left;
58 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX);
63 int char_top = glyph.m_OriginY - pGlyph->m_Top;
65 char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
341 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
345 pGlyph->GetWidth(), pGlyph->GetHeight(), pGlyph, 0, 0)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 173 CFX_GlyphBitmap* pGlyph = new CFX_GlyphBitmap;
174 pGlyph->m_Left = left;
175 pGlyph->m_Top = -top;
176 pGlyph->m_Bitmap.TakeOver(pResBitmap);
178 return pGlyph;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 513 CGGlyph pGlyph = 0;
515 CTFontGetGlyphsForCharacters(font, &start, &pGlyph, count);
517 CTFontGetAdvancesForGlyphs(font, kCTFontDefaultOrientation, &pGlyph,
    [all...]

Completed in 266 milliseconds