Lines Matching refs:impl
14 return static_cast<FontRenamer*>(info)->impl(); in GetImpl()
18 FPDF_SYSFONTINFO* impl = GetImpl(info); in ReleaseImpl() local
19 impl->Release(impl); in ReleaseImpl()
23 FPDF_SYSFONTINFO* impl = GetImpl(info); in EnumFontsImpl() local
24 impl->EnumFonts(impl, mapper); in EnumFontsImpl()
35 FPDF_SYSFONTINFO* impl = GetImpl(info); in MapFontImpl() local
36 return impl->MapFont(impl, weight, italic, charset, pitch_family, in MapFontImpl()
42 FPDF_SYSFONTINFO* impl = GetImpl(info); in GetFontImpl() local
44 return impl->GetFont(impl, renamed_face.c_str()); in GetFontImpl()
52 FPDF_SYSFONTINFO* impl = GetImpl(info); in GetFontDataImpl() local
53 return impl->GetFontData(impl, font, table, buffer, buf_size); in GetFontDataImpl()
60 FPDF_SYSFONTINFO* impl = GetImpl(info); in GetFaceNameImpl() local
61 return impl->GetFaceName(impl, font, buffer, buf_size); in GetFaceNameImpl()
65 FPDF_SYSFONTINFO* impl = GetImpl(info); in GetFontCharsetImpl() local
66 return impl->GetFontCharset(impl, font); in GetFontCharsetImpl()
70 FPDF_SYSFONTINFO* impl = GetImpl(info); in DeleteFontImpl() local
71 impl->DeleteFont(impl, font); in DeleteFontImpl()