HomeSort by relevance Sort by last modified time
    Searched full:m_glyphs (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 30 PSGlyph m_Glyphs[256];
533 if (pPSFont->m_Glyphs[j].m_pFont == pFont &&
534 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex &&
535 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) ||
536 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust &&
537 (FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] -
539 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] -
541 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] -
543 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] -
574 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 804 m_glyphs.setCount(0);
814 m_glyphs.setCount(nChars + count);
823 m_glyphs[index + count] = static_cast<uint16_t>(cp.m_GlyphIndex);
854 skCanvas->drawPosText(m_glyphs.begin(), m_glyphs.count() * 2,
1129 SkTDArray<uint16_t> m_glyphs; \/\/ accumulator for text glyphs member in class:SkiaState
    [all...]

Completed in 144 milliseconds