Searched defs:pStrs (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp224 void CPDF_TextObject::SetSegments(const CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nsegs) argument
237 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength());
245 FX_LPCSTR segment = pStrs[i];
246 int offset = 0, len = pStrs[i].GetLength();
257 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR)pFont->GetNextChar(pStrs[0], pStrs[0].GetLength(), offset);
279 void CPDF_TextObject::SetText(CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs) argument
281 SetSegments(pStrs, pKerning, nSegs);
H A Dfpdf_page_parser.cpp1270 void CPDF_StreamContentParser::AddTextObject(CFX_ByteString* pStrs, FX_FLOAT fInitKerning, FX_FLOAT* pKerning, int nsegs) argument
1302 pText->SetSegments(pStrs, pKerning, nsegs);
1351 CFX_ByteString* pStrs = new CFX_ByteString[nsegs]; local
1362 pStrs[iSegment] = str;
1373 AddTextObject(pStrs, fInitKerning, pKerning, iSegment);
1374 delete[] pStrs;

Completed in 57 milliseconds