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

1 2 3 4 5

  /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/pdfium/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 )
Jamfile 37 local _sources = bbox bdf bitmap debug gasp
  /external/freetype/include/
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/pdfium/third_party/freetype/include/
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/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/fonttools/Lib/fontTools/ttLib/tables/
_g_a_s_p.py 17 assert 0 <= self.version <= 1, "unknown 'gasp' format: %s" % self.version
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 54 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.get())
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/pdfium/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-21/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 */
  /libcore/luni/src/main/native/
java_lang_System.cpp 44 // 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 */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ieee1394.h 89 #define IEEE1394_GASP_LEN 8 /* GASP header for Stream */

Completed in 725 milliseconds

1 2 3 4 5