Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h62 void SetSegments(const ByteString* pStrs, const float* pKerning, int nSegs);
Dcpdf_textobject.cpp147 const float* pKerning, in SetSegments() argument
166 m_CharPos[index - 1] = pKerning[i]; in SetSegments()
Dcpdf_streamcontentparser.cpp1228 float* pKerning, in AddTextObject() argument
1262 pText->SetSegments(pStrs, pKerning, nsegs); in AddTextObject()
1277 if (pKerning && pKerning[nsegs - 1] != 0) { in AddTextObject()
1280 (pKerning[nsegs - 1] * m_pCurStates->m_TextState.GetFontSize() * in AddTextObject()
1285 (pKerning[nsegs - 1] * m_pCurStates->m_TextState.GetFontSize()) / in AddTextObject()
Dcpdf_streamcontentparser.h99 float* pKerning,