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

  /external/freetype/src/truetype/
ttobjs.h 87 FT_Bool both_x_axis; member in struct:TT_GraphicsState_
ttinterp.c 242 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
243 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
    [all...]

Completed in 24 milliseconds