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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_polygon.c 40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
  /external/chromium_org/cc/resources/
resource.h 11 #include "ui/gfx/size.h"
18 Resource(unsigned id, gfx::Size size, GLenum format)
20 size_(size),
24 gfx::Size size() const { return size_; } function in class:cc::Resource
30 static size_t MemorySizeBytes(gfx::Size size, GLenum format);
34 void set_dimensions(gfx::Size size, GLenum format)
    [all...]
ui_resource_bitmap.h 12 #include "ui/gfx/size.h"
29 gfx::Size size);
31 gfx::Size GetSize() const { return size_; }
43 gfx::Size size_;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_sign_in_delegate.cc 23 content::WebContents* source, const gfx::Size& pref_size) {
31 // Set the initial size as soon as we have an RVH to avoid
32 // bad size jumping.
43 gfx::Size AutofillDialogSignInDelegate::GetMinSize() const {
44 return gfx::Size(min_width_, 331);
47 gfx::Size AutofillDialogSignInDelegate::GetMaxSize() const {
48 return gfx::Size(std::max(min_width_, 800), 600);
  /external/chromium_org/content/browser/renderer_host/
dip_util.h 14 class Size;
25 // Utility functions that convert point/size/rect between DIP and pixel
29 CONTENT_EXPORT gfx::Size ConvertViewSizeToPixel(
30 const RenderWidgetHostView* view, const gfx::Size& size_in_dip);
34 CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
35 float scale_factor, const gfx::Size& size_in_pixel);
  /external/chromium_org/ui/base/win/
dpi.h 10 #include "ui/gfx/size.h"
15 UI_EXPORT gfx::Size GetDPI();
39 UI_EXPORT gfx::Size ScreenToDIPSize(const gfx::Size& size_in_pixels);
41 UI_EXPORT gfx::Size DIPToScreenSize(const gfx::Size& dip_size);
  /external/chromium_org/ui/compositor/
dip_util.h 14 class Size;
23 // Utility functions that convert point/size/rect between
31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
33 const gfx::Size& size_in_pixel);
40 COMPOSITOR_EXPORT gfx::Size ConvertSizeToPixel(
42 const gfx::Size& size_in_dip);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 25 * Description : Initializes the instance distribution and memory size calculation function
40 Size - The size in bytes of the new added member
49 LVM_UINT32 Size )
54 Size = ((Size + 3) & 0xFFFFFFFC); /* Ceil the size to a multiple of four */
56 pms->TotalSize += Size;
57 pms->pNextMember += Size;
66 * Returns : The instance memory size
    [all...]
  /external/eigen/Eigen/src/Core/
VectorBlock.h 19 * \brief Expression of a fixed-size or dynamic-size sub-vector
22 * \param Size size of the sub-vector we are taking at compile time (optional)
24 * This class represents an expression of either a fixed-size or dynamic-size sub-vector.
36 * \note Even though this expression has dynamic size, in the case where \a VectorType
37 * has fixed size, this expression inherits a fixed maximal size which means that evaluating
40 * Here is an example illustrating the fixed-size case
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 33 enum Size {
90 new EnumMap(Size.Big.getClass());
117 EnumMap enumSizeMap = new EnumMap(Size.class);
119 Size.Big, 2));
121 enumSizeMap.get(Size.Big));
129 enumSizeMap = new EnumMap(Size.Middle.getClass());
131 Size.Small, 1));
133 enumSizeMap.get(Size.Small));
169 enumMap.put(Size.Middle, 2);
216 hashColorMap.put(Size.Big, 3)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 35 enum Size {
92 new EnumMap(Size.Big.getClass());
119 EnumMap enumSizeMap = new EnumMap(Size.class);
121 Size.Big, 2));
123 enumSizeMap.get(Size.Big));
131 enumSizeMap = new EnumMap(Size.Middle.getClass());
133 Size.Small, 1));
135 enumSizeMap.get(Size.Small));
171 enumMap.put(Size.Middle, 2);
218 hashColorMap.put(Size.Big, 3)
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutexset_test.cc 29 EXPECT_EQ(mset.Size(), (uptr)0);
32 EXPECT_EQ(mset.Size(), (uptr)1);
35 EXPECT_EQ(mset.Size(), (uptr)0);
39 EXPECT_EQ(mset.Size(), (uptr)2);
43 EXPECT_EQ(mset.Size(), (uptr)1);
45 EXPECT_EQ(mset.Size(), (uptr)0);
51 EXPECT_EQ(mset.Size(), (uptr)1);
55 EXPECT_EQ(mset.Size(), (uptr)1);
59 EXPECT_EQ(mset.Size(), (uptr)1);
63 EXPECT_EQ(mset.Size(), (uptr)0)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 41 /// StackAlignment == 8, and GPRs-part-size mod 8 != 0,
46 /// VarArgsRegSaveSize - Size of the register save area for vararg functions.
194 if (fi < 0 || fi >= (int)GPRCS1Frames.size())
199 if (fi < 0 || fi >= (int)GPRCS2Frames.size())
204 if (fi < 0 || fi >= (int)DPRCSFrames.size())
211 int Size = GPRCS1Frames.size();
212 if (fi >= Size) {
213 Size *= 2;
214 if (fi >= Size)
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 14 #include "ui/gfx/size.h"
59 // Sets the accelerated surface to the given size, creating a new one if
63 uint32 SetSurfaceSize(const gfx::Size& size);
83 // The size of the rectangle copied is the size last specified via
99 // Get the accelerated surface size.
100 gfx::Size GetSize() const { return surface_size_; }
106 void AllocateRenderBuffers(GLenum target, const gfx::Size& size);
    [all...]
  /external/llvm/tools/lli/
RemoteTarget.cpp 23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment,
25 sys::MemoryBlock *Prev = Allocations.size() ? &Allocations.back() : NULL;
26 sys::MemoryBlock Mem = sys::Memory::AllocateRWX(Size, Prev, &ErrorMsg);
37 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) {
38 memcpy ((void*)Address, Data, Size);
42 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) {
43 memcpy ((void*)Address, Data, Size);
44 sys::MemoryBlock Mem((void*)Address, Size);
59 for (unsigned i = 0, e = Allocations.size(); i != e; ++i)
  /external/chromium/chrome/browser/notifications/
balloon.h 15 #include "ui/gfx/size.h"
41 // The total size of the view.
42 virtual gfx::Size GetSize() const = 0;
68 const gfx::Size& content_size() const { return content_size_; }
69 void set_content_size(const gfx::Size& size) { content_size_ = size; }
73 const gfx::Size& min_scrollbar_size() const { return min_scrollbar_size_; }
74 void set_min_scrollbar_size(const gfx::Size& size) {
    [all...]
  /external/chromium_org/chrome/browser/notifications/
balloon.h 14 #include "ui/gfx/size.h"
39 // The total size of the view.
40 virtual gfx::Size GetSize() const = 0;
70 const gfx::Size& content_size() const { return content_size_; }
71 void set_content_size(const gfx::Size& size) { content_size_ = size; }
75 const gfx::Size& min_scrollbar_size() const { return min_scrollbar_size_; }
76 void set_min_scrollbar_size(const gfx::Size& size) {
    [all...]
  /external/chromium/chrome/browser/extensions/
browser_action_test_util.h 17 class Size;
61 // Returns the minimum allowed size of an extension popup.
62 static gfx::Size GetMinPopupSize();
64 // Returns the maximum allowed size of an extension popup.
65 static gfx::Size GetMaxPopupSize();
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 17 class Size;
31 virtual gfx::Size GetPreferredSize();
32 virtual gfx::Size GetMinimumSize();
47 // These labels are never visible. They are used to size the view. One
  /external/chromium_org/cc/test/
pixel_test_output_surface.h 21 virtual void Reshape(gfx::Size size, float scale_factor) OVERRIDE;
23 void set_surface_expansion_size(gfx::Size surface_expansion_size) {
31 gfx::Size surface_expansion_size_;
  /external/chromium_org/chrome/browser/extensions/
browser_action_test_util.h 18 class Size;
65 // Returns the minimum allowed size of an extension popup.
66 static gfx::Size GetMinPopupSize();
68 // Returns the maximum allowed size of an extension popup.
69 static gfx::Size GetMaxPopupSize();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 17 class Size;
30 virtual gfx::Size GetPreferredSize() OVERRIDE;
31 virtual gfx::Size GetMinimumSize() OVERRIDE;
44 // These labels are never visible. They are used to size the view. One
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 10 #include "ppapi/cpp/size.h"
36 /// A constructor allocating a new 2D graphics context with the given size
43 /// @param[in] size The size of the 2D graphics context in the browser,
56 const Size& size,
75 /// Getter function for returning size of the 2D graphics context.
77 /// @return The size of the 2D graphics context measured in pixels.
78 const Size& size() const { return size_; function in class:pp::Graphics2D
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.h 42 WebKit::WebThemeEngine::Size,
50 WebKit::WebThemeEngine::Size,
56 WebKit::WebThemeEngine::Size,
  /external/chromium_org/ui/base/dragdrop/
drag_utils.h 18 class Size;
38 // are the size of the image to use, and the offsets give the location of
41 const gfx::Size& size,
46 // are the size of the image to use, and the offsets give the location of
49 const gfx::Size& size,

Completed in 1142 milliseconds

1 2 34 5 6 7 8 91011>>