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

  /external/freetype/src/autofit/
afhints.h 210 FT_UInt32 scaler_flags; /* copy of scaler flags */ member in struct:AF_GlyphHintsRec_
221 #define AF_HINTS_TEST_SCALER( h, f ) ( (h)->scaler_flags & (f) )
afcjk.c 609 FT_UInt32 scaler_flags, other_flags; local
631 scaler_flags = hints->scaler_flags;
657 scaler_flags |= AF_SCALER_FLAG_NO_ADVANCE;
659 hints->scaler_flags = scaler_flags;
    [all...]
aflatin.c 1365 FT_UInt32 scaler_flags, other_flags; local
    [all...]
aflatin2.c 1448 FT_UInt32 scaler_flags, other_flags; local
    [all...]
afhints.c 434 hints->scaler_flags = metrics->scaler.flags;

Completed in 175 milliseconds