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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 315 int fixed_width = MAX2(FIXED_ONE, local
318 const int x0 = subpixel_snap(v0[0][0] - setup->pixel_offset) - fixed_width/2;
319 const int y0 = subpixel_snap(v0[0][1] - setup->pixel_offset) - fixed_width/2;
339 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
341 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1)) >> FIXED_ORDER;
371 info.dx12 = fixed_width;
372 info.dy01 = fixed_width;
lp_setup_line.c 294 int fixed_width = util_iround(width) * FIXED_ONE; local
431 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) - fixed_width/2;
432 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) - fixed_width/2;
433 y[2] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) + fixed_width/2;
434 y[3] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) + fixed_width/2;
523 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) - fixed_width/2;
524 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) - fixed_width/2;
525 x[2] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) + fixed_width/2;
526 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) + fixed_width/2;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 315 int fixed_width = MAX2(FIXED_ONE, local
318 const int x0 = subpixel_snap(v0[0][0] - setup->pixel_offset) - fixed_width/2;
319 const int y0 = subpixel_snap(v0[0][1] - setup->pixel_offset) - fixed_width/2;
339 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
341 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1)) >> FIXED_ORDER;
371 info.dx12 = fixed_width;
372 info.dy01 = fixed_width;
lp_setup_line.c 294 int fixed_width = util_iround(width) * FIXED_ONE; local
431 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) - fixed_width/2;
432 y[1] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) - fixed_width/2;
433 y[2] = subpixel_snap(v2[0][1] + y_offset_end - setup->pixel_offset) + fixed_width/2;
434 y[3] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) + fixed_width/2;
523 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) - fixed_width/2;
524 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) - fixed_width/2;
525 x[2] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) + fixed_width/2;
526 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset) + fixed_width/2;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 110 void AddPaddingColumn(int fixed_width);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 44 mFixedWidth = activity.findViewById(R.id.fixed_width);
  /external/chromium_org/ui/views/layout/
grid_layout.h 277 // with no explicit alignment. fixed_width gives a specific width for the
289 int fixed_width,
313 int fixed_width,
grid_layout.cc 162 int fixed_width,
171 fixed_width_(fixed_width),
396 int fixed_width,
398 AddColumn(h_align, v_align, resize_percent, size_type, fixed_width,
420 int fixed_width,
424 fixed_width, min_width, columns_.size(),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1173 milliseconds