Searched refs:scale (Results 351 - 375 of 517) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ruby-106/ruby/
H A Dutil.c1947 int scale; local
2298 scale = 0;
2381 scale = 2*P;
2385 if (scale && (j = 2*P + 1 - ((word0(rv) & Exp_mask)
2460 j = bbe - scale;
2485 bd2 += scale;
2536 if (!scale || y > 2*P*Exp_msk1)
2548 if (scale && (y = word0(rv) & Exp_mask)
2579 if (scale && (y = word0(rv) & Exp_mask) <= 2*P*Exp_msk1)
2641 (scale
[all...]
H A Drandom.c1118 int scale = 1; local
1123 scale = 2;
1138 if (scale > 1) {
1139 return rb_float_new(+(+(+(r - 0.5) * max) * scale) + mid);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h391 double displayedContentScale() const { return m_lastVisibleContentRectUpdate.scale(); }
395 void updateVisibleContentRects(const WebCore::FloatRect& exposedRect, const WebCore::FloatRect& unobscuredRect, const WebCore::FloatRect& unobscuredRectInScrollViewCoordinates, const WebCore::FloatRect& customFixedPositionRect, double scale, bool inStableState, bool isChangingObscuredInsetsInteractively, double timestamp, double horizontalVelocity, double verticalVelocity, double scaleChangeRate);
572 void scalePage(double scale, const WebCore::IntPoint& origin);
573 void scalePageInViewCoordinates(double scale, const WebCore::IntPoint& centerInViewCoordinates);
1223 void restorePageState(const WebCore::FloatRect&, double scale);
1224 void restorePageCenterAndScale(const WebCore::FloatPoint&, double scale);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp1241 // Use FloatSize to avoid truncated values during scale.
1250 contentFixedSize.scale(1 / attr.initialScale);
1356 void WebPage::scalePage(double scale, const IntPoint& origin) argument
1358 bool willChangeScaleFactor = scale != pageScaleFactor();
1369 pluginView->setPageScaleFactor(scale, origin);
1373 m_page->setPageScaleFactor(scale, origin);
1385 send(Messages::WebPageProxy::PageScaleFactorDidChange(scale));
1388 void WebPage::scalePageInViewCoordinates(double scale, IntPoint centerInViewCoordinates) argument
1390 if (scale == pageScaleFactor())
1394 double scaleRatio = scale / pageScaleFacto
[all...]
H A DFindController.cpp268 backingStoreSize.scale(deviceScaleFactor);
278 graphicsContext->scale(FloatSize(deviceScaleFactor, deviceScaleFactor));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c4968 double scale; local
5000 scale = 1.0;
5004 scale = 1.0/2.54;
5008 scale = 2.54;
5022 x1 = (uint32) (crop->corners[i].X1 * scale * xres);
5023 x2 = (uint32) (crop->corners[i].X2 * scale * xres);
5024 y1 = (uint32) (crop->corners[i].Y1 * scale * yres);
5025 y2 = (uint32) (crop->corners[i].Y2 * scale * yres);
5102 tmargin = (uint32)(crop->margins[0] * scale * yres);
5103 lmargin = (uint32)(crop->margins[1] * scale * xre
5454 double scale; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java348 // round 'd' to 'scale' digits, and return result as string
349 static String showRounded(double d, int scale) { argument
351 setScale(scale, BigDecimal.ROUND_HALF_DOWN).toString();
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.i251 TimeScale scale;
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Darm64.rb229 (node.opcode =~ /^lea/ or address.scale == 1 or address.scale == size)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.h286 void drawNativeImage(PassNativeImagePtr, const FloatSize& selfSize, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, float scale = 1, CompositeOperator = CompositeSourceOver, BlendMode = BlendModeNormal, ImageOrientation = DefaultImageOrientation);
457 void scale(const FloatSize&);
481 // This function applies the device scale factor to the context, making the context capable of
H A DFloatRect.cpp142 void FloatRect::scale(float sx, float sy) function in class:WebCore::FloatRect
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEGaussianBlur.cpp454 kernelSize.scale(filter().filterScale());
457 paintSize.scale(filter().filterScale());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderReplaced.cpp287 intrinsicSize.scale(style().effectiveZoom());
290 intrinsicSize.scale(toRenderImage(this)->imageDevicePixelRatio());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp345 void WKBundlePageSetScaleAtOrigin(WKBundlePageRef pageRef, double scale, WKPoint origin) argument
347 toImpl(pageRef)->scalePage(scale, toIntPoint(origin));
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb1213 @canvas.scale('I14L_0', ox, oy, sc, sc)
1215 @canvas.scale('I14L_1', ox, oy, sc, sc)
1223 @canvas.scale('I14R_0', ox, oy, sc, sc)
1225 @canvas.scale('I14R_1', ox, oy, sc, sc)
1256 @canvas.scale('I15a', 824, 599, 1, 0.3) # Button down
1705 @canvas.scale('I23b', ox, oy, 0.9, 0.5)
1766 @canvas.scale('I24', ox, oy, 1.25, 1.25)
1797 @canvas.scale('I24', ox, oy, 0.8, 0.8)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb1217 @canvas.scale('I14L_0', ox, oy, sc, sc)
1219 @canvas.scale('I14L_1', ox, oy, sc, sc)
1227 @canvas.scale('I14R_0', ox, oy, sc, sc)
1229 @canvas.scale('I14R_1', ox, oy, sc, sc)
1260 @canvas.scale('I15a', 824, 599, 1, 0.3) # Button down
1709 @canvas.scale('I23b', ox, oy, 0.9, 0.5)
1770 @canvas.scale('I24', ox, oy, 1.25, 1.25)
1802 @canvas.scale('I24', ox, oy, 0.8, 0.8)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c1154 bsd_exec_setup(int scale) argument
1157 switch (scale) {
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.c858 rtc_nanotime->scale = pal_rtc_nanotime_info.scale;
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.cpp161 cornerRadii.scale(calcBorderRadiiConstraintScaleFor(logicalRect, cornerRadii));
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferencesPrivate.h155 - (void)setPDFScaleFactor:(float)scale;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.h105 void setDeviceScaleFactor(float scale);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp561 bitmapSize.scale(deviceScaleFactor);
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesf.cc134 scale(mrows, mcols);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledcanvas.rb286 def scale(tag, x, y, xs, ys) method in class:Tk
287 tk_send_without_enc('scale', tagid(tag), x, y, xs, ys)
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStrToD.c1598 int scale; /* Scale factor for M */
1599 int multiplier; /* Power of two to scale M */
1681 * term. Because 2M may well overflow a double, we need to scale the
1685 scale = binExponent - mantBits - 1;
1693 multiplier = M2 + scale + 1;
1719 quot = SafeLdExp(num/den, scale);
1819 * then scale either s or r, mplus, mminus by an appropriate power of ten.
1868 * exponent. We need to scale by FLT_RADIX again to cope with the
1592 int scale; /* Scale factor for M */ local

Completed in 599 milliseconds

<<11121314151617181920>>