Home
last modified time | relevance | path

Searched refs:pStrs (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp146 void CPDF_TextObject::SetSegments(const ByteString* pStrs, in SetSegments() argument
154 nChars += pFont->CountChar(pStrs[i].c_str(), pStrs[i].GetLength()); in SetSegments()
160 const char* segment = pStrs[i].c_str(); in SetSegments()
161 int len = pStrs[i].GetLength(); in SetSegments()
Dcpdf_textobject.h62 void SetSegments(const ByteString* pStrs, const float* pKerning, int nSegs);
Dcpdf_streamcontentparser.cpp1226 void CPDF_StreamContentParser::AddTextObject(ByteString* pStrs, in AddTextObject() argument
1262 pText->SetSegments(pStrs, pKerning, nsegs); in AddTextObject()