HomeSort by relevance Sort by last modified time
    Searched full:gasp (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /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...]
gasp.h 17 // A array of (max PPEM, GASP behavior) pairs.
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/chromium_org/third_party/freetype/include/freetype/
ftgasp.h 5 /* Access of TrueType's `gasp' table (specification). */
38 * Gasp Table
41 * Retrieving TrueType `gasp' table entries.
45 * font for specific entries in its `gasp' table, if any. This is
61 * This special value means that there is no GASP table in this face.
105 * Read the `gasp' table from a TrueType or OpenType font file and
114 * `gasp' table in the face.
  /external/freetype/include/freetype/
ftgasp.h 5 /* Access of TrueType's `gasp' table (specification). */
38 * Gasp Table
41 * Retrieving TrueType `gasp' table entries.
45 * font for specific entries in its `gasp' table, if any. This is
61 * This special value means that there is no GASP table in this face.
105 * Read the `gasp' table from a TrueType or OpenType font file and
114 * `gasp' table in the face.
  /external/chromium_org/third_party/ots/
ots-common.gypi 20 'src/gasp.cc',
21 'src/gasp.h',
  /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/freetype/src/sfnt/
ttload.c     [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]
  /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
  /bionic/libc/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /development/ndk/platforms/android-3/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /external/chromium_org/third_party/ots/test/
SConstruct 20 '../src/gasp.cc',
  /libcore/luni/src/main/native/
java_lang_System.cpp 40 // Since this function is used for last-gasp debugging output, be noisy on failure.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */

Completed in 694 milliseconds

1 2 3 4