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

  /external/freetype/src/autofit/
aflatin2.c 761 FT_Pos min_u, min_v, max_u, max_v; local
769 min_v = max_v = point->v;
784 if ( point->v < min_v )
785 min_v = point->v;
800 segment->min_coord = (FT_Short) min_v;
802 segment->height = (FT_Short)(max_v - min_v);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 250 #define MIN_V _MIN_V(c)
425 int min_v; member in struct:monitor_ranges

Completed in 31 milliseconds