Searched refs:hint_type (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshrec.c | 829 PS_Hint_Type hint_type ) in ps_hints_open() argument 832 hints->hint_type = hint_type; in ps_hints_open() 915 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3() 963 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
|
D | pshrec.h | 132 PS_Hint_Type hint_type; member
|
/external/v8/src/compiler/ |
D | register-allocator.h | 259 UsePositionHintType hint_type); in NON_EXPORTED_BASE() 280 UsePositionHintType hint_type() const { in NON_EXPORTED_BASE() 288 return hint_type() != UsePositionHintType::kUnresolved; in NON_EXPORTED_BASE() 934 void* hint, UsePositionHintType hint_type); 941 void* hint, UsePositionHintType hint_type); 947 UsePositionHintType hint_type);
|
D | register-allocator.cc | 260 void* hint, UsePositionHintType hint_type) in UsePosition() argument 262 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone); in UsePosition() 279 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) | in UsePosition() 1991 UsePositionHintType hint_type) { in NewUsePosition() argument 1992 return new (allocation_zone()) UsePosition(pos, operand, hint, hint_type); in NewUsePosition() 1998 UsePositionHintType hint_type) { in Define() argument 2012 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define() 2021 UsePositionHintType hint_type) { in Use() argument 2027 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use() 2190 UsePositionHintType hint_type = UsePosition::HintTypeForOperand(to); in ProcessInstructions() local [all …]
|