Searched refs:SizeType (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h94 enum SizeType { enum in class:views::GridLayout
294 GridLayout::SizeType size_type,
318 GridLayout::SizeType size_type,
H A Dgrid_layout.cc162 GridLayout::SizeType size_type,
197 const GridLayout::SizeType size_type_;
388 GridLayout::SizeType size_type,
412 GridLayout::SizeType size_type,
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h76 enum SizeType { enum in class:blink::FINAL
81 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
H A DImageResource.cpp259 LayoutSize ImageResource::imageSizeForRenderer(const RenderObject* renderer, float multiplier, SizeType sizeType)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.cpp99 LayoutSize RenderImageResource::getImageSize(float multiplier, ImageResource::SizeType type) const
H A DRenderImageResource.h78 LayoutSize getImageSize(float multiplier, ImageResource::SizeType) const;
H A DRenderFlexibleBox.h102 LayoutUnit computeMainAxisExtentForChild(RenderBox& child, SizeType, const Length& size);
H A DRenderScrollbarPart.cpp88 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength)
H A DRenderBox.h35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enum in namespace:blink
443 LayoutUnit computeLogicalWidthUsing(SizeType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock) const;
713 bool logicalHeightComputesAsNone(SizeType) const;
H A DRenderFlexibleBox.cpp414 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox& child, SizeType sizeType, const Length& size)
H A DRenderBox.cpp2026 LayoutUnit RenderBox::computeLogicalWidthUsing(SizeType widthType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* cb) const
2532 bool RenderBox::logicalHeightComputesAsNone(SizeType sizeType) const
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h51 virtual IntSize decodedYUVSize(int component, SizeType) const OVERRIDE;
H A DJPEGImageDecoder.cpp255 static IntSize computeYUVSize(const jpeg_decompress_struct* info, int component, ImageDecoder::SizeType sizeType)
720 IntSize JPEGImageDecoder::decodedYUVSize(int component, ImageDecoder::SizeType sizeType) const
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h70 enum SizeType { ActualSize, SizeForMemoryAllocation }; enum in class:blink::ImageDecoder
123 virtual IntSize decodedYUVSize(int component, SizeType) const { return decodedSize(); }
/external/clang/lib/Basic/
H A DTargets.cpp504 this->SizeType = TargetInfo::UnsignedInt;
645 this->SizeType = TargetInfo::UnsignedInt;
1246 SizeType = UnsignedInt;
1433 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedInt;
1442 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedLongLong;
2991 SizeType = UnsignedInt;
3054 SizeType = UnsignedLong;
3066 SizeType = UnsignedLong;
3082 SizeType = UnsignedLong;
3200 SizeType
[all...]
H A DTargetInfo.cpp52 SizeType = UnsignedLong;
276 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong;
/external/lldb/include/lldb/Core/
H A DRangeMap.h38 typedef S SizeType; typedef in struct:lldb_private::Range
41 SizeType size;
49 Range (BaseType b, SizeType s) :
96 SizeType
103 SetByteSize (SizeType s)
174 typedef S SizeType; typedef in class:lldb_private::RangeArray
454 typedef S SizeType; typedef in class:lldb_private::RangeVector
/external/clang/include/clang/Basic/
H A DTargetInfo.h173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
207 IntType getSizeType() const { return SizeType; }
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h72 template<typename LhsScalar, typename RhsScalar, int KcFactor, typename SizeType>
73 void computeProductBlockingSizes(SizeType& k, SizeType& m, SizeType& n)
94 k = std::min<SizeType>(k, l1/kdiv);
95 SizeType _m = k>0 ? l2/(4 * sizeof(LhsScalar) * k) : 0;
99 template<typename LhsScalar, typename RhsScalar, typename SizeType>
100 inline void computeProductBlockingSizes(SizeType& k, SizeType& m, SizeType
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp72 static bool updateYUVComponentSizes(ImageDecoder* decoder, SkISize componentSizes[3], ImageDecoder::SizeType sizeType)
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h135 enum SizeType : unsigned char {
145 inline static SizeType getSizeType(unsigned nbytes);
150 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS)
155 SizeType Size;
161 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
/external/clang/include/clang/AST/
H A DExprCXX.h3455 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3457 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,
3466 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3469 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3231 QualType SizeType = SemaRef.Context.getSizeType(); local
3246 IterationVarName, SizeType,
3247 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
3253 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9144 QualType SizeType = S.Context.getSizeType(); local
9145 llvm::APInt Size(S.Context.getTypeSize(SizeType),
9183 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
9342 QualType SizeType = S.Context.getSizeType(); local
9353 IterationVarName, SizeType,
9354 S.Context.getTrivialTypeSourceInfo(SizeType, Lo
[all...]
H A DSemaExpr.cpp1567 QualType SizeType = Context.getSizeType();
1575 Context.getArrayDecayedType(StrTy), SizeType
1584 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1585 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
11896 QualType SizeType = S.Context.getSizeType(); local
11910 IterationVarName, SizeType,
11911 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
H A DSemaExprCXX.cpp1340 QualType SizeType = ArraySize->getType(); local
1342 if (!SizeType->isIntegralOrUnscopedEnumerationType())

Completed in 834 milliseconds

12