Home | History | Annotate | Download | only in src

Lines Matching refs:format

301      *     passes check: this is the format used when there is a design size
411 USHORT format; /* Format number is set to 0. */
684 USHORT coverageFormat; /* Format identifier--format = 1 */
795 USHORT coverageFormat; /* Format identifier--format = 2 */
808 switch (u.format) {
825 u.format.set (num_glyphs * 2 < num_ranges * 3 ? 1 : 2);
826 switch (u.format) {
835 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
836 switch (u.format) {
854 switch (u.format) {
863 switch (u.format) {
871 Iter (void) : format (0) {};
873 format = c_.u.format;
874 switch (format) {
881 switch (format) {
888 switch (format) {
895 switch (format) {
902 switch (format) {
910 unsigned int format;
919 USHORT format; /* Format identifier */
924 DEFINE_SIZE_UNION (2, format);
966 USHORT classFormat; /* Format identifier--format = 1 */
1009 USHORT classFormat; /* Format identifier--format = 2 */
1021 switch (u.format) {
1030 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
1031 switch (u.format) {
1039 switch (u.format) {
1047 switch (u.format) {
1056 USHORT format; /* Format identifier */
1061 DEFINE_SIZE_UNION (2, format);
1128 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3