OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsFontFace
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
109
FX_WCHAR
wsFontFace
[32];
120
FXSYS_wcscmp(left.
wsFontFace
, right.
wsFontFace
) == 0 &&
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
72
pFont = IFX_Font::LoadFont(pFD->
wsFontFace
, dwFontStyles, wCodePage, this);
76
dwHash = FGAS_GetFontFamilyHash(pFD->
wsFontFace
, dwFontStyles, wCodePage);
117
const FX_WCHAR* pFontFace = pFD->
wsFontFace
;
179
pFont = IFX_Font::LoadFont(pFD->
wsFontFace
, dwFontStyles, wCodePage, this);
373
if (FXSYS_wcsicmp(pParams->pwsFamily, pFont->
wsFontFace
)) {
404
if (FXSYS_wcsicmp(pParams->pwsFamily, pFont->
wsFontFace
) == 0) {
471
FXSYS_wcsncpy(pFont->
wsFontFace
, (const FX_WCHAR*)lf.lfFaceName, 31);
472
pFont->
wsFontFace
[31] = 0;
[
all
...]
Completed in 151 milliseconds