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

  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 116 FT_Pos x_shift, y_shift, x_left, y_top; local
195 y_top = (FT_Int)( cbox.yMax >> 6 );
216 y_top += extra >> 1;
355 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
363 slot->bitmap_top = (FT_Int)y_top;
  /external/freetype/src/smooth/
ftsmooth.c 118 FT_Pos x_left, y_top; local
206 y_top = (FT_Int)( cbox.yMax >> 6 );
227 y_top += extra >> 1;
373 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX )
381 slot->bitmap_top = (FT_Int)y_top;
  /system/core/libpixelflinger/
trap.cpp 635 int32_t y_top; // starting scanline, 16.4 format member in struct:android::Edge
643 edge->y_top, edge->y_top/float(TRI_ONE),
703 edge->y_top = ymin;
780 int32_t y_top = min(left->y_top, right->y_top); local
784 y_top = min(y_top, edges[2].y_top);
828 int16_t y_top; \/\/ starting scanline, 12.4 format member in struct:android::AAEdge
    [all...]

Completed in 74 milliseconds