Home | History | Annotate | Download | only in cff

Lines Matching refs:captured

448    * Check whether `stemHint' is captured by one of the blue zones.
451 * captured. For compatibility with CoolType, search top and bottom
452 * zones in the same pass (see `BlueLock'). If a hint is captured,
455 * 1) If `BlueScale' suppresses overshoot, position the captured edge
458 * overshoot, position the captured edge a minimum of 1 device pixel
460 * 3) If overshoot is not suppressed or required, position the captured
472 /* new position of captured edge */
478 FT_Bool captured = FALSE;
497 /* bottom edge captured by bottom zone */
513 /* simply round captured edge */
518 captured = TRUE;
531 /* top edge captured by top zone */
547 /* simply round captured edge */
552 captured = TRUE;
559 if ( captured )
575 return captured;