Searched refs:scale (Results 376 - 400 of 517) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c733 u_int32_t scale; local
780 * Otherwise calculate the scale factor and select
781 * the queue with the lowest scale factor. This
785 scale = cl->cl_bw_current * 100 / cl->cl_bandwidth;
786 if (scale < best_scale) {
789 best_scale = scale;
/macosx-10.10/WebCore-7600.1.25/page/
H A DDragController.cpp851 // Later code expects the drag image to be scaled by device's scale factor.
898 float scale = fittedSize.width() / (float)layoutRect.width(); local
899 float dx = scale * (layoutRect.x() - mouseDownPoint.x());
905 float dy = scale * (originY - mouseDownPoint.y());
H A DPage.h278 void setPageScaleFactor(float scale, const IntPoint& origin, bool inStableState = true);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.cpp975 creationInfo.scale = updateInfo.scaleFactor;
1099 // Scale by the effective scale factor to compute the screen-relative bounds.
1100 scaledBounds.scale(effectiveContentsScale());
1107 alignedBounds.scale(1 / effectiveContentsScale());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DAutoTableLayout.cpp187 bool scale = true; local
201 scale = false;
209 return scale;
H A DRenderThemeMac.mm928 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
1145 paintInfo.context->scale(FloatSize(-1, 1));
1280 // Since we actually know the size of the control here, we restrict the font scale to make sure the arrows will fit vertically in the bounds
1563 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
1590 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
1704 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
1815 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_jnl.c389 int scale; local
395 scale = ((long long)sfs.f_bsize * (long long)((unsigned int)sfs.f_blocks)) / (100*1024*1024*1024ULL);
396 journal_size *= (scale + 1);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1834 GstElement* scale = gst_element_factory_make("scaletempo", 0);
1835 if (!scale) {
1844 gst_bin_add_many(GST_BIN(audioSinkBin), scale, convert, resample, m_autoAudioSink.get(), NULL); local
1846 if (!gst_element_link_many(scale, convert, resample, m_autoAudioSink.get(), NULL)) {
1852 GRefPtr<GstPad> pad = adoptGRef(gst_element_get_static_pad(scale, "sink"));
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c331 uint32_t scale = 0; local
334 scale = (uint32_t)(sane_size / (2 * GB));
336 scale = 4 + (uint32_t)((sane_size - (8 * GB))/ (4 * GB));
338 scale = 10 + (uint32_t)MIN(4, ((sane_size - (32 * GB))/ (8 * GB)));
340 return scale;
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerSH4.h671 lshift32(TrustedImm32(address.scale), scaledIndex);
676 lshift32(TrustedImm32(address.scale), dest);
697 lshift32(TrustedImm32(address.scale), scr);
725 lshift32(TrustedImm32(address.scale), scr);
735 lshift32(TrustedImm32(address.scale), scr);
883 lshift32(TrustedImm32(address.scale), scr);
901 lshift32(TrustedImm32(address.scale), scr);
939 lshift32(TrustedImm32(address.scale), scr);
993 lshift32(TrustedImm32(address.scale), scr);
1541 lshift32(TrustedImm32(left.scale), sc
[all...]
H A DARMAssembler.h1070 void baseIndexTransfer32(DataTransferTypeA, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset);
1072 void baseIndexTransfer16(DataTransferTypeB, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset);
1074 void baseIndexTransferFloat(DataTransferTypeFloat, FPRegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp607 void CanvasRenderingContext2D::scale(float sx, float sy) function in class:WebCore::CanvasRenderingContext2D
631 c->scale(FloatSize(sx, sy));
1283 size.scale(toRenderImage(image->renderer())->imageDevicePixelRatio());
1553 c->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
2025 dirtyRect.scale(1 / canvas()->deviceScaleFactor());
2326 maskImageContext->scale(FloatSize((fontWidth > 0 ? (width / fontWidth) : 0), 1));
2347 c->scale(FloatSize((fontWidth > 0 ? (width / fontWidth) : 0), 1));
H A DCanvasRenderingContext2D.h112 void scale(float sx, float sy);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp200 void scale(const FloatSize& size) function in class:WebCore::GraphicsContextPlatformPrivate
1107 void GraphicsContext::scale(const FloatSize& size) function in class:WebCore::GraphicsContext
1109 m_data->scale(size);
1387 double scale = (m_data->m_transform.a() + m_data->m_transform.d()) * 0.5; local
1388 float r0 = gradient->startRadius() * scale;
1389 float r1 = gradient->endRadius() * scale;
1509 gc.scale(FloatSize(m_data->m_transform.a(), m_data->m_transform.d()));
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalcalg2.el534 (defun math-deriv-gamma (a x scale)
535 (math-mul scale
548 (defun math-deriv-beta (x a b scale)
551 scale))
2681 (scale degree))
2682 (while (and (> scale 1) (= (car math-t3) 1))
2683 (and (= (% degree scale) 0)
2689 (if (= (% n scale) 0)
2696 (setq math-t3 (cons scale (cdr math-t3))
2698 (setq scale (
[all...]
H A Dcalc-poly.el743 (scale (nth 2 t1)))
751 (setq scale (math-div scale den))
759 (setq scale (math-div scale den))
768 (math-mul-list (nth 1 t1) scale)
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqr.vim161 syn keyword sqrParam x-axis-scale x-axis-tick-mark-placement xor
166 syn keyword sqrParam y-axis-minor-tick-marks y-axis-scale
175 syn keyword sqrParam y2-axis-minor-tick-marks y2-axis-scale
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp505 void EwkView::setDeviceScaleFactor(float scale) argument
508 WKPageSetCustomBackingScaleFactor(wkPage(), scale); local
510 // Update internal viewport size after device-scale change.
557 uiSize.scale(1 / deviceScaleFactor());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.h353 void scalePage(double scale, const WebCore::IntPoint& origin);
354 void scalePageInViewCoordinates(double scale, WebCore::IntPoint centerInViewCoordinates);
751 void dynamicViewportSizeUpdate(const WebCore::FloatSize& minimumLayoutSize, const WebCore::FloatSize& minimumLayoutSizeForMinimalUI, const WebCore::FloatSize& maximumUnobscuredSize, const WebCore::FloatRect& targetExposedContentRect, const WebCore::FloatRect& targetUnobscuredRect, const WebCore::FloatRect& targetUnobscuredRectInScrollViewCoordinates, double scale, int32_t deviceOrientation);
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic.y433 { define_variable("scale", 1.0); }
1654 int scaled; // non-zero if val should be multiplied by scale
1672 { "scale", 1.0, 0 },
1719 if (strcmp(name, "scale") == 0) {
1720 // When the scale changes, reset all scaled pre-defined variables to
1747 double scale;
1748 lookup_variable("scale", &scale);
1749 val *= scale;
1760 // aren't scaled because `scale' i
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c775 sha256_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale) argument
1136 sha512_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale) argument
1205 sha384_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale) argument
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb45 # * Isometric plots, where the scale of the coordinates in the two
939 def initialize(*args) # args := ([parent,] names, scale, style [, keys])
943 @scale = args.shift
951 @scale = args.shift
967 array2tk_list(@names), @scale, @style)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormant.c269 /* scale delta-frequency cost and add in prev. cum. cost */
746 if(insert > 1) k = (32767 * 32767)/k; /* prepare to scale data */
752 /* Insert zero samples to boost the sampling frequency and scale the
889 double scale, fn; local
909 scale = 32767.0/(.5 * LCSIZ);
911 lcf[i] = (short) (scale * (.5 + (.4 * cos(fn * ((double)i)))));
/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.cpp191 // Resolve minimum-scale and maximum-scale values according to spec.
204 // Resolve initial-scale value.
211 // if 'auto', the initial-scale will be negative here and thus ignored.
216 // Constrain initial-scale value to minimum-scale/maximum-scale range.
234 // Extend width and height to fill the visual viewport for the resolved initial-scale.
257 result.scale(1 / devicePixelRatio);
388 else if (keyString == "initial-scale")
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp314 imageSize.scale(widthScale, heightScale);

Completed in 568 milliseconds

<<11121314151617181920>>