Searched defs:gasp (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dgasp.cc5 #include "gasp.h"
7 // gasp - Grid-fitting And Scan-conversion Procedure
8 // http://www.microsoft.com/opentype/otspec/gasp.htm
11 do { delete file->gasp; file->gasp = 0; } while (0)
18 OpenTypeGASP *gasp = new OpenTypeGASP; local
19 file->gasp = gasp;
22 if (!table.ReadU16(&gasp->version) ||
27 if (gasp
85 const OpenTypeGASP *gasp = file->gasp; local
[all...]
/external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h268 /* A tiny structure used to model a gasp range according to the */
295 /* A structure modeling the TrueType `gasp' table used to specify */
301 /* numRanges :: The number of gasp ranges in table. */
303 /* gaspRanges :: An array of gasp ranges. */
1087 /* gasp :: The grid-fitting and scaling properties */
1088 /* table (`gasp'). This table is optional in */
1228 TT_GaspRec gasp; /* the `gasp' table */ member in struct:TT_FaceRec_
/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. */
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_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h268 /* A tiny structure used to model a gasp range according to the */
295 /* A structure modeling the TrueType `gasp' table used to specify */
301 /* numRanges :: The number of gasp ranges in table. */
303 /* gaspRanges :: An array of gasp ranges. */
1087 /* gasp :: The grid-fitting and scaling properties */
1088 /* table (`gasp'). This table is optional in */
1228 TT_GaspRec gasp; /* the `gasp' table */ member in struct:TT_FaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h268 /* A tiny structure used to model a gasp range according to the */
295 /* A structure modeling the TrueType `gasp' table used to specify */
301 /* numRanges :: The number of gasp ranges in table. */
303 /* gaspRanges :: An array of gasp ranges. */
1087 /* gasp :: The grid-fitting and scaling properties */
1088 /* table (`gasp'). This table is optional in */
1228 TT_GaspRec gasp; /* the `gasp' table */ member in struct:TT_FaceRec_

Completed in 4023 milliseconds