/external/freetype/src/base/ |
D | ftgasp.c | 36 if ( ttface->gasp.numRanges > 0 ) in FT_Get_Gasp() 38 TT_GaspRange range = ttface->gasp.gaspRanges; in FT_Get_Gasp() 39 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() 52 if ( ttface->gasp.version == 0 ) in FT_Get_Gasp()
|
/external/sfntly/cpp/src/test/ |
D | test_data.cc | 40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp, 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
|
/external/freetype/src/sfnt/ |
D | ttload.c | 1418 face->gasp.version = FT_GET_USHORT(); in tt_face_load_gasp() 1419 face->gasp.numRanges = FT_GET_USHORT(); in tt_face_load_gasp() 1424 if ( face->gasp.version >= 2 ) in tt_face_load_gasp() 1426 face->gasp.numRanges = 0; in tt_face_load_gasp() 1431 num_ranges = face->gasp.numRanges; in tt_face_load_gasp() 1434 if ( FT_QNEW_ARRAY( face->gasp.gaspRanges, num_ranges ) || in tt_face_load_gasp() 1438 gaspranges = face->gasp.gaspRanges; in tt_face_load_gasp()
|
D | sfobjs.c | 1355 LOAD_( gasp ); in sfnt_load_face() 1796 FT_FREE( face->gasp.gaspRanges ); in sfnt_done_face() 1797 face->gasp.numRanges = 0; in sfnt_done_face()
|
/external/skqp/src/ports/ |
D | SkScalerContext_win_dw.cpp | 81 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get()); in get_gasp_range() local 82 if (!gasp.fExists) { in get_gasp_range() 85 if (gasp.fSize < sizeof(SkOTTableGridAndScanProcedure)) { in get_gasp_range() 88 if (gasp->version != SkOTTableGridAndScanProcedure::version0 && in get_gasp_range() 89 gasp->version != SkOTTableGridAndScanProcedure::version1) in get_gasp_range() 94 uint16_t numRanges = SkEndianSwap16(gasp->numRanges); in get_gasp_range() 96 gasp.fSize < sizeof(SkOTTableGridAndScanProcedure) + in get_gasp_range() 103 SkTAfter<const SkOTTableGridAndScanProcedure::GaspRange>(gasp.get()); in get_gasp_range() 110 range->fVersion = SkEndian_SwapBE16(gasp->version); in get_gasp_range()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 81 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get()); in get_gasp_range() local 82 if (!gasp.fExists) { in get_gasp_range() 85 if (gasp.fSize < sizeof(SkOTTableGridAndScanProcedure)) { in get_gasp_range() 88 if (gasp->version != SkOTTableGridAndScanProcedure::version0 && in get_gasp_range() 89 gasp->version != SkOTTableGridAndScanProcedure::version1) in get_gasp_range() 94 uint16_t numRanges = SkEndianSwap16(gasp->numRanges); in get_gasp_range() 96 gasp.fSize < sizeof(SkOTTableGridAndScanProcedure) + in get_gasp_range() 103 SkTAfter<const SkOTTableGridAndScanProcedure::GaspRange>(gasp.get()); in get_gasp_range() 110 range->fVersion = SkEndian_SwapBE16(gasp->version); in get_gasp_range()
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 51 const int32_t Tag::gasp = TAG('g', 'a', 's', 'p'); member in sfntly::Tag 104 Tag::gasp,
|
D | tag.h | 67 static const int32_t gasp; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-gasp-table.hh | 58 struct gasp struct
|
D | Makefile.sources | 63 hb-ot-gasp-table.hh \
|
/external/python/cpython3/Tools/scripts/ |
D | dutree.doc | 21 (gasp) because I didn't want to deal with a game matrix with six links per node.
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.doc | 21 (gasp) because I didn't want to deal with a game matrix with six links per node.
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1668 TT_GaspRec gasp; /* the `gasp' table */ member
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 94 "$_src/hb-ot-gasp-table.hh",
|
/external/fonttools/ |
D | README.rst | 111 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar,
|
D | PKG-INFO | 121 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar, 1134 implement ``gasp`` table variations yet. 1204 - [merge] Changed the ``gasp`` table merge logic so that only the one from
|
D | NEWS.rst | 717 implement ``gasp`` table variations yet. 787 - [merge] Changed the ``gasp`` table merge logic so that only the one from
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 1105 if ( idx < face->gasp.numRanges - 1 ) \ 1106 p = (FT_Short*)&face->gasp.gaspRanges[idx].maxPPEM; \
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 121 fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, kern, lcar, 1134 implement ``gasp`` table variations yet. 1204 - [merge] Changed the ``gasp`` table merge logic so that only the one from
|
/external/freetype/ |
D | ChangeLog.23 | 6679 a new API `FT_Get_Gasp' to return entries of the `gasp' table 6683 `gasp' table, in order to avoid potential problems with later
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 1165 To the last gasp, with truth and loyalty.
|
/external/freetype/docs/ |
D | CHANGES | 2151 `gasp' table for a given character pixel size. This is useful
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 7770 4gasp
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 7770 4gasp
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 5871 喘息 < to\-gasp\-for\-breath; 16830 唞 < to\-gasp; 27319 喘息 > to\-gasp\-for\-breath; 48370 唞 > to\-gasp;
|