Home
last modified time | relevance | path

Searched refs:LoadClone (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h81 FX_BOOL LoadClone(const CFX_Font* pFont);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp73 FX_BOOL CFX_Font::LoadClone(const CFX_Font* pFont) { in LoadClone() function in CFX_Font
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp134 m_pFont->LoadClone(src.m_pFont); in CFX_GEFont()