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

  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 526 return m_nChars;
585 nChars = m_nChars;
602 int m_nChars;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 190 if(textobj->m_nChars == 0) {
296 return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
300 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
392 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars);
393 FXSYS_memset32(pGlyphAndPos, 0, sizeof(FXTEXT_GLYPHPOS) * textobj->m_nChars);
399 if (textobj->m_nChars == 1) {
402 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) {
497 FX_RECT rect = FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd);
504 for (int iChar = 0; iChar < textobj->m_nChars; iChar ++) {
526 FX_DWORD m_nChars;
    [all...]

Completed in 73 milliseconds