Searched refs:woff (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfwoff.c | 102 WOFF_HeaderRec woff; in FT_LOCAL_DEF() local 143 if ( FT_STREAM_READ_FIELDS( woff_header_fields, &woff ) ) in FT_LOCAL_DEF() 147 if ( woff.flavor == TTAG_wOFF || woff.flavor == TTAG_ttcf ) in FT_LOCAL_DEF() 151 if ( woff.length != stream->size || in FT_LOCAL_DEF() 152 woff.num_tables == 0 || in FT_LOCAL_DEF() 153 44 + woff.num_tables * 20UL >= woff.length || in FT_LOCAL_DEF() 154 12 + woff.num_tables * 16UL >= woff in FT_LOCAL_DEF() [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | datapid.c | 93 int woff; /* file offset for the word */ in datapidgen() local 102 woff = offset - cnt; in datapidgen() 104 printf("partial at beginning, cnt = %d, woff = %d\n", cnt, in datapidgen() 105 woff); in datapidgen() 109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 129 woff = offset + boff; in datapidgen() 131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) { in datapidgen() 134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 190 int woff; /* fil in datapidchk() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | SfntTool.java | 25 import com.google.typography.font.tools.conversion.woff.WoffWriter; 45 private boolean woff = false; field in SfntTool 73 } else if (option.equals("w") || option.equals("woff")) { in main() 74 tool.woff = true; in main() 93 if (tool.woff && tool.eot) { in main() 112 System.out.println("\t-w,-woff\t Output WOFF format"); in printUsage() 172 if (woff) { in subsetFontFile()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | compiler-macros.h | 28 # pragma set woff 3505 35 # pragma set woff 3505
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/ |
H A D | WoffWriter.java | 17 package com.google.typography.font.tools.conversion.woff;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fftdnoiz.c | 287 const int woff = -hoverlap; in import_block() local 299 s->import_row(dst, src, rw, scale, s->win[i], woff); in import_block()
|
Completed in 5 milliseconds