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

  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.h 116 uint16_t LookupType;
  /external/freetype/src/otvalid/
otvcommn.c 357 FT_UInt LookupType, LookupFlag, SubTableCount;
364 LookupType = FT_NEXT_USHORT( p );
368 OTV_TRACE(( " (type %d)\n", LookupType ));
370 if ( LookupType == 0 || LookupType > otvalid->type_count )
373 validate = otvalid->type_funcs[LookupType - 1];
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 442 const google::protobuf::Type* type = LookupType(field);
481 const google::protobuf::Type* type = LookupType(field);
511 const google::protobuf::Type* type = LookupType(field);
699 const google::protobuf::Type* ProtoWriter::LookupType(

Completed in 613 milliseconds