/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);
|
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);
|
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, 76 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);
|
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); 87 visible_rect_ = visible_rect; 106 (visible_rect() == config.visible_rect()) && 121 << " visible rect: [" << visible_rect().x() 122 << "," << visible_rect().y( 148 gfx::Rect VideoDecoderConfig::visible_rect() const { function in class:media::VideoDecoderConfig [all...] |
video_frame.h | 89 // |visible_rect| is the visible portion of |coded_size|, after cropping (if 92 // ratio is applied to |visible_rect|. 96 const gfx::Rect& visible_rect, 104 const gfx::Rect& visible_rect, 114 // |visible_rect| is the visible portion of |coded_size|, after cropping (if 117 // ratio is applied to |visible_rect|. 125 const gfx::Rect& visible_rect, 133 // least as large as 4*visible_rect().width()*visible_rect().height(). 145 const gfx::Rect& visible_rect, 211 const gfx::Rect& visible_rect() const { return visible_rect_; } function in class:media::VideoFrame [all...] |
/external/chromium_org/cc/layers/ |
video_layer_impl.cc | 137 gfx::Rect visible_rect = frame_->visible_rect(); local 142 static_cast<float>(visible_rect.width()) / coded_size.width(); 144 static_cast<float>(visible_rect.height()) / coded_size.height(); 235 gfx::Size visible_size(visible_rect.width(), visible_rect.height());
|
tiled_layer_unittest.cc | 397 gfx::Rect visible_rect = gfx::Rect(200, 200, 100, 100); local 399 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size()); 401 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size()); 412 // Invalidate and move the visible_rect in the scroll direction. 415 layer->draw_properties().visible_content_rect = visible_rect; 649 gfx::Rect visible_rect(0, 0, layer_width / 2, layer_height); 654 layer->draw_properties().visible_content_rect = visible_rect; 756 gfx::Rect visible_rect[10] = { nv, nv, v, v, nv, nv, v, v, nv, nv } local [all...] |
/external/chromium_org/cc/output/ |
software_renderer_unittest.cc | 64 gfx::Rect visible_rect(gfx::Point(1, 2), gfx::Size(98, 97)); 85 inner_quad->visible_rect = visible_rect; 222 gfx::Rect visible_rect = tile_rect; local 223 visible_rect.Inset(1, 2, 3, 4); 239 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()), 270 quad->visible_rect = visible_rect; 298 output.getColor(visible_rect.x() - 1, visible_rect.y() - 1)) [all...] |
/external/chromium_org/media/filters/ |
gpu_video_decoder.cc | 50 : bitstream_buffer_id(bbid), timestamp(ts), visible_rect(vr), 306 config_.visible_rect(), 319 gfx::Rect* visible_rect, 327 *visible_rect = it->visible_rect; 439 gfx::Rect visible_rect; local 441 GetBufferData(picture.bitstream_buffer_id(), ×tamp, &visible_rect, 454 visible_rect, local 460 gfx::Size(visible_rect.width(), visible_rect.height())) [all...] |
gpu_video_decoder.h | 112 gfx::Rect* visible_rect, gfx::Size* natural_size); 167 BufferData(int32 bbid, base::TimeDelta ts, const gfx::Rect& visible_rect, 172 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 | |