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

  /external/freetype/src/smooth/
ftsmooth.c 112 FT_Pos x_left, y_top; local
158 x_left = cbox.xMin >> 6;
189 x_left -= extra >> 1;
208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ||
209 x_left < FT_INT_MIN || y_top < FT_INT_MIN )
241 slot->bitmap_left = (FT_Int)x_left;
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 112 FT_Pos x_left, y_top; local
158 x_left = cbox.xMin >> 6;
189 x_left -= extra >> 1;
208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX ||
209 x_left < FT_INT_MIN || y_top < FT_INT_MIN )
241 slot->bitmap_left = (FT_Int)x_left;

Completed in 1155 milliseconds