Searched refs:sizeType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp72 static bool updateYUVComponentSizes(ImageDecoder* decoder, SkISize componentSizes[3], ImageDecoder::SizeType sizeType) argument
79 IntSize size = decoder->decodedYUVSize(0, sizeType);
81 size = decoder->decodedYUVSize(1, sizeType);
83 size = decoder->decodedYUVSize(2, sizeType);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp88 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength) argument
90 if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto()))
H A DRenderObject.cpp889 EFillSizeType sizeType = layer.sizeType();
891 if (sizeType == Contain || sizeType == Cover)
894 if (sizeType == SizeLength) {
926 EFillSizeType sizeType = layer.sizeType();
928 if (sizeType == Contain || sizeType == Cover)
931 if (sizeType
[all...]
H A DRenderFlexibleBox.cpp414 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox& child, SizeType sizeType, const Length& size) argument
424 return child.computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child.borderAndPaddingLogicalWidth();
H A DRenderBox.cpp2532 bool RenderBox::logicalHeightComputesAsNone(SizeType sizeType) const
2534 ASSERT(sizeType == MinSize || sizeType == MaxSize);
2535 Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeight();
2536 Length initialLogicalHeight = sizeType == MinSize ? RenderStyle::initialMinSize() : RenderStyle::initialMaxSize();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp259 LayoutSize ImageResource::imageSizeForRenderer(const RenderObject* renderer, float multiplier, SizeType sizeType) argument
270 else if (m_image->isSVGImage() && sizeType == NormalSize)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.h81 EFillSizeType sizeType() const { return static_cast<EFillSizeType>(m_sizeType); } function in class:blink::FillLayer
H A DRenderStyle.h651 EFillSizeType backgroundSizeType() const { return m_background->background().sizeType(); }
664 EFillSizeType maskSizeType() const { return rareNonInheritedData->m_mask.sizeType(); }
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp255 static IntSize computeYUVSize(const jpeg_decompress_struct* info, int component, ImageDecoder::SizeType sizeType) argument
257 if (sizeType == ImageDecoder::SizeForMemoryAllocation) {
720 IntSize JPEGImageDecoder::decodedYUVSize(int component, ImageDecoder::SizeType sizeType) const
726 return computeYUVSize(info, component, sizeType);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Console.h60 HDWP OnSize(HDWP hdwp, int sizeType, CRect *pnCltRect, CRect *poCltRect, CRect *pR0, CWnd *pDlg);
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1215 QualType sizeType = getContext().getSizeType(); local
1230 allocatorArgs.add(RValue::get(allocSize), sizeType); local

Completed in 837 milliseconds