Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp196 void CPDF_TextObject::SetSegments(const ByteString* pStrs, in SetSegments() argument
205 nChars += pFont->CountChar(pStrs[i].AsStringView()); in SetSegments()
212 ByteStringView segment = pStrs[i].AsStringView(); in SetSegments()
Dcpdf_textobject.h73 void SetSegments(const ByteString* pStrs,
Dcpdf_streamcontentparser.h107 void AddTextObject(const ByteString* pStrs,
Dcpdf_streamcontentparser.cpp1221 void CPDF_StreamContentParser::AddTextObject(const ByteString* pStrs, in AddTextObject() argument
1252 pText->SetSegments(pStrs, kernings, nSegs); in AddTextObject()