Searched refs:Size (Results 126 - 150 of 3528) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/private/
H A Dcamera_capabilities_private.h58 /// @param[out] A vector of <code>Size</code> corresponding to the
60 void GetSupportedPreviewSizes(std::vector<Size>* preview_sizes);
65 /// @param[out] A vector of <code>Size</code> corresponding to the
67 void GetSupportedJpegSizes(std::vector<Size>* jpeg_sizes);
/external/chromium_org/ui/app_list/views/
H A Dpulsing_block_view.h14 class Size;
24 PulsingBlockView(const gfx::Size& size, bool start_delay);
/external/chromium_org/ui/ozone/public/
H A Dsurface_ozone_canvas.h16 class Size;
36 virtual void ResizeCanvas(const gfx::Size& viewport_size) = 0;
H A Dsurface_ozone_egl.h14 class Size;
35 virtual bool ResizeNativeWindow(const gfx::Size& viewport_size) = 0;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCameraSize.java8 * Shadow for the Android {@code Camera.Size} value object.
10 @Implements(Camera.Size.class)
12 @RealObject private Camera.Size realCameraSize;
H A DShadowCameraParameters.java28 public Camera.Size getPictureSize() {
29 Camera.Size pictureSize = Robolectric.newInstanceOf(Camera.class).new Size(0, 0);
52 public Camera.Size getPreviewSize() {
53 Camera.Size previewSize = Robolectric.newInstanceOf(Camera.class).new Size(0, 0);
60 public List<Camera.Size> getSupportedPictureSizes() {
61 List<Camera.Size> supportedSizes = new ArrayList<Camera.Size>();
102 public List<Camera.Size> getSupportedPreviewSize
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate_unittest.cc12 gfx::Size GetSizeForMessages(const std::string& main_text,
20 TEST(ValidationMessageBubbleDelegate, Size) {
21 gfx::Size short_main_empty_sub_size = GetSizeForMessages("foo", "");
26 gfx::Size long_main_empty_sub_size = GetSizeForMessages(
34 gfx::Size short_main_medium_sub_size =
41 gfx::Size short_main_long_sub_size = GetSizeForMessages("foo",
/external/chromium_org/content/browser/renderer_host/
H A Ddip_util.cc30 gfx::Size ConvertViewSizeToPixel(const RenderWidgetHostView* view,
31 const gfx::Size& size_in_dip) {
40 gfx::Size ConvertSizeToDIP(float scale_factor,
41 const gfx::Size& size_in_pixel) {
52 gfx::Size ConvertSizeToPixel(float scale_factor,
53 const gfx::Size& size_in_dip) {
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_shared_memory.h15 static void Create(const gfx::Size& size,
20 static void AllocateForChildProcess(const gfx::Size& size,
27 const gfx::Size& size,
31 static bool IsLayoutSupported(const gfx::Size& size, unsigned internalformat);
33 static bool IsConfigurationSupported(const gfx::Size& size,
44 GpuMemoryBufferImplSharedMemory(const gfx::Size& size,
H A Dgl_helper_scaling.h61 gfx::Size src_size,
63 const gfx::Size& dst_size,
68 const gfx::Size& src_size,
70 const gfx::Size& dst_size,
76 const gfx::Size& src_size,
78 const gfx::Size& dst_size,
128 void UpdateSize(gfx::Size* subrect) {
141 int scale_size; // Size to scale to.
147 gfx::Size src_size_,
149 gfx::Size dst_size
[all...]
/external/chromium_org/content/public/test/
H A Drender_widget_test.cc43 resize_params.new_size = gfx::Size();
44 resize_params.physical_backing_size = gfx::Size();
52 resize_params.new_size = gfx::Size(10, 10);
58 gfx::Size size(100, 100);
74 resize_params.new_size = gfx::Size();
75 resize_params.physical_backing_size = gfx::Size();
/external/chromium_org/ui/gfx/
H A Dcanvas_unittest.cc24 gfx::Size SizeStringInt(const char *text, int width, int line_height) {
31 return gfx::Size(width, height);
47 gfx::Size size = SizeStringInt("", 0, 0);
54 Canvas canvas(gfx::Size(200, 100), 2.25, true);
71 gfx::Size one_line_size = SizeStringInt("Q", 0, 0);
72 gfx::Size four_line_size = SizeStringInt("Q\nQ\nQ\nQ", 1000000, 1000);
/external/chromium_org/ui/message_center/views/
H A Dproportional_image_view.cc13 const gfx::Size& max_size)
18 gfx::Size ProportionalImageView::GetPreferredSize() const { return max_size_; }
27 gfx::Size draw_size = GetImageDrawingSize();
35 gfx::Size image_size(image_.size());
53 gfx::Size ProportionalImageView::GetImageDrawingSize() {
55 return gfx::Size();
/external/chromium_org/ui/views/examples/
H A Dsingle_split_view_example.cc25 virtual gfx::Size GetPreferredSize() const OVERRIDE;
26 virtual gfx::Size GetMinimumSize() const OVERRIDE;
43 gfx::Size SplittedView::GetPreferredSize() const {
44 return gfx::Size(width(), height());
47 gfx::Size SplittedView::GetMinimumSize() const {
48 return gfx::Size(10, 10);
/external/chromium_org/ui/views/window/
H A Dclient_view.cc48 gfx::Size ClientView::GetPreferredSize() const {
51 return contents_view_ ? contents_view_->GetPreferredSize() : gfx::Size();
54 gfx::Size ClientView::GetMaximumSize() const {
57 return contents_view_ ? contents_view_->GetMaximumSize() : gfx::Size();
60 gfx::Size ClientView::GetMinimumSize() const {
63 return contents_view_ ? contents_view_->GetMinimumSize() : gfx::Size();
H A Dnative_frame_view.cc47 window_bounds.set_size(gfx::Size(1,1));
56 void NativeFrameView::GetWindowMask(const gfx::Size& size,
77 gfx::Size NativeFrameView::GetPreferredSize() const {
78 gfx::Size client_preferred_size = frame_->client_view()->GetPreferredSize();
91 gfx::Size NativeFrameView::GetMinimumSize() const {
95 gfx::Size NativeFrameView::GetMaximumSize() const {
/external/eigen/test/
H A Dgeo_homogeneous.cpp13 template<typename Scalar,int Size> void homogeneous(void)
19 typedef Matrix<Scalar,Size,Size> MatrixType;
20 typedef Matrix<Scalar,Size,1, ColMajor> VectorType;
22 typedef Matrix<Scalar,Size+1,Size> HMatrixType;
23 typedef Matrix<Scalar,Size+1,1> HVectorType;
25 typedef Matrix<Scalar,Size,Size+1> T1MatrixType;
26 typedef Matrix<Scalar,Size
[all...]
/external/llvm/include/llvm/Support/
H A DMemory.h31 MemoryBlock() : Address(nullptr), Size(0) { }
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { }
34 size_t size() const { return Size; }
37 size_t Size; ///< Size, in bytes of the memory area member in class:llvm::sys::MemoryBlock
152 static bool setRangeExecutable(const void *Addr, size_t Size);
156 static bool setRangeWritable(const void *Addr, size_t Size);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp24 TInt TNodeBuffer::TNode::Size() const function in class:TNodeBuffer::TNode
43 TNode* node = aPred->Size() == 0 ? aPred : aPred->iSucc;
47 node->iSucc = reinterpret_cast<TNode*>(start + aData.Size());
50 __ASSERT_DEBUG(node->Size() == aData.Size(), VECPANIC(KErrCorrupt));
52 Mem::Copy(start, aData.Ptr(), aData.Size());
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h88 SimpleArray() : Data(nullptr), Size(0), Capacity(0) {}
90 : Data(Dat), Size(Sz), Capacity(Cp) {}
92 : Data(Cp == 0 ? nullptr : A.allocateT<T>(Cp)), Size(0), Capacity(Cp) {}
94 : Data(A.Data), Size(A.Size), Capacity(A.Capacity) {
96 A.Size = 0;
103 Size = RHS.Size;
107 RHS.Size = RHS.Capacity = 0;
119 memcpy(Data, Odata, sizeof(T) * Size);
[all...]
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_fbo_mac.h32 virtual gfx::Size GetRoundedSize(gfx::Size size) = 0;
38 gfx::Size size, float scale_factor) = 0;
46 virtual void SwapBuffers(const gfx::Size& size, float scale_factor) = 0;
72 virtual gfx::Size GetSize() OVERRIDE;
82 const gfx::Size pixel_size,
89 virtual void OnResize(gfx::Size pixel_size, float scale_factor) OVERRIDE;
103 const gfx::Size& pixel_size, float scale_factor);
119 gfx::Size pixel_size_;
120 gfx::Size rounded_pixel_size
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_occlusion.cc90 const gfx::Size& bounds,
103 settings->minimum_occlusion_tracking_size = gfx::Size();
124 gfx::PointF(0.f, 0.f), gfx::Size(200, 200), true);
127 gfx::PointF(10.f, 10.f), gfx::Size(500, 500), false);
130 gfx::PointF(-10.f, -10.f), gfx::Size(20, 500), true);
154 gfx::PointF(0.f, 0.f), gfx::Size(200, 200), true);
157 gfx::PointF(10.f, 10.f), gfx::Size(500, 500), true);
160 gfx::PointF(-10.f, -10.f), gfx::Size(20, 500), true);
183 gfx::PointF(0.f, 0.f), gfx::Size(200, 200), true);
186 gfx::PointF(10.f, 10.f), gfx::Size(50
[all...]
/external/chromium_org/pdf/
H A Dpaint_manager.h110 static pp::Size GetNewContextSize(const pp::Size& current_context_size,
111 const pp::Size& plugin_size);
127 void SetSize(const pp::Size& new_size, float new_device_scale);
142 pp::Size GetEffectiveSize() const;
190 pp::Size pending_size_;
191 pp::Size plugin_size_;
/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.Designer.cs44 this.name_box_.Size = new System.Drawing.Size(180, 20);
53 this.label1.Size = new System.Drawing.Size(91, 13);
61 this.button1.Size = new System.Drawing.Size(75, 23);
71 this.ClientSize = new System.Drawing.Size(303, 94);
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h61 sys::MemoryBlock allocateSection(uintptr_t Size);
69 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
73 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
90 size_t Size) override {}
92 size_t Size) override {}
109 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override;
110 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override;

Completed in 582 milliseconds

1234567891011>>