Home
last modified time | relevance | path

Searched refs:GetVertOrigin (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp125 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy); in GetItemInfo()
379 pCIDFont->GetVertOrigin(CID, vx, vy); in GetCharRect()
454 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h454 void GetVertOrigin(FX_WORD CID, short& vx, short& vy) const;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp568 pCIDFont->GetVertOrigin(CID, vx, vy); in Load()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1384 void CPDF_CIDFont::GetVertOrigin(FX_WORD CID, short& vx, short& vy) const { in GetVertOrigin() function in CPDF_CIDFont