Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp201 void CPDF_TextObject::SetSegments(const ByteString* pStrs, in SetSegments() argument
209 nChars += pFont->CountChar(pStrs[i].AsStringView()); in SetSegments()
215 ByteStringView segment = pStrs[i].AsStringView(); in SetSegments()
Dcpdf_textobject.h68 void SetSegments(const ByteString* pStrs,
Dcpdf_streamcontentparser.h99 void AddTextObject(const ByteString* pStrs,
Dcpdf_streamcontentparser.cpp1207 void CPDF_StreamContentParser::AddTextObject(const ByteString* pStrs, in AddTextObject() argument
1238 pText->SetSegments(pStrs, kernings, nSegs); in AddTextObject()