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

  /external/chromium_org/cc/quads/
content_draw_quad_base.cc 27 gfx::Rect visible_rect = rect; local
30 visible_rect, needs_blending);
40 gfx::Rect visible_rect,
46 visible_rect, needs_blending);
stream_video_draw_quad.cc 24 gfx::Rect visible_rect = rect; local
27 opaque_rect, visible_rect, needs_blending);
35 gfx::Rect visible_rect,
40 opaque_rect, visible_rect, needs_blending);
checkerboard_draw_quad.cc 22 gfx::Rect visible_rect = rect; local
25 visible_rect, needs_blending);
32 gfx::Rect visible_rect,
36 visible_rect, needs_blending);
debug_border_draw_quad.cc 26 gfx::Rect visible_rect = rect; local
29 visible_rect, needs_blending);
37 gfx::Rect visible_rect,
42 visible_rect, needs_blending);
io_surface_draw_quad.cc 28 gfx::Rect visible_rect = rect; local
31 opaque_rect, visible_rect, needs_blending);
40 gfx::Rect visible_rect,
46 opaque_rect, visible_rect, needs_blending);
render_pass_draw_quad.cc 51 gfx::Rect visible_rect = rect; local
53 SetAll(shared_quad_state, rect, opaque_rect, visible_rect, needs_blending,
63 gfx::Rect visible_rect,
77 visible_rect, needs_blending);
solid_color_draw_quad.cc 24 gfx::Rect visible_rect = rect; local
27 visible_rect, needs_blending);
35 gfx::Rect visible_rect,
40 visible_rect, needs_blending);
yuv_video_draw_quad.cc 32 gfx::Rect visible_rect = rect; local
35 opaque_rect, visible_rect, needs_blending);
46 gfx::Rect visible_rect,
54 opaque_rect, visible_rect, needs_blending);
texture_draw_quad.cc 37 gfx::Rect visible_rect = rect; local
41 opaque_rect, visible_rect, needs_blending);
56 gfx::Rect visible_rect, bool needs_blending,
64 opaque_rect, visible_rect, needs_blending);
draw_quad.h 75 gfx::Rect visible_rect; member in class:cc::DrawQuad
92 if (visible_rect.IsEmpty())
94 return !opaque_rect.Contains(visible_rect);
136 gfx::Rect visible_rect,
  /external/chromium_org/media/base/
video_decoder_config.cc 23 const gfx::Rect& visible_rect,
28 Initialize(codec, profile, format, coded_size, visible_rect, natural_size,
60 const gfx::Rect& visible_rect,
77 UMA_HISTOGRAM_COUNTS_10000("Media.VideoVisibleWidth", visible_rect.width());
78 UmaHistogramAspectRatio("Media.VideoVisibleAspectRatio", visible_rect);
85 visible_rect_ = visible_rect;
104 (visible_rect() == config.visible_rect()) &&
119 << " visible rect: [" << visible_rect().x()
120 << "," << visible_rect().y(
146 gfx::Rect VideoDecoderConfig::visible_rect() const { function in class:media::VideoDecoderConfig
    [all...]
video_frame.h 93 // |visible_rect| is the visible portion of |coded_size|, after cropping (if
96 // ratio is applied to |visible_rect|.
100 const gfx::Rect& visible_rect,
108 const gfx::Rect& visible_rect,
118 // |visible_rect| is the visible portion of |coded_size|, after cropping (if
121 // ratio is applied to |visible_rect|.
129 const gfx::Rect& visible_rect,
137 // least as large as 4*visible_rect().width()*visible_rect().height().
148 const gfx::Rect& visible_rect,
198 const gfx::Rect& visible_rect() const { return visible_rect_; } function in class:media::VideoFrame
    [all...]
  /external/chromium_org/cc/layers/
video_layer_impl.cc 130 gfx::Rect visible_rect = frame_->visible_rect(); local
135 static_cast<float>(visible_rect.width()) / coded_size.width();
137 static_cast<float>(visible_rect.height()) / coded_size.height();
228 gfx::Size visible_size(visible_rect.width(), visible_rect.height());
tiled_layer_unittest.cc 386 gfx::Rect visible_rect = gfx::Rect(200, 200, 100, 100); local
388 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size());
390 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size());
401 // Invalidate and move the visible_rect in the scroll direction.
404 layer->draw_properties().visible_content_rect = visible_rect;
638 gfx::Rect visible_rect(0, 0, layer_width / 2, layer_height);
643 layer->draw_properties().visible_content_rect = visible_rect;
745 gfx::Rect visible_rect[10] = { nv, nv, v, v, nv, nv, v, v, nv, nv } local
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 48 : bitstream_buffer_id(bbid), timestamp(ts), visible_rect(vr),
288 config_.visible_rect(),
301 gfx::Rect* visible_rect,
309 *visible_rect = it->visible_rect;
420 gfx::Rect visible_rect; local
422 GetBufferData(picture.bitstream_buffer_id(), &timestamp, &visible_rect,
435 visible_rect,
442 gfx::Size(visible_rect.width(), visible_rect.height()))
    [all...]
gpu_video_decoder.h 92 gfx::Rect* visible_rect, gfx::Size* natural_size);
159 BufferData(int32 bbid, base::TimeDelta ts, const gfx::Rect& visible_rect,
164 gfx::Rect visible_rect; member in struct:media::GpuVideoDecoder::BufferData
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 958 hwc_rect_t visible_rect = layer.displayFrame; local
959 visible_rect.right--; visible_rect.bottom--;
963 if (intersect(visible_rect, overlaps.itemAt(j)))
983 if (intersect(visible_rect, other_rect))
984 overlaps.push_back(intersection(visible_rect, other_rect));
986 rects.push_back(visible_rect);
    [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 125 milliseconds