Home
last modified time | relevance | path

Searched refs:pCharCodes (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp514 FX_DWORD* pCharCodes,
529 FX_DWORD* pCharCodes, in Load() argument
539 nChars == 1 ? (FX_DWORD)(uintptr_t)pCharCodes : pCharCodes[iChar]; in Load()
588 FX_DWORD* pCharCodes, in DrawTextPath() argument
603 CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size); in DrawTextPath()
644 FX_DWORD* pCharCodes; in DrawTextString() local
648 pCharCodes = (FX_DWORD*)(uintptr_t)charcode; in DrawTextString()
651 pCharCodes = FX_Alloc(FX_DWORD, nChars); in DrawTextString()
655 pCharCodes[i] = pFont->GetNextChar(str, str.GetLength(), offset); in DrawTextString()
659 cur_pos += pFont->GetCharWidthF(pCharCodes[i]) * font_size / 1000; in DrawTextString()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h186 FX_DWORD* pCharCodes,
200 FX_DWORD* pCharCodes,
210 FX_DWORD* pCharCodes,
Dfpdf_pageobj.h440 void SetText(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pKernings);
452 FX_DWORD* pCharCodes,
457 void GetData(int& nChars, FX_DWORD*& pCharCodes, FX_FLOAT*& pCharPos) { in GetData() argument
459 pCharCodes = m_pCharCodes; in GetData()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp282 FX_DWORD* pCharCodes, in SetText() argument
302 m_pCharCodes[index++] = pCharCodes[i]; in SetText()
310 m_pCharCodes = (FX_DWORD*)(uintptr_t)pCharCodes[0]; in SetText()
583 FX_DWORD* pCharCodes, in SetData() argument
595 m_pCharCodes = (FX_DWORD*)(uintptr_t)*pCharCodes; in SetData()
598 FXSYS_memcpy(m_pCharCodes, pCharCodes, sizeof(FX_DWORD) * nChars); in SetData()