HomeSort by relevance Sort by last modified time
    Searched defs:unpatented_hinting (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 601 FT_Bool unpatented_hinting; local
606 unpatented_hinting = FT_BOOL
609 for ( i = 0; i < num_params && !face->unpatented_hinting; i++ )
611 unpatented_hinting = TRUE;
613 if ( !unpatented_hinting )
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 629 FT_Bool unpatented_hinting; local
634 unpatented_hinting = FT_BOOL
637 for ( i = 0; i < num_params && !face->unpatented_hinting; i++ )
639 unpatented_hinting = TRUE;
641 if ( !unpatented_hinting )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1372 FT_Bool unpatented_hinting; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1265 FT_Bool unpatented_hinting; member in struct:TT_FaceRec_
    [all...]

Completed in 994 milliseconds