Home
last modified time | relevance | path

Searched refs:LookupType (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLookupSubTable.java6 import com.google.typography.font.sfntly.table.opentype.component.LookupType;
17 protected abstract LookupType lookupType(); in lookupType()
29 protected abstract LookupType lookupType(); in lookupType()
DLookupList.java8 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/
Dotvcommn.c360 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/
Ddeclaration-visitor.h80 Declarations::LookupType(decl->name); in Visit()
83 Declarations::LookupType(decl->name); in Visit()
Ddeclarations.h71 static const Type* LookupType(const QualifiedName& name);
72 static const Type* LookupType(const Identifier* identifier);
Ddeclarations.cc66 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/
DLookupType.java3 public interface LookupType { interface
DGsubLookupType.java3 public enum GsubLookupType implements LookupType {
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh112 #define OT_LOOKUP(Name, LookupType, LookupFlag, SubLookupOffsets) \ argument
114 OT_UINT16(LookupType) \
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.h82 const TypeDecl* LookupType(Symbol name) const;
Dmodule.cc53 const ast::TypeDecl* Module::LookupType(Symbol name) const { in LookupType() function in tint::ast::Module
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc476 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
Dproto_writer.h273 const google::protobuf::Type* LookupType(
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test_helper.h358 if (!b.AST().LookupType(name)) {
/third_party/spirv-tools/test/opt/
Dtype_manager_test.cpp677 TEST(TypeManager, LookupType) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp662 TEST(TypeManager, LookupType) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtype_manager_test.cpp662 TEST(TypeManager, LookupType) { in TEST() argument
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6467 LookupType
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.235335 (otv_Lookup_validate): Correct handling of LookupType. Found by