Searched refs:Size (Results 101 - 125 of 3528) sorted by relevance

1234567891011>>

/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_ozone_native_buffer.h15 static void Create(const gfx::Size& size,
21 static void AllocateForChildProcess(const gfx::Size& size,
29 const gfx::Size& size,
44 GpuMemoryBufferImplOzoneNativeBuffer(const gfx::Size& size,
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_iosurface_mac.h26 virtual gfx::Size GetRoundedSize(gfx::Size size) OVERRIDE;
29 gfx::Size pixel_size, float scale_factor) OVERRIDE;
31 virtual void SwapBuffers(const gfx::Size& size, float scale_factor) OVERRIDE;
/external/chromium_org/content/common/
H A Dimage_messages.h43 std::vector<gfx::Size>)
/external/chromium_org/content/public/child/
H A Dimage_decoder_utils.h20 const gfx::Size& desired_image_size,
/external/chromium_org/printing/
H A Dprinted_page.h27 const gfx::Size& page_size,
33 const gfx::Size& page_size() const { return page_size_; }
44 void GetCenteredPageContentRect(const gfx::Size& paper_size,
65 const gfx::Size page_size_;
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_mode_x11.cc9 DisplayModeX11::DisplayModeX11(const gfx::Size& size,
/external/chromium_org/ui/display/util/
H A Ddisplay_util.cc40 bool IsDisplaySizeBlackListed(const gfx::Size& physical_size) {
48 const gfx::Size size(kInvalidDisplaySizeList[i][0],
58 float GetScaleFactor(const gfx::Size& physical_size_in_mm,
59 const gfx::Size& screen_size_in_pixels) {
/external/chromium_org/ui/events/
H A Dtouchscreen_device.cc13 const gfx::Size& size,
/external/chromium_org/ui/gfx/image/
H A Dimage_family_unittest.cc67 EXPECT_EQ(gfx::Size(3, 12), it->Size());
70 EXPECT_EQ(gfx::Size(12, 48), it->Size());
73 EXPECT_EQ(gfx::Size(16, 16), it->Size());
76 EXPECT_EQ(gfx::Size(32, 32), it->Size());
79 EXPECT_EQ(gfx::Size(16, 16), it->Size());
[all...]
/external/chromium_org/ui/gl/
H A Dgl_surface_osmesa.h21 GLSurfaceOSMesa(OSMesaSurfaceFormat format, const gfx::Size& size);
26 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
29 virtual gfx::Size GetSize() OVERRIDE;
38 gfx::Size size_;
H A Dgl_surface_stub.cc20 gfx::Size GLSurfaceStub::GetSize() {
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_vector_test.cc21 EXPECT_EQ(v.Size(), (uptr)0);
23 EXPECT_EQ(v.Size(), (uptr)1);
26 EXPECT_EQ(v.Size(), (uptr)2);
35 EXPECT_EQ(v.Size(), (uptr)(i + 1));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.cc20 return Size() - next_index_;
24 size_t samples_added = append_this.Size();
45 position = std::min(position, Size());
46 length = std::min(length, Size() - position);
64 position = std::min(position, Size()); // Cap |position| in the valid range.
65 length = std::min(length, Size() - position);
71 ReplaceAtIndex(insert_this, insert_this.Size(), position);
91 Zeros(Size());
92 next_index_ = Size();
99 next_index_ = std::min(value, Size());
[all...]
/external/chromium_org/ui/views/
H A Drect_based_targeting_utils_unittest.cc13 gfx::Rect rect_1(gfx::Point(-22, 30), gfx::Size(1, 1));
14 gfx::Rect rect_2(gfx::Point(0, 0), gfx::Size(34, 55));
15 gfx::Rect rect_3(gfx::Point(12, 12), gfx::Size(1, 0));
16 gfx::Rect rect_4(gfx::Point(12, 120), gfx::Size(0, 0));
25 gfx::Rect rect_1(gfx::Point(0, 0), gfx::Size(300, 120));
26 gfx::Rect rect_2(gfx::Point(20, 10), gfx::Size(30, 90));
27 gfx::Rect rect_3(gfx::Point(160, 50), gfx::Size(150, 85));
28 gfx::Rect rect_4(gfx::Point(20, 55), gfx::Size(0, 15));
52 gfx::Rect rect_1(gfx::Point(0, 0), gfx::Size(10, 10));
53 gfx::Rect rect_2(gfx::Point(20, 0), gfx::Size(8
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc28 gfx::Size AwGLSurface::GetSize() {
29 return gfx::Size(1, 1);
/external/chromium_org/ash/host/
H A Droot_window_transformer.h13 class Size;
36 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const = 0;
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.h20 gfx::Size* content_bounds) OVERRIDE;
29 gfx::Size ComputeContentBoundsForScale(float scale_x, float scale_y) const;
/external/chromium_org/cc/resources/
H A Dshared_bitmap_manager.h20 virtual scoped_ptr<SharedBitmap> AllocateSharedBitmap(const gfx::Size&) = 0;
22 const gfx::Size&,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelper.h21 class Size;
29 gfx::Rect CalculateScreenBounds(const gfx::Size& size);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.h16 class Size;
28 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
/external/chromium_org/chrome/renderer/
H A Dchrome_render_frame_observer.h12 class Size;
30 const gfx::Size& thumbnail_max_size_pixels);
/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_host.cc17 gfx::Size TestWebContentsModalDialogHost::GetMaximumDialogSize() {
26 const gfx::Size& size) {
/external/chromium_org/content/public/common/
H A Dfavicon_url.h30 const std::vector<gfx::Size>& sizes);
40 std::vector<gfx::Size> icon_sizes;
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_state_tracer.h12 class Size;
27 void TakeSnapshotWithCurrentFramebuffer(const gfx::Size& size);
/external/chromium_org/media/base/
H A Dvideo_decoder_config.h80 const gfx::Size& coded_size,
82 const gfx::Size& natural_size,
92 const gfx::Size& coded_size,
94 const gfx::Size& natural_size,
119 gfx::Size coded_size() const;
126 gfx::Size natural_size() const;
144 gfx::Size coded_size_;
146 gfx::Size natural_size_;

Completed in 437 milliseconds

1234567891011>>