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 62 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
cpdf_cidfont.cpp 529 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const {
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 71 pCIDFont->GetVertOrigin(CID, vx, vy);
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 45 pFont->AsCIDFont()->GetVertOrigin(CID, vx, vy);
230 pCIDFont->GetVertOrigin(CID, vx, vy);

Completed in 214 milliseconds