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

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 63 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
cpdf_cidfont.cpp 545 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const {
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 100 pCIDFont->GetVertOrigin(CID, vx, vy);
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 51 pFont->AsCIDFont()->GetVertOrigin(CID, vx, vy);
239 pCIDFont->GetVertOrigin(CID, vx, vy);

Completed in 157 milliseconds