HomeSort by relevance Sort by last modified time
    Searched refs:pStrs (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 226 void CPDF_TextObject::SetSegments(const CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nsegs)
239 m_nChars += pFont->CountChar(pStrs[i], pStrs[i].GetLength());
247 FX_LPCSTR segment = pStrs[i];
248 int offset = 0, len = pStrs[i].GetLength();
259 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR)pFont->GetNextChar(pStrs[0], offset);
281 void CPDF_TextObject::SetText(CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs)
283 SetSegments(pStrs, pKerning, nSegs);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 568 void SetText(CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs);
608 void SetSegments(const CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs);

Completed in 1268 milliseconds