/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LookupSubTable.java | 6 import com.google.typography.font.sfntly.table.opentype.component.LookupType; 17 protected abstract LookupType lookupType(); in lookupType() 29 protected abstract LookupType lookupType(); in lookupType()
|
D | LookupList.java | 8 import com.google.typography.font.sfntly.table.opentype.component.LookupType; 57 protected abstract LookupType lookupTypeAt(int index); in lookupTypeAt()
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 360 FT_UInt LookupType, LookupFlag, SubTableCount; in otv_Lookup_validate() local 367 LookupType = FT_NEXT_USHORT( p ); in otv_Lookup_validate() 371 OTV_TRACE(( " (type %d)\n", LookupType )); in otv_Lookup_validate() 373 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate() 376 validate = otvalid->type_funcs[LookupType - 1]; in otv_Lookup_validate()
|
/third_party/node/deps/v8/src/torque/ |
D | declaration-visitor.h | 80 Declarations::LookupType(decl->name); in Visit() 83 Declarations::LookupType(decl->name); in Visit()
|
D | declarations.h | 71 static const Type* LookupType(const QualifiedName& name); 72 static const Type* LookupType(const Identifier* identifier);
|
D | declarations.cc | 66 const Type* Declarations::LookupType(const QualifiedName& name) { in LookupType() function in v8::internal::torque::Declarations 70 const Type* Declarations::LookupType(const Identifier* name) { in LookupType() function in v8::internal::torque::Declarations
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | LookupType.java | 3 public interface LookupType { interface
|
D | GsubLookupType.java | 3 public enum GsubLookupType implements LookupType {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 112 #define OT_LOOKUP(Name, LookupType, LookupFlag, SubLookupOffsets) \ argument 114 OT_UINT16(LookupType) \
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | module.h | 82 const TypeDecl* LookupType(Symbol name) const;
|
D | module.cc | 53 const ast::TypeDecl* Module::LookupType(Symbol name) const { in LookupType() function in tint::ast::Module
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 476 const google::protobuf::Type* type = LookupType(field); in StartObject() 519 const google::protobuf::Type* type = LookupType(field); in StartList() 551 const google::protobuf::Type* type = LookupType(field); in RenderDataPiece() 774 const google::protobuf::Type* ProtoWriter::LookupType( in LookupType() function in google::protobuf::util::converter::ProtoWriter
|
D | proto_writer.h | 273 const google::protobuf::Type* LookupType(
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_test_helper.h | 358 if (!b.AST().LookupType(name)) {
|
/third_party/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 677 TEST(TypeManager, LookupType) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 662 TEST(TypeManager, LookupType) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 662 TEST(TypeManager, LookupType) { in TEST() argument
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6467 LookupType
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 5335 (otv_Lookup_validate): Correct handling of LookupType. Found by
|