Searched refs:gasp (Results 1 - 12 of 12) sorted by relevance

/external/freetype/src/base/
H A Dftgasp.c5 /* Access of TrueType's `gasp' table (body). */
36 if ( ttface->gasp.numRanges > 0 )
38 TT_GaspRange range = ttface->gasp.gaspRanges;
39 TT_GaspRange range_end = range + ttface->gasp.numRanges;
52 if ( ttface->gasp.version == 0 )
/external/pdfium/third_party/freetype/src/base/
H A Dftgasp.c5 /* Access of TrueType's `gasp' table (body). */
36 if ( ttface->gasp.numRanges > 0 )
38 TT_GaspRange range = ttface->gasp.gaspRanges;
39 TT_GaspRange range_end = range + ttface->gasp.numRanges;
52 if ( ttface->gasp.version == 0 )
/external/sfntly/cpp/src/test/
H A Dtest_data.cc40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp,
47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc51 const int32_t Tag::gasp = TAG('g', 'a', 's', 'p'); member in class:sfntly::Tag
104 Tag::gasp,
H A Dtag.h67 static const int32_t gasp; member in struct:sfntly::Tag
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c1224 /* Loads the `gasp' table into a face object. */
1245 /* the gasp table is optional */
1253 face->gasp.version = FT_GET_USHORT();
1254 face->gasp.numRanges = FT_GET_USHORT();
1259 if ( face->gasp.version >= 2 )
1261 face->gasp.numRanges = 0;
1266 num_ranges = face->gasp.numRanges;
1269 if ( FT_QNEW_ARRAY( face->gasp.gaspRanges, num_ranges ) ||
1273 gaspranges = face->gasp.gaspRanges;
H A Dsfobjs.c1164 /* consider the kerning and gasp tables as optional */
1165 LOAD_( gasp );
1554 /* freeing the gasp table */
1555 FT_FREE( face->gasp.gaspRanges );
1556 face->gasp.numRanges = 0;
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp54 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get());
55 return !gasp.fExists;
68 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get());
69 if (!gasp.fExists) {
72 if (gasp.fSize < sizeof(SkOTTableGridAndScanProcedure)) {
75 if (gasp->version != SkOTTableGridAndScanProcedure::version0 &&
76 gasp->version != SkOTTableGridAndScanProcedure::version1)
81 uint16_t numRanges = SkEndianSwap16(gasp->numRanges);
83 gasp.fSize < sizeof(SkOTTableGridAndScanProcedure) +
90 SkTAfter<const SkOTTableGridAndScanProcedure::GaspRange>(gasp
[all...]
/external/freetype/src/sfnt/
H A Dttload.c1261 /* Loads the `gasp' table into a face object. */
1282 /* the gasp table is optional */
1290 face->gasp.version = FT_GET_USHORT();
1291 face->gasp.numRanges = FT_GET_USHORT();
1296 if ( face->gasp.version >= 2 )
1298 face->gasp.numRanges = 0;
1303 num_ranges = face->gasp.numRanges;
1306 if ( FT_QNEW_ARRAY( face->gasp.gaspRanges, num_ranges ) ||
1310 gaspranges = face->gasp.gaspRanges;
H A Dsfobjs.c1164 /* consider the kerning and gasp tables as optional */
1165 LOAD_( gasp );
1555 /* freeing the gasp table */
1556 FT_FREE( face->gasp.gaspRanges );
1557 face->gasp.numRanges = 0;
/external/freetype/include/internal/
H A Dtttypes.h337 /* A tiny structure used to model a gasp range according to the */
364 /* A structure modeling the TrueType `gasp' table used to specify */
370 /* numRanges :: The number of gasp ranges in table. */
372 /* gaspRanges :: An array of gasp ranges. */
1168 /* gasp :: The grid-fitting and scaling properties */
1169 /* table (`gasp'). This table is optional in */
1302 TT_GaspRec gasp; /* the `gasp' table */ member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h337 /* A tiny structure used to model a gasp range according to the */
364 /* A structure modeling the TrueType `gasp' table used to specify */
370 /* numRanges :: The number of gasp ranges in table. */
372 /* gaspRanges :: An array of gasp ranges. */
1170 /* gasp :: The grid-fitting and scaling properties */
1171 /* table (`gasp'). This table is optional in */
1304 TT_GaspRec gasp; /* the `gasp' table */ member in struct:TT_FaceRec_

Completed in 231 milliseconds