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

  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 118 FT_Pos x_left, y_top; local
205 x_left = (FT_Int)( cbox.xMin >> 6 );
220 x_left -= extra >> 1;
373 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
380 slot->bitmap_left = (FT_Int)x_left;
  /external/freetype/src/smooth/
ftsmooth.c 118 FT_Pos x_left, y_top; local
205 x_left = (FT_Int)( cbox.xMin >> 6 );
220 x_left -= extra >> 1;
373 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
380 slot->bitmap_left = (FT_Int)x_left;
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 88 int x_left = x - config.scroll_arrow_height; variable
101 path.lineTo(SkIntToScalar(x_left), SkIntToScalar(y_bottom));

Completed in 398 milliseconds