Searched refs:csCoord (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/psaux/
H A Dpshints.c116 hint->csCoord = stemHint->max;
131 hint->csCoord = stemHint->min;
158 hint->csCoord = stemHint->max;
163 hint->csCoord = stemHint->min;
174 hint->csCoord = stemHint->min;
179 hint->csCoord = stemHint->max;
188 hint->csCoord = ADD_INT32( hint->csCoord, 2 * font->darkenY );
190 hint->csCoord = ADD_INT32( hint->csCoord, hintOrigi
[all...]
H A Dpsblues.c160 blues->emBoxBottomEdge.csCoord = emBoxBottom - CF2_FIXED_EPSILON;
163 blues->emBoxBottomEdge.csCoord,
171 blues->emBoxTopEdge.csCoord = emBoxTop + CF2_FIXED_EPSILON +
175 blues->emBoxTopEdge.csCoord,
493 bottomHintEdge->csCoord &&
494 bottomHintEdge->csCoord <=
503 bottomHintEdge->csCoord ) >=
528 topHintEdge->csCoord &&
529 topHintEdge->csCoord <=
537 else if ( SUB_INT32( topHintEdge->csCoord,
[all...]
H A Dpsblues.h123 CF2_Fixed csCoord; member in struct:CF2_HintRec_

Completed in 260 milliseconds