Home
last modified time | relevance | path

Searched refs:hint_type (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/pshinter/
Dpshrec.c829 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()
Dpshrec.h132 PS_Hint_Type hint_type; member
/external/pdfium/third_party/freetype/src/pshinter/
Dpshrec.c829 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()
Dpshrec.h132 PS_Hint_Type hint_type; member
/external/v8/src/compiler/
Dregister-allocator.h255 UsePositionHintType hint_type); in NON_EXPORTED_BASE()
276 UsePositionHintType hint_type() const { in NON_EXPORTED_BASE()
284 return hint_type() != UsePositionHintType::kUnresolved; in NON_EXPORTED_BASE()
946 void* hint, UsePositionHintType hint_type);
953 void* hint, UsePositionHintType hint_type);
959 UsePositionHintType hint_type);
Dregister-allocator.cc263 void* hint, UsePositionHintType hint_type) in UsePosition() argument
265 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone); in UsePosition()
279 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) | in UsePosition()
1985 UsePositionHintType hint_type) { in NewUsePosition() argument
1986 return new (allocation_zone()) UsePosition(pos, operand, hint, hint_type); in NewUsePosition()
1992 UsePositionHintType hint_type) { in Define() argument
2006 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define()
2015 UsePositionHintType hint_type) { in Use() argument
2021 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()
2184 UsePositionHintType hint_type = UsePosition::HintTypeForOperand(to); in ProcessInstructions() local
[all …]