Searched refs:multiplier (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderImageResource.h60 virtual LayoutSize imageSize(float multiplier) const;
61 virtual LayoutSize intrinsicSize(float multiplier) const;
70 LayoutSize getImageSize(float multiplier, CachedImage::SizeType) const;
H A DRenderImageResource.cpp120 LayoutSize RenderImageResource::imageSize(float multiplier) const
122 return getImageSize(multiplier, CachedImage::UsedSize);
125 LayoutSize RenderImageResource::intrinsicSize(float multiplier) const
127 return getImageSize(multiplier, CachedImage::IntrinsicSize);
130 LayoutSize RenderImageResource::getImageSize(float multiplier, CachedImage::SizeType type) const argument
134 LayoutSize size = m_cachedImage->imageSizeForRenderer(m_renderer, multiplier, type);
H A DRenderImageResourceStyleImage.h54 virtual LayoutSize imageSize(float multiplier) const override { return LayoutSize(m_styleImage->imageSize(m_renderer, multiplier)); }
55 virtual LayoutSize intrinsicSize(float multiplier) const override { return LayoutSize(m_styleImage->imageSize(m_renderer, multiplier)); }
H A DTextAutosizer.h54 static float computeAutosizedFontSize(float specifiedSize, float multiplier);
64 void processClusterInternal(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&, float multiplier);
67 void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
H A DTextAutosizer.cpp149 float multiplier = logicalClusterWidth / logicalWindowWidth; local
150 multiplier *= m_document->settings()->textAutosizingFontScaleFactor();
151 return std::max(1.0f, multiplier);
154 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo, float multiplier) argument
156 processContainer(multiplier, container, clusterInfo, subtreeRoot, windowInfo);
172 float multiplier = 1.0; local
174 multiplier = clusterMultiplier(clusterInfo.root->style()->writingMode(), windowInfo, textWidth);
175 processClusterInternal(clusterInfo, container, subtreeRoot, windowInfo, multiplier);
190 float multiplier = 1.0; local
192 multiplier
199 processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo) argument
229 setMultiplier(RenderObject* renderer, float multiplier) argument
236 computeAutosizedFontSize(float specifiedSize, float multiplier) argument
[all...]
H A DRenderEmbeddedObject.h83 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Element** stopElement = nullptr, RenderBox* startBox = nullptr, const IntPoint& wheelEventAbsolutePoint = IntPoint()) override final;
84 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier, Element** stopElement) override final;
H A DRenderTextControlSingleLine.h72 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Element** stopElement = nullptr, RenderBox* startBox = nullptr, const IntPoint& wheelEventAbsolutePoint = IntPoint()) override final;
73 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Element** stopElement = 0) override final;
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleCachedImage.cpp49 bool StyleCachedImage::canRender(const RenderObject* renderer, float multiplier) const
51 return m_image->canRender(renderer, multiplier);
64 FloatSize StyleCachedImage::imageSize(const RenderElement* renderer, float multiplier) const
66 return m_image->imageSizeForRenderer(renderer, multiplier);
H A DStyleCachedImageSet.cpp57 bool StyleCachedImageSet::canRender(const RenderObject* renderer, float multiplier) const
59 return m_bestFitImage->canRender(renderer, multiplier);
72 FloatSize StyleCachedImageSet::imageSize(const RenderElement* renderer, float multiplier) const
74 FloatSize scaledImageSize = m_bestFitImage->imageSizeForRenderer(renderer, multiplier);
H A DStyleGeneratedImage.cpp45 FloatSize StyleGeneratedImage::imageSize(const RenderElement* renderer, float multiplier) const
49 if (multiplier == 1.0f)
52 float width = fixedSize.width() * multiplier;
53 float height = fixedSize.height() * multiplier;
H A DTextSizeAdjustment.h34 float multiplier() const { return m_value / 100; } function in class:TextSizeAdjustment
H A DStyleCachedImage.h48 virtual bool canRender(const RenderObject*, float multiplier) const override;
51 virtual FloatSize imageSize(const RenderElement*, float multiplier) const override;
H A DStyleCachedImageSet.h64 virtual bool canRender(const RenderObject*, float multiplier) const override;
67 virtual FloatSize imageSize(const RenderElement*, float multiplier) const override;
/macosx-10.10/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c60 off_t multiplier = 1; local
93 b_num = *argv++; /* Size of file and byte multiplier */
97 switch(b_num[len]) { /* Figure out multiplier */
100 multiplier = 512;
104 multiplier = 1024;
108 multiplier = 1024 * 1024;
112 multiplier = 1024 * 1024 * 1024;
128 create_file(*argv, file_size*multiplier, empty, verbose);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DExecutionCounter.cpp79 double multiplier = local
84 double multiplier = 1.0;
87 ASSERT(multiplier >= 1.0);
88 return multiplier * value;
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A DnumbersInternals.h64 int multiplier; /* Scaling for percent or permille */ member in struct:_xsltFormatNumberInfo
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapStatistics.cpp145 size_t multiplier = 1; local
151 multiplier = KB;
154 multiplier = MB;
157 multiplier = GB;
162 return value * multiplier;
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dsleep.c64 static int multiplier[7] = { 1, 100000, 10000, 1000, 100, 10, 1 }; variable
101 usec *= multiplier[n];
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.h67 bool canRender(const RenderObject* renderer, float multiplier) { return !errorOccurred() && !imageSizeForRenderer(renderer, multiplier).isEmpty(); } argument
81 // This method takes a zoom multiplier that can be used to increase the natural size of the image by the zoom.
82 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = UsedSize); // returns the size of the complete image.
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm83 static float multiplier = -1;
84 if (multiplier < 0) {
85 multiplier = [[NSUserDefaults standardUserDefaults] floatForKey:@"NSScrollWheelMultiplier"];
86 if (multiplier <= 0)
87 multiplier = 1;
89 return multiplier;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollAnimatorNone.h58 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
110 bool updateDataFromParameters(float step, float multiplier, float scrollableSize, double currentTime, Parameters*);
H A DScrollAnimator.h58 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleFontSizeFunctions.cpp165 static int findNearestLegacyFontSize(int pixelFontSize, const T* table, int multiplier) argument
169 if (pixelFontSize * 2 < (table[i] + table[i + 1]) * multiplier)
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCueGeneric.cpp92 double multiplier = m_fontSizeFromCaptionUserPrefs / authorFontSize; local
93 double newCueSize = std::min(size * multiplier, 100.0);
96 if ((alignment == CSSValueMiddle || alignment == CSSValueCenter) && multiplier != 1.0)
100 if ((alignment == CSSValueMiddle || alignment == CSSValueCenter) && multiplier != 1.0)

Completed in 121 milliseconds

1234