HomeSort by relevance Sort by last modified time
    Searched refs:no_stem_darkening (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 122 FT_Bool no_stem_darkening; member in struct:CFF_DriverRec_
cffdrivr.c 605 FT_Bool* no_stem_darkening = (FT_Bool*)value; local
608 driver->no_stem_darkening = *no_stem_darkening;
628 FT_Bool no_stem_darkening = driver->no_stem_darkening; local
645 *val = no_stem_darkening;
cf2ft.c 344 if ( scaled && !driver->no_stem_darkening )
cffobjs.c     [all...]
  /external/freetype/src/cff/
cffobjs.h 122 FT_Bool no_stem_darkening; member in struct:CFF_DriverRec_
cffdrivr.c 638 FT_Bool* no_stem_darkening = (FT_Bool*)value; local
641 driver->no_stem_darkening = *no_stem_darkening;
690 FT_Bool no_stem_darkening = driver->no_stem_darkening; local
694 *val = no_stem_darkening;
cf2ft.c 344 if ( scaled && !driver->no_stem_darkening )
cffobjs.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 122 FT_Bool no_stem_darkening; member in struct:CFF_DriverRec_
cffdrivr.c 606 FT_Bool* no_stem_darkening = (FT_Bool*)value; local
609 driver->no_stem_darkening = *no_stem_darkening;
629 FT_Bool no_stem_darkening = driver->no_stem_darkening; local
646 *val = no_stem_darkening;
cf2ft.c 344 if ( scaled && !driver->no_stem_darkening )
cffobjs.c     [all...]

Completed in 228 milliseconds