Home
last modified time | relevance | path

Searched refs:GetCharTypeWidth (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h204 virtual int GetCharTypeWidth(FX_DWORD charcode);
394 int GetCharTypeWidth(FX_DWORD charcode) override { in GetCharTypeWidth() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp343 int CPDF_Font::GetCharTypeWidth(FX_DWORD charcode) { in GetCharTypeWidth() function in CPDF_Font