OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwsFamily
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
332
params.
pwsFamily
= pszFontFamily;
342
params.
pwsFamily
= NULL;
372
if (pParams->
pwsFamily
) {
373
if (FXSYS_wcsicmp(pParams->
pwsFamily
, pFont->wsFontFace)) {
403
if (pParams->
pwsFamily
!= NULL) {
404
if (FXSYS_wcsicmp(pParams->
pwsFamily
, pFont->wsFontFace) == 0) {
[
all
...]
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
96
const FX_WCHAR*
pwsFamily
;
Completed in 2282 milliseconds