Searched refs:bottomHintEdge (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/psaux/ |
D | psblues.c | 466 CF2_Hint bottomHintEdge, in cf2_blues_capture() argument 483 FT_ASSERT( !cf2_hint_isTop( bottomHintEdge ) && in cf2_blues_capture() 490 cf2_hint_isBottom( bottomHintEdge ) ) in cf2_blues_capture() 493 bottomHintEdge->csCoord && in cf2_blues_capture() 494 bottomHintEdge->csCoord <= in cf2_blues_capture() 503 bottomHintEdge->csCoord ) >= in cf2_blues_capture() 508 cf2_fixedRound( bottomHintEdge->dsCoord ), in cf2_blues_capture() 515 dsNew = cf2_fixedRound( bottomHintEdge->dsCoord ); in cf2_blues_capture() 518 dsMove = SUB_INT32( dsNew, bottomHintEdge->dsCoord ); in cf2_blues_capture() 564 if ( cf2_hint_isValid( bottomHintEdge ) ) in cf2_blues_capture() [all …]
|
D | pshints.c | 603 CF2_Hint bottomHintEdge, in cf2_hintmap_insertHint() argument 610 CF2_Hint firstHintEdge = bottomHintEdge; in cf2_hintmap_insertHint() 616 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) || in cf2_hintmap_insertHint() 620 if ( !cf2_hint_isValid( bottomHintEdge ) ) in cf2_hintmap_insertHint() 634 topHintEdge->csCoord < bottomHintEdge->csCoord ) in cf2_hintmap_insertHint() 896 CF2_HintRec bottomHintEdge, topHintEdge; in cf2_hintmap_build() local 899 cf2_hint_init( &bottomHintEdge, in cf2_hintmap_build() 914 if ( cf2_hint_isLocked( &bottomHintEdge ) || in cf2_hintmap_build() 917 &bottomHintEdge, in cf2_hintmap_build() 921 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge ); in cf2_hintmap_build() [all …]
|
D | psblues.h | 175 CF2_Hint bottomHintEdge,
|