Searched refs:scale (Results 76 - 100 of 517) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGMatrix.h51 SVGMatrix scale(double s) function in class:WebCore::SVGMatrix
54 copy.scale(s, s);
61 copy.scale(sx, sy);
H A DSVGFEDisplacementMapElement.cpp39 DEFINE_ANIMATED_NUMBER(SVGFEDisplacementMapElement, SVGNames::scaleAttr, Scale, scale)
46 REGISTER_LOCAL_ANIMATED_PROPERTY(scale)
124 return displacementMap->setScale(scale());
160 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, xChannelSelector(), yChannelSelector(), scale());
H A DSVGPathParser.cpp157 point1.scale(2, 2);
190 point1.scale(gOneOverThree, gOneOverThree);
191 point2.scale(gOneOverThree, gOneOverThree);
217 cubicPoint.scale(2, 2);
225 point1.scale(gOneOverThree, gOneOverThree);
226 point2.scale(gOneOverThree, gOneOverThree);
424 midPointDistance.scale(0.5f);
435 // Check if the radii are big enough to draw the arc, scale radii if not.
444 pointTransform.scale(1 / rx, 1 / ry);
458 delta.scale(scaleFacto
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentView.h70 scale:(CGFloat)scale minimumScale:(CGFloat)minimumScale
74 - (void)didZoomToScale:(CGFloat)scale;
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnumber.cpp466 error("expected `;' after scale-indicator (got %1)",
561 "only `z' and `u' scale indicators valid in this context");
567 warning(WARN_SCALE, "scale indicator invalid in this context");
574 warning(WARN_SCALE, "`z' scale indicator invalid in this context");
586 *v = scale(*v, units_per_inch, divisor);
589 *v = scale(*v, units_per_inch*100, divisor*254);
597 *v = scale(*v, 65536, divisor);
600 *v = scale(*v, units_per_inch, divisor*72);
603 *v = scale(*v, units_per_inch, divisor*6);
609 *v = scale(*
653 units scale(units n, units x, units y) function
[all...]
H A Dtroff.h38 extern units scale(units n, units x, units y); // scale n by x/y
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/QuartzComposer/Chart/
H A DAppController.py19 # * "Scale": a NSNumber used to scale the chart bars
132 #Compute the maximum value and set the chart scale accordingly
140 scale = 1.0
142 scale = 1/max
143 self.view.setValue_forInputKey_(scale, kParameterKey_Scale)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/QuartzComposer/Chart/
H A DAppController.py19 # * "Scale": a NSNumber used to scale the chart bars
132 #Compute the maximum value and set the chart scale accordingly
140 scale = 1.0
142 scale = 1/max
143 self.view.setValue_forInputKey_(scale, kParameterKey_Scale)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/QuartzComposer/Chart/
H A DAppController.py19 # * "Scale": a NSNumber used to scale the chart bars
132 #Compute the maximum value and set the chart scale accordingly
140 scale = 1.0
142 scale = 1/max
143 self.view.setValue_forInputKey_(scale, kParameterKey_Scale)
/macosx-10.10/WebCore-7600.1.25/html/
H A DImageDocument.h66 float scale();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEDisplacementMap.h50 float scale() const;
H A DSourceGraphic.cpp48 paintRect.scale(filter.filterResolution().width(), filter.filterResolution().height());
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextChunkBuilder.h54 void buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SVGTextFragment&, AffineTransform&);
H A DRenderSVGRoot.cpp120 static inline LayoutUnit resolveLengthAttributeForSVG(const Length& length, float scale, float maxSize) argument
122 return valueForLength(length, maxSize) * (length.isFixed() ? scale : 1);
326 float scale = style().effectiveZoom(); local
329 m_localToBorderBoxTransform = svgSVGElement().viewBoxToViewTransform(contentWidth() / scale, contentHeight() / scale);
330 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero())
332 m_localToBorderBoxTransform = AffineTransform(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding.height() + translate.y()) * m_localToBorderBoxTransform;
/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImageForContainer.cpp34 scaledContainerSize.scale(m_zoom);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpointTreeElement.css68 -webkit-transform: scale(0);
75 -webkit-transform: scale(0.85);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DTiledCoreAnimationDrawingArea.h98 virtual void adjustTransientZoom(double scale, WebCore::FloatPoint origin) override;
99 virtual void commitTransientZoom(double scale, WebCore::FloatPoint origin) override;
100 void applyTransientZoomToPage(double scale, WebCore::FloatPoint origin);
104 void applyTransientZoomToLayers(double scale, WebCore::FloatPoint origin);
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpal_native.h74 uint32_t scale; /* tsc -> nanosec multiplier */ member in struct:pal_rtc_nanotime
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dtroff.cpp217 double scale; member in class:troff_output
263 return position((pos.x - upper_left.x)/scale,
264 (upper_left.y - pos.y)/scale);
281 scale = compute_scale(sc, ll, ur);
282 height = (ur.y - ll.y)/scale;
283 double width = (ur.x - ll.x)/scale;
329 c.x - rad/scale,
332 rad*2.0/scale);
343 c.x - dim.x/(2.0*scale),
346 dim.x/scale, di
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebIndicateLayer.mm60 CGFloat documentScale = [[[_webView mainFrame] documentView] scale];
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerBackingStore.h53 void ensureBackingStore(WebCore::FloatSize, float scale, bool acceleratesDrawing, bool isOpaque);
61 float scale() const { return m_scale; } function in class:WebKit::RemoteLayerBackingStore
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py99 scale = self.mapScale * (self.graphRadius / self.mapBaseRadius) * self.gain / self.totalField
100 xImageSize = scale * self.mapRect[sze][x]
101 yImageSize = scale * self.mapRect[sze][y]
119 def drawCircle(self, scale):
121 radius = self.graphRadius*scale
224 scale = 0.5 * self.mapScale * (self.gain / self.totalField) * (self.graphRadius / self.mapBaseRadius)
225 xOffset = xDelta / (scale * self.mapRect[sze][x])
226 yOffset = yDelta / (scale * self.mapRect[sze][y])
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphView.py99 scale = self.mapScale * (self.graphRadius / self.mapBaseRadius) * self.gain / self.totalField
100 xImageSize = scale * self.mapRect[sze][x]
101 yImageSize = scale * self.mapRect[sze][y]
119 def drawCircle(self, scale):
121 radius = self.graphRadius*scale
224 scale = 0.5 * self.mapScale * (self.gain / self.totalField) * (self.graphRadius / self.mapBaseRadius)
225 xOffset = xDelta / (scale * self.mapRect[sze][x])
226 yOffset = yDelta / (scale * self.mapRect[sze][y])
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DCGraphView.py99 scale = self.mapScale * (self.graphRadius / self.mapBaseRadius) * self.gain / self.totalField
100 xImageSize = scale * self.mapRect[sze][x]
101 yImageSize = scale * self.mapRect[sze][y]
119 def drawCircle(self, scale):
121 radius = self.graphRadius*scale
224 scale = 0.5 * self.mapScale * (self.gain / self.totalField) * (self.graphRadius / self.mapBaseRadius)
225 xOffset = xDelta / (scale * self.mapRect[sze][x])
226 yOffset = yDelta / (scale * self.mapRect[sze][y])
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dstartup.c704 int scale = 0; local
710 scale = (int)((uint64_t)sane_size / (uint64_t)(8 * 1024 * 1024 *1024ULL));
712 if (scale > 16)
713 scale = 16;
716 scale = 2;
718 task_max = MAX(task_max, task_max_base * scale);
720 if (scale != 0) {
727 bsd_scale_setup(scale);

Completed in 147 milliseconds

1234567891011>>