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 71 void CRF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const
124 GetCharInfo(i, info);
185 GetCharInfo(i, info);
226 GetCharInfo(i, info);
255 GetCharInfo(i, info);
315 GetCharInfo(i, info);
378 GetCharInfo(i, info);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 150 void CPDF_TextObject::GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const
173 void CPDF_TextObject::GetCharInfo(int index, CPDF_TextObjectItem* pInfo) const
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 626 void CPDF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const
775 GetCharInfo(start, info1);
776 GetCharInfo(end, info2);
782 GetCharInfo(end, info2);
    [all...]

Completed in 442 milliseconds