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

  /external/chromium_org/ui/message_center/views/
proportional_image_view.cc 27 gfx::Size draw_size = GetImageDrawingSize(); local
29 if (draw_size.IsEmpty())
33 draw_bounds.ClampToCenteredSize(draw_size);
37 if (image_size == draw_size) {
47 draw_bounds.x(), draw_bounds.y(), draw_size.width(), draw_size.height(),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_static.c 101 uint32_t draw_offset, draw_size; local
142 draw_size = (i915->framebuffer.width - 1 + x) |
149 if (i915->current.draw_size != draw_size) {
150 i915->current.draw_size = draw_size;
i915_context.h 174 uint32_t draw_size; member in struct:i915_state
i915_state_emit.c 524 OUT_BATCH(i915->current.draw_size);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 101 uint32_t draw_offset, draw_size; local
142 draw_size = (i915->framebuffer.width - 1 + x) |
149 if (i915->current.draw_size != draw_size) {
150 i915->current.draw_size = draw_size;
i915_context.h 174 uint32_t draw_size; member in struct:i915_state
i915_state_emit.c 524 OUT_BATCH(i915->current.draw_size);

Completed in 129 milliseconds