HomeSort by: relevance | last modified time | path
    Searched refs:captured (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/psaux/
psblues.c 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; local
497 /* bottom edge captured by bottom zone */
514 /* simply round captured edge *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxconsole.c 109 int grabbed, fine, captured; member in struct:_myPrivate
527 if (!priv->captured) dmxCommonRestoreState(priv);
997 if (priv->captured) continue;
998 priv->captured = 2; /* Ungrab only after proximal events. */
1025 if (!priv->captured) continue;
1026 priv->captured = 0;

Completed in 5 milliseconds