Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_text.cpp36 ScopedFontTransform::ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) in ScopedFontTransform() function in ScopedFontTransform
41 ScopedFontTransform::~ScopedFontTransform() { in ~ScopedFontTransform()
Dfx_font.h62 class ScopedFontTransform {
64 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix);
65 ~ScopedFontTransform();
Dcfx_facecache.cpp114 ScopedFontTransform scoped_transform(m_Face, &ft_matrix); in RenderGlyph()
Dcfx_font.cpp571 ScopedFontTransform scoped_transform(m_Face, &ft_matrix); in LoadGlyphPathImpl()