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

  /external/freetype/src/base/
ftoutln.c 1059 FT_Pos right_x; local
1068 right_x = -32768L;
1099 if ( tmp_x > right_x )
1101 right_x = tmp_x;
  /system/core/libpixelflinger/
trap.cpp 735 int right_x = right->x; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
748 right_x += right_xi;
    [all...]

Completed in 40 milliseconds