HomeSort by relevance Sort by last modified time
    Searched refs:half_width (Results 51 - 57 of 57) sorted by null

1 23

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 559 const float half_width = aaline->half_line_width; local
572 dx = 0.5F * half_width;
573 dy = half_width;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 823 float half_width = w * 0.5f; local
825 viewport.scale[0] = half_width;
829 viewport.translate[0] = x + half_width;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 823 float half_width = w * 0.5f; local
825 viewport.scale[0] = half_width;
829 viewport.translate[0] = x + half_width;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 1430 int half_width = (width + 1) \/ 2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 962 float half_width = viewports[0].Width * 0.5f; local
965 viewport.scale[0] = half_width;
969 viewport.translate[0] = half_width + viewports[0].TopLeftX;
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 1581 int half_width = (cursor_bounds[i + 1].x() - cursor_bounds[i].x()) \/ 2; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 962 float half_width = viewports[0].Width * 0.5f; local
965 viewport.scale[0] = half_width;
969 viewport.translate[0] = half_width + viewports[0].TopLeftX;
    [all...]

Completed in 1263 milliseconds

1 23