HomeSort by relevance Sort by last modified time
    Searched refs:sizeType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.cpp 72 static bool updateYUVComponentSizes(ImageDecoder* decoder, SkISize componentSizes[3], ImageDecoder::SizeType sizeType)
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/
RenderScrollbarPart.cpp 88 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength)
90 if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto()))
RenderObject.cpp 889 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 == SizeLength)
    [all...]
RenderFlexibleBox.cpp 414 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox& child, SizeType sizeType, const Length& size)
424 return child.computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child.borderAndPaddingLogicalWidth();
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 259 LayoutSize ImageResource::imageSizeForRenderer(const RenderObject* renderer, float multiplier, SizeType sizeType)
270 else if (m_image->isSVGImage() && sizeType == NormalSize)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 81 EFillSizeType sizeType() const { return static_cast<EFillSizeType>(m_sizeType); }
RenderStyle.h 651 EFillSizeType backgroundSizeType() const { return m_background->background().sizeType(); }
664 EFillSizeType maskSizeType() const { return rareNonInheritedData->m_mask.sizeType(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 255 static IntSize computeYUVSize(const jpeg_decompress_struct* info, int component, ImageDecoder::SizeType sizeType)
257 if (sizeType == ImageDecoder::SizeForMemoryAllocation) {
720 IntSize JPEGImageDecoder::decodedYUVSize(int component, ImageDecoder::SizeType sizeType) const
726 return computeYUVSize(info, component, sizeType);
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 60 HDWP OnSize(HDWP hdwp, int sizeType, CRect *pnCltRect, CRect *poCltRect, CRect *pR0, CWnd *pDlg);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 569 milliseconds