HomeSort by relevance Sort by last modified time
    Searched refs:gasp (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/ots/src/
gasp.cc 5 #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->version > 1)
85 const OpenTypeGASP *gasp = file->gasp; local
    [all...]
ots.h 190 F(gasp, GASP) \
  /external/chromium_org/third_party/freetype/src/base/
ftgasp.c 5 /* 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/freetype/src/base/
ftgasp.c 5 /* 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/
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/sfntly/cpp/src/sfntly/
tag.cc 51 const int32_t Tag::gasp = TAG('g', 'a', 's', 'p'); member in class:sfntly::Tag
104 Tag::gasp,
tag.h 67 static const int32_t gasp; member in struct:sfntly::Tag
  /external/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c 755 /* consider the kerning and gasp tables as optional */
756 LOAD_( gasp );
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c 738 /* consider the kerning and gasp tables as optional */
739 LOAD_( gasp );
    [all...]
  /external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk 31 third_party/ots/src/gasp.cc \
ots.target.darwin-mips.mk 31 third_party/ots/src/gasp.cc \
ots.target.darwin-x86.mk 31 third_party/ots/src/gasp.cc \
ots.target.linux-arm.mk 31 third_party/ots/src/gasp.cc \
ots.target.linux-mips.mk 31 third_party/ots/src/gasp.cc \
ots.target.linux-x86.mk 31 third_party/ots/src/gasp.cc \
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 268 /* 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. */
1317 TT_GaspRec gasp; \/* the `gasp' table *\/ member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 268 /* 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. */
1228 TT_GaspRec gasp; \/* the `gasp' table *\/ member in struct:TT_FaceRec_
    [all...]

Completed in 1495 milliseconds