Searched refs:GetVertOrigin (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont.h | 63 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
|
D | cpdf_cidfont.cpp | 525 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const { in GetVertOrigin() function in CPDF_CIDFont
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 54 pFont->AsCIDFont()->GetVertOrigin(CID, vx, vy); in GetItemInfo() 299 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 118 pCIDFont->GetVertOrigin(CID, vx, vy); in CPDF_CharPosList()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_text.cpp | 254 pCIDFont->GetVertOrigin(cid, vx, vy); in FPDFText_GetLooseCharBox()
|