Home
last modified time | relevance | path

Searched refs:opbd (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvmod.c131 GXV_TABLE_DECL( opbd ); in gxv_validate()
146 GXV_TABLE_LOAD( opbd ); in gxv_validate()
158 GXV_TABLE_VALIDATE( opbd ); in gxv_validate()
169 GXV_TABLE_SET( opbd ); in gxv_validate()
184 FT_FREE( opbd ); in gxv_validate()
Dgxvopbd.c58 #define GXV_OPBD_DATA( FIELD ) GXV_TABLE_DATA( opbd, FIELD )
169 GXV_opbd_Data opbd = &opbdrec; in gxv_opbd_validate() local
177 gxvalid->table_data = opbd; in gxv_opbd_validate()
DREADME42 opbd
96 opbd: 4
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftgxval.h166 #define FT_VALIDATE_opbd FT_VALIDATE_GX_BITFIELD( opbd )
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.h81 static const int32_t opbd; member
Dtag.cc63 const int32_t Tag::opbd = TAG('o', 'p', 'b', 'd'); member in sfntly::Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java88 public static final int opbd = Tag.intValue(new byte[]{'o', 'p', 'b', 'd'}); field in Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DFeatureTag.java94 opbd("Optical Bounds"), enumConstant
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-opbd-table.hh127 struct opbd struct
DMakefile.sources11 hb-aat-layout-opbd-table.hh \
Dmeson.build17 'hb-aat-layout-opbd-table.hh',
/third_party/skia/third_party/harfbuzz/
DBUILD.gn69 "$_src/hb-aat-layout-opbd-table.hh",
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt7828 opbd
/third_party/chromium/patch/
D0001-cve.patch37399 #include "hb-aat-layout-opbd-table.hh" // Just so we compile it; unused otherwise.