HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 1 - 25 of 3328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/base/
tiling_data_unittest.cc 16 gfx::Size max_texture_size,
17 gfx::Size total_size,
31 gfx::Size max_texture_size,
32 gfx::Size total_size,
40 gfx::Size max_texture_size,
41 gfx::Size total_size,
49 gfx::Size max_texture_size,
50 gfx::Size total_size,
58 gfx::Size max_texture_size,
59 gfx::Size total_size
    [all...]
  /external/clang/test/Sema/
offsetof-64.c 5 const unsigned long Size = (1l << 60);
8 char padding[Size];
9 char more_padding[1][Size];
16 char padding[Size][Size][Size]; // expected-error 2{{array is too large}}
  /external/chromium_org/ui/gfx/
size.h 16 typedef struct tagSIZE SIZE;
25 // A size has width and height values.
26 class UI_EXPORT Size : public SizeBase<Size, int> {
28 Size() : SizeBase<Size, int>(0, 0) {}
29 Size(int width, int height) : SizeBase<Size, int>(width, height) {}
31 explicit Size(const CGSize& s);
34 ~Size() {}
    [all...]
size.cc 5 #include "ui/gfx/size.h"
15 template class SizeBase<Size, int>;
18 Size::Size(const CGSize& s)
19 : SizeBase<Size, int>(s.width, s.height) {
22 Size& Size::operator=(const CGSize& s) {
30 SIZE Size::ToSIZE() const {
31 SIZE s
    [all...]
size_conversions.h 8 #include "ui/gfx/size.h"
13 // Returns a Size with each component from the input SizeF floored.
14 UI_EXPORT Size ToFlooredSize(const SizeF& size);
16 // Returns a Size with each component from the input SizeF ceiled.
17 UI_EXPORT Size ToCeiledSize(const SizeF& size);
19 // Returns a Size with each component from the input SizeF rounded.
20 UI_EXPORT Size ToRoundedSize(const SizeF& size);
    [all...]
size_conversions.cc 11 Size ToFlooredSize(const SizeF& size) {
12 int w = ToFlooredInt(size.width());
13 int h = ToFlooredInt(size.height());
14 return Size(w, h);
17 Size ToCeiledSize(const SizeF& size) {
18 int w = ToCeiledInt(size.width());
19 int h = ToCeiledInt(size.height());
20 return Size(w, h)
    [all...]
size_unittest.cc 8 #include "ui/gfx/size.h"
24 Size a(10, 20);
35 EXPECT_EQ(Size(0, 0), ToFlooredSize(SizeF(0, 0)));
36 EXPECT_EQ(Size(0, 0), ToFlooredSize(SizeF(0.0001f, 0.0001f)));
37 EXPECT_EQ(Size(0, 0), ToFlooredSize(SizeF(0.4999f, 0.4999f)));
38 EXPECT_EQ(Size(0, 0), ToFlooredSize(SizeF(0.5f, 0.5f)));
39 EXPECT_EQ(Size(0, 0), ToFlooredSize(SizeF(0.9999f, 0.9999f)));
41 EXPECT_EQ(Size(10, 10), ToFlooredSize(SizeF(10, 10)));
42 EXPECT_EQ(Size(10, 10), ToFlooredSize(SizeF(10.0001f, 10.0001f)));
43 EXPECT_EQ(Size(10, 10), ToFlooredSize(SizeF(10.4999f, 10.4999f)))
    [all...]
  /external/chromium_org/cc/test/
pixel_test_software_output_device.h 14 virtual void Resize(gfx::Size size) OVERRIDE;
16 void set_surface_expansion_size(gfx::Size surface_expansion_size) {
21 gfx::Size surface_expansion_size_;
pixel_test_software_output_device.cc 9 void PixelTestSoftwareOutputDevice::Resize(gfx::Size size) {
10 gfx::Size expanded_size(size.width() + surface_expansion_size_.width(),
11 size.height() + surface_expansion_size_.height());
  /external/chromium_org/ui/views/window/
window_shape.h 11 class Size;
19 VIEWS_EXPORT void GetDefaultWindowMask(const gfx::Size& size,
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 26 size_t Size; // Number of bytes in memory used
30 MachineCodeInfo() : Size(0), Address(0) {}
33 Size = s;
40 size_t size() const { function in class:llvm::MachineCodeInfo
41 return Size;
  /external/chromium_org/content/browser/indexed_db/leveldb/
fixed_array.h 37 template <typename T, size_t Size>
42 CHECK(i < Size);
49 CHECK(i < Size);
55 size_t size() const { return Size; }
58 T data_[Size];
  /external/chromium_org/chrome/browser/thumbnails/
content_based_thumbnailing_algorithm.h 18 explicit ContentBasedThumbnailingAlgorithm(const gfx::Size& target_size);
20 virtual ClipResult GetCanvasCopyInfo(const gfx::Size& source_size,
23 gfx::Size* target_size) const OVERRIDE;
29 // Prepares (clips to size, copies etc.) the bitmap passed to ProcessBitmap.
33 const gfx::Size& thumbnail_size,
41 const gfx::Size& thumbnail_size,
49 static gfx::Rect GetClippingRect(const gfx::Size& source_size,
50 const gfx::Size& thumbnail_size,
51 gfx::Size* target_size,
54 const gfx::Size target_size_
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
Size.java 20 * Simple immutable class for keeping a size.
22 public class Size {
26 public Size(int width, int height) {
  /external/chromium/webkit/glue/
image_decoder.h 6 #include "ui/gfx/size.h"
20 // format and care about which size you get back. Otherwise, use the 0-arg
23 ImageDecoder(const gfx::Size& desired_icon_size);
28 SkBitmap Decode(const unsigned char* data, size_t size) const;
31 // Size will be empty to get the largest possible size.
32 gfx::Size desired_icon_size_;
  /external/chromium_org/ppapi/cpp/
fullscreen.h 16 class Size;
56 /// GetScreenSize() gets the size of the screen in pixels. The module instance
57 /// will be resized to this size when SetFullscreen() is called to enter
60 /// @param[out] size The size of the entire screen in pixels.
64 bool GetScreenSize(Size* size);
  /external/chromium_org/ppapi/cpp/private/
flash_fullscreen.h 12 class Size;
22 bool GetScreenSize(Size* size);
  /external/llvm/lib/Support/
raw_os_ostream.cpp 26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) {
27 OS.write(Ptr, Size);
  /external/chromium_org/chrome/browser/chromeos/login/
login_wizard.h 11 class Size;
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_view_android.cc 9 void ExtensionViewAndroid::ResizeDueToAutoResize(const gfx::Size& new_size) {
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.h 13 class Size;
22 // Contains functions to calculate proper scaling factor and popup size
28 const gfx::Size& screen_size,
29 const gfx::Size& visible_content_size,
  /external/chromium_org/ui/gfx/image/
image_png_rep.h 13 class Size;
24 // If the image is invalid, returns gfx::Size(0, 0).
27 gfx::Size Size() const;
  /external/chromium_org/ui/gl/
gl_surface_stub.h 15 void SetSize(const gfx::Size& size) { size_ = size; }
21 virtual gfx::Size GetSize() OVERRIDE;
28 gfx::Size size_;
  /external/chromium_org/ui/views/
round_rect_painter.h 15 class Size;
27 virtual gfx::Size GetMinimumSize() const OVERRIDE;
28 virtual void Paint(gfx::Canvas* canvas, const gfx::Size& size) OVERRIDE;
  /external/chromium_org/ui/views/test/
test_views.h 15 explicit StaticSizedView(const gfx::Size& size);
18 virtual gfx::Size GetPreferredSize() OVERRIDE;
21 gfx::Size size_;

Completed in 343 milliseconds

1 2 3 4 5 6 7 8 91011>>