Searched refs:Size (Results 51 - 75 of 3528) sorted by relevance

1234567891011>>

/external/chromium_org/ui/message_center/views/
H A Dproportional_image_view.h16 ProportionalImageView(const gfx::ImageSkia& image, const gfx::Size& max_size);
20 virtual gfx::Size GetPreferredSize() const OVERRIDE;
25 gfx::Size GetImageDrawingSize();
28 gfx::Size max_size_;
/external/chromium_org/ui/views/test/
H A Dtest_views.h16 explicit StaticSizedView(const gfx::Size& size);
19 virtual gfx::Size GetPreferredSize() const OVERRIDE;
22 gfx::Size size_;
36 virtual gfx::Size GetPreferredSize() const OVERRIDE;
/external/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c28 uint64_t Size = __llvm_profile_get_size_for_buffer(); local
29 if (Size > MaxSize)
44 if (fwrite(Buffer, 1, Size, File) != Size)
/external/eigen/Eigen/src/Core/
H A DVectorBlock.h22 * \param Size size of the sub-vector we are taking at compile time (optional)
48 template<typename VectorType, int Size>
49 struct traits<VectorBlock<VectorType, Size> >
51 traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
52 traits<VectorType>::Flags & RowMajorBit ? Size : 1> >
57 template<typename VectorType, int Size> class VectorBlock
59 internal::traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
60 internal::traits<VectorType>::Flags & RowMajorBit ? Size : 1>
63 internal::traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
64 internal::traits<VectorType>::Flags & RowMajorBit ? Size
[all...]
/external/llvm/include/llvm/Support/
H A DAlignOf.h74 template<std::size_t Alignment, std::size_t Size>
76 alignas(Alignment) char buffer[Size];
81 template<std::size_t Alignment, std::size_t Size>
85 template<std::size_t Size> \
86 struct AlignedCharArray<x, Size> { \
87 __attribute__((aligned(x))) char buffer[Size]; \
108 template<std::size_t Alignment, std::size_t Size>
119 template<std::size_t Size>
120 struct AlignedCharArray<1, Size> {
123 char buffer[Size];
[all...]
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.hpp39 template<int Size>
40 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vector<deInt32, Size>& numAccurateBits)
42 Vector<float, Size> res;
43 for (int ndx = 0; ndx < Size; ndx++)
48 template<int Size>
49 inline Vector<float, Size> computeFixedPointError (const Vector<deInt32, Size>& numAccurateBits)
51 Vector<float, Size> re
[all...]
/external/llvm/tools/lli/
H A DRemoteTargetExternal.h34 bool WriteBytes(const void *Data, size_t Size) { argument
35 return RPC.WriteBytes(Data, Size);
38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } argument
43 /// @param Size Amount of space, in bytes, to allocate.
49 bool allocateSpace(size_t Size, unsigned Alignment,
56 /// @param Size Number of bytes to copy.
60 bool loadData(uint64_t Address, const void *Data, size_t Size) override;
66 /// @param Size Number of bytes to copy.
70 bool loadCode(uint64_t Address, const void *Data, size_t Size) overrid
[all...]
H A DRPCChannel.h41 bool WriteBytes(const void *Data, size_t Size);
42 bool ReadBytes(void *Data, size_t Size);
/external/chromium_org/ash/test/
H A Doverflow_bubble_view_test_api.h11 class Size;
25 gfx::Size GetContentsSize();
/external/chromium_org/cc/test/
H A Dpixel_test_software_output_device.cc9 void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& pixel_size,
11 gfx::Size expanded_size(
H A Dskia_common.h16 class Size;
26 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap);
/external/chromium_org/components/favicon/core/
H A Dfavicon_url.h21 const std::vector<gfx::Size>& sizes);
31 std::vector<gfx::Size> icon_sizes;
/external/chromium_org/content/child/
H A Dimage_decoder.h25 ImageDecoder(const gfx::Size& desired_icon_size);
38 // Size will be empty to get the largest possible size.
39 gfx::Size desired_icon_size_;
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.h14 class Size;
22 const gfx::Size& size);
/external/chromium_org/mojo/services/public/cpp/surfaces/
H A Dsurfaces_utils.h13 class Size;
18 MOJO_SURFACES_EXPORT SharedQuadStatePtr CreateDefaultSQS(const gfx::Size& size);
/external/chromium_org/ppapi/cpp/
H A Dfullscreen.h16 class Size;
64 bool GetScreenSize(Size* size);
/external/chromium_org/ppapi/cpp/private/
H A Dflash_fullscreen.h12 class Size;
22 bool GetScreenSize(Size* size);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
/external/chromium_org/ui/gl/
H A Dgl_image_stub.cc13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
/external/clang/include/clang/Basic/
H A DAllDiagnostics.h33 enum { Size = SizeOfStr }; enumerator in enum:clang::StringSizerHelper::__anon17559
38 fieldTy>::Size
/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp14 uint64_t Size, uint64_t &Target) const {
20 Target = Addr+Size+Imm;
13 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size, uint64_t &Target) const argument
/external/llvm/lib/Support/
H A DAllocator.cpp37 void PrintRecyclerStats(size_t Size, argument
40 errs() << "Recycler element size: " << Size << '\n'
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c40 PUSH_DATAf(push, ctx->Point.Size);
42 PUSH_DATA (push, (uint32_t)(ctx->Point.Size * 8));
/external/chromium_org/content/public/browser/
H A Dbrowser_plugin_guest_delegate.h18 class Size;
44 virtual void ElementSizeChanged(const gfx::Size& old_size,
45 const gfx::Size& new_size) {}
50 virtual void GuestSizeChanged(const gfx::Size& old_size,
51 const gfx::Size& new_size) {}
/external/chromium_org/ui/gfx/win/
H A Ddpi.h22 GFX_EXPORT Size GetDPI();
54 GFX_EXPORT Size ScreenToDIPSize(const Size& size_in_pixels);
55 GFX_EXPORT Size DIPToScreenSize(const Size& dip_size);

Completed in 652 milliseconds

1234567891011>>