Searched refs:hint_type (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 823 PS_Hint_Type hint_type ) in ps_hints_open() argument 826 hints->hint_type = hint_type; in ps_hints_open() 909 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3() 957 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
|
D | pshrec.h | 131 PS_Hint_Type hint_type; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.h | 464 UsePositionHintType hint_type); in NON_EXPORTED_BASE() 494 UsePositionHintType hint_type() const { in NON_EXPORTED_BASE() 502 return hint_type() != UsePositionHintType::kUnresolved; in NON_EXPORTED_BASE() 1255 void* hint, UsePositionHintType hint_type); 1263 void* hint, UsePositionHintType hint_type, 1271 UsePositionHintType hint_type, SpillMode spill_mode);
|
D | register-allocator.cc | 162 void* hint, UsePositionHintType hint_type) in UsePosition() argument 164 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone); in UsePosition() 181 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) | in UsePosition() 410 pos->hint_type() == UsePositionHintType::kPhi || in FirstHintPosition() 411 pos->hint_type() == UsePositionHintType::kUsePos; in FirstHintPosition() 2070 UsePositionHintType hint_type) { in NewUsePosition() argument 2071 return allocation_zone()->New<UsePosition>(pos, operand, hint, hint_type); in NewUsePosition() 2076 UsePositionHintType hint_type, in Define() argument 2093 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define() 2101 UsePositionHintType hint_type, in Use() argument [all …]
|