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 | 600 CF2_Hint bottomHintEdge, in cf2_hintmap_insertHint() argument 607 CF2_Hint firstHintEdge = bottomHintEdge; in cf2_hintmap_insertHint() 613 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) || in cf2_hintmap_insertHint() 617 if ( !cf2_hint_isValid( bottomHintEdge ) ) in cf2_hintmap_insertHint() 631 topHintEdge->csCoord < bottomHintEdge->csCoord ) in cf2_hintmap_insertHint() 893 CF2_HintRec bottomHintEdge, topHintEdge; in cf2_hintmap_build() local 896 cf2_hint_init( &bottomHintEdge, in cf2_hintmap_build() 911 if ( cf2_hint_isLocked( &bottomHintEdge ) || in cf2_hintmap_build() 914 &bottomHintEdge, in cf2_hintmap_build() 918 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge ); in cf2_hintmap_build() [all …]
|
D | psblues.h | 175 CF2_Hint bottomHintEdge,
|