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

  /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...]
  /external/chromium_org/third_party/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;
  /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;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 74 virtual STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
81 LONG* y_top,
native_view_accessibility_win.cc 257 LONG x_left, LONG y_top, VARIANT* child) {
273 HRESULT result = child_accessible->accHitTest(x_left, y_top, child);
279 gfx::Point point(x_left, y_top);
310 x_left, y_top, child);
342 LONG* x_left, LONG* y_top, LONG* width, LONG* height, VARIANT var_id) {
343 if (!IsValidId(var_id) || !x_left || !y_top || !width || !height)
356 *y_top = topleft.y();
    [all...]
  /external/pixman/pixman/
pixman-trap.c 159 pixman_fixed_t y_top,
168 dy = y_bot - y_top;
195 pixman_edge_step (e, y_start - y_top);
pixman.h     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 118 CONTENT_EXPORT STDMETHODIMP accHitTest(LONG x_left, LONG y_top,
123 LONG* y_top,
browser_accessibility_win.cc 240 LONG y_top,
248 gfx::Point point(x_left, y_top);
268 LONG* y_top,
275 if (!x_left || !y_top || !width || !height)
284 *y_top = bounds.y();
    [all...]

Completed in 4678 milliseconds