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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 184 uint16_t ClassFormat;
185 TClassDefFormatBase() : ClassFormat(0) {}
197 ClassFormat = 1;
219 ClassFormat = 2;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c 225 FT_UInt ClassFormat;
231 ClassFormat = FT_NEXT_USHORT( p );
233 OTV_TRACE(( " (format %d)\n", ClassFormat ));
235 switch ( ClassFormat )

Completed in 52 milliseconds