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

  /system/core/libpixelflinger/
trap.cpp 797 int32_t y_mid = min(left->y_bot, right->y_bot); local
798 triangle_sweep_edges( left, right, y_top, y_mid, c );
801 y_mid += TRI_ONE;
802 if (y_mid <= y_bot) {
804 if (other->y_top < y_mid) {
807 triangle_sweep_edges( left, right, y_mid, y_bot, c );
    [all...]
  /external/ImageMagick/MagickCore/
fx.c 3730 y_mid; local
    [all...]

Completed in 274 milliseconds