HomeSort by relevance Sort by last modified time
    Searched defs:GetCharInfo (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 78 void CRF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const
131 GetCharInfo(i, info);
192 GetCharInfo(i, info);
233 GetCharInfo(i, info);
262 GetCharInfo(i, info);
322 GetCharInfo(i, info);
385 GetCharInfo(i, info);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 151 void CPDF_TextObject::GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const
174 void CPDF_TextObject::GetCharInfo(int index, CPDF_TextObjectItem* pInfo) const
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 591 void CPDF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const
740 GetCharInfo(start, info1);
741 GetCharInfo(end, info2);
747 GetCharInfo(end, info2);
    [all...]

Completed in 44 milliseconds