HomeSort by relevance Sort by last modified time
    Searched refs:dsCoord (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/cff/
cf2blues.c 159 blues->emBoxBottomEdge.dsCoord = cf2_fixedRound(
171 blues->emBoxTopEdge.dsCoord = cf2_fixedRound(
506 cf2_fixedRound( bottomHintEdge->dsCoord ),
513 dsNew = cf2_fixedRound( bottomHintEdge->dsCoord );
516 dsMove = dsNew - bottomHintEdge->dsCoord;
540 cf2_fixedRound( topHintEdge->dsCoord ),
547 dsNew = cf2_fixedRound( topHintEdge->dsCoord );
550 dsMove = dsNew - topHintEdge->dsCoord;
563 bottomHintEdge->dsCoord += dsMove;
569 topHintEdge->dsCoord += dsMove
    [all...]
cf2hints.c 198 hint->dsCoord = stemHint->maxDS;
200 hint->dsCoord = stemHint->minDS;
205 hint->dsCoord = FT_MulFix( hint->csCoord, scale );
337 hintmap->edge[0].dsCoord;
347 hintmap->edge[i].dsCoord;
378 * Unlocked edges begin with dsCoord from `initialHintMap'.
400 CF2_Fixed fracDown = cf2_fixedFraction( hintmap->edge[i].dsCoord );
401 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
443 hintmap->edge[j + 1].dsCoord >=
444 hintmap->edge[j].dsCoord + moveUp + upMinCounter
    [all...]
cf2blues.h 124 CF2_Fixed dsCoord;

Completed in 190 milliseconds