HomeSort by relevance Sort by last modified time
    Searched defs:opbd (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvopbd.c 5 /* TrueTypeGX/AAT opbd table validation (body). */
58 #define GXV_OPBD_DATA( FIELD ) GXV_TABLE_DATA( opbd, FIELD )
74 /* offset in LookupTable is measured from the head of opbd table */
103 opbd ---------------------+
112 | firstGlyph[0] | | head of opbd sfnt table
156 /***** opbd TABLE *****/
169 GXV_opbd_Data opbd = &opbdrec; local
177 gxvalid->table_data = opbd;
180 FT_TRACE3(( "validating `opbd' table\n" ));
  /external/sfntly/cpp/src/sfntly/
tag.cc 63 const int32_t Tag::opbd = TAG('o', 'p', 'b', 'd'); member in class:sfntly::Tag
tag.h 81 static const int32_t opbd; member in struct:sfntly::Tag

Completed in 564 milliseconds