Searched defs:other_flags (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/autofit/
H A Dafhints.h352 FT_UInt32 other_flags; /* free for script-specific */ member in struct:AF_GlyphHintsRec_
363 #define AF_HINTS_TEST_OTHER( h, f ) ( (h)->other_flags & (f) )
H A Dafcjk.c1261 FT_UInt32 scaler_flags, other_flags; local
1284 other_flags = 0;
1291 other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
1298 other_flags |= AF_LATIN_HINTS_VERT_SNAP;
1304 other_flags |= AF_LATIN_HINTS_STEM_ADJUST;
1307 other_flags |= AF_LATIN_HINTS_MONO;
1312 hints->other_flags = other_flags;
H A Daflatin.c1459 FT_UInt32 scaler_flags, other_flags; local
1485 other_flags = 0;
1492 other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
1499 other_flags |= AF_LATIN_HINTS_VERT_SNAP;
1505 other_flags |= AF_LATIN_HINTS_STEM_ADJUST;
1508 other_flags |= AF_LATIN_HINTS_MONO;
1519 hints->other_flags = other_flags;
H A Daflatin2.c1469 FT_UInt32 scaler_flags, other_flags; local
1495 other_flags = 0;
1502 other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
1509 other_flags |= AF_LATIN_HINTS_VERT_SNAP;
1515 other_flags |= AF_LATIN_HINTS_STEM_ADJUST;
1518 other_flags |= AF_LATIN_HINTS_MONO;
1529 hints->other_flags = other_flags;
/external/v8/src/
H A Dobjects.cc5441 int other_flags; local
5442 FromObject(other, &other_flags, &other_maps);
5443 if (code_flags_ != other_flags) return false;
5447 int other_hash = MapsHashHelper(&other_maps, other_flags);
5480 int other_flags; local
5481 FromObject(obj, &other_flags, &other_maps);
5482 return MapsHashHelper(&other_maps, other_flags);

Completed in 101 milliseconds