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 224 void CPDF_TextObject::SetSegments(const CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nsegs)
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)
281 SetSegments(pStrs, pKerning, nSegs);
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 565 void SetText(CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs);
605 void SetSegments(const CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs);

Completed in 227 milliseconds