Searched refs:scale (Results 426 - 450 of 517) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFont.c2230 int minHi, maxHi, minLo, maxLo, scale, checkLo;
2254 scale = maxLo - minLo + 1;
2282 n = (hi - minHi) * scale + lo - minLo;
2204 int minHi, maxHi, minLo, maxLo, scale, checkLo; local
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c2113 int minHi, maxHi, minLo, maxLo, scale, checkLo;
2137 scale = maxLo - minLo + 1;
2165 n = (hi - minHi) * scale + lo - minLo;
2090 int minHi, maxHi, minLo, maxLo, scale, checkLo; local
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm4170 - (void)_scaleWebView:(float)scale atOrigin:(NSPoint)origin
4172 _private->page->setPageScaleFactor(scale, IntPoint(origin));
6383 float scale = [[mainFrameView documentView] scale];
6385 [plainWhiteView setScale:scale];
7087 float scale = [op _web_pageSetupScaleFactor];
7088 [info setTopMargin:originalTopMargin + [self _headerHeight] * scale];
7089 [info setBottomMargin:originalBottomMargin + [self _footerHeight] * scale];
7097 float scale = [op _web_pageSetupScaleFactor];
7100 float headerFooterLeft = [printInfo leftMargin]/scale;
[all...]
H A DWebHTMLView.mm1859 - (void)setScale:(float)scale
1861 [super setScale:scale];
1867 page->setPageScaleFactor(scale, IntPoint());
6599 float scale = page->pageScaleFactor() * page->deviceScaleFactor();
6609 size_t width = static_cast<size_t>(rect.size.width * scale);
6610 size_t height = static_cast<size_t>(rect.size.height * scale);
6625 CGContextScaleCTM(contextRef, scale, scale);
6626 CGContextSetBaseCTM(contextRef, CGAffineTransformMakeScale(scale, scale));
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.h475 unsigned scale() { return (m_opcode >> 10) & 0x3f; } function in class:JSC::ARM64Disassembler::A64DOpcodeFloatingFixedPointConversions
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Drisc.rb205 list << Instruction.new(codeOrigin, "leap", [BaseIndex.new(codeOrigin, base, index, scale, Immediate.new(codeOrigin, 0)), tmp])
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCanvasElement.cpp506 deviceRect.scale(m_deviceScaleFactor);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorOverlayPage.js181 context.scale(deviceScaleFactor, deviceScaleFactor);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp545 context->scale(FloatSize(1, -1));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.js368 ctx.scale(scaleFactor, scaleFactor);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp590 backingStoreSize.scale(contentsScaleFactor());
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp531 vunits v = scale(amount[i], gap, total);
/macosx-10.10/ksh-23/ksh/src/lib/libsum/
H A Dsum-md5.c334 md5_print(Sum_t* p, Sfio_t* sp, register int flags, size_t scale) argument
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesf.h542 void scale(int& rows, int& ncols) const { function in class:NCursesForm
/macosx-10.10/vim-55/runtime/syntax/
H A Dtcl.vim82 " scale
108 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<scale\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
H A Dgnuplot.vim103 syn keyword gnuplotType label nolabel logscale nolog[scale] missing center font locale
H A Dpov.vim29 syn keyword povTransform inverse matrix rotate scale translate transform
H A Dvrml.vim39 syn keyword VRMLFields rotation scale scaleOrientation shininess
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c484 offsetof(pal_rtc_nanotime_t, scale));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp448 float scale = 1 / sum; local
450 kernel[i] *= scale;
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DLegacyTileGrid.mm102 tilePixelSize.scale(m_tileCache->screenScale());
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1134 \ 'bcadd(': 'string left_operand, string right_operand [, int scale] | string',
1135 \ 'bccomp(': 'string left_operand, string right_operand [, int scale] | int',
1136 \ 'bcdiv(': 'string left_operand, string right_operand [, int scale] | string',
1138 \ 'bcmul(': 'string left_operand, string right_operand [, int scale] | string',
1151 \ 'bcpow(': 'string x, string y [, int scale] | string',
1152 \ 'bcpowmod(': 'string x, string y, string modulus [, int scale] | string',
1153 \ 'bcscale(': 'int scale | bool',
1154 \ 'bcsqrt(': 'string operand [, int scale] | string',
1155 \ 'bcsub(': 'string left_operand, string right_operand [, int scale] | string',
1289 \ 'cpdf_set_horiz_scaling(': 'int pdf_document, float scale | boo
[all...]
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic.cpp3507 int scaled; // non-zero if val should be multiplied by scale
3525 { "scale", 1.0, 0 },
3572 if (strcmp(name, "scale") == 0) {
3573 // When the scale changes, reset all scaled pre-defined variables to
3600 double scale; local
3601 lookup_variable("scale", &scale);
3602 val *= scale;
3613 // aren't scaled because `scale' is not scaled, and changing the
3614 // value of `scale' wil
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundProc.c940 float preemph = 0.0, scale = 1.0; local
950 "-windowtype", "-preemphasisfactor", "-scale", "-progress", NULL
1056 scale = (float) dscale;
1165 powers[j] = (float) (SNACK_DB * log(scale * power / (float)(winlen - winstart)));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1975 void WebPageProxy::scalePage(double scale, const IntPoint& origin) argument
1980 m_pageScaleFactor = scale;
1981 m_process->send(Messages::WebPage::ScalePage(scale, origin), m_pageID);
1984 void WebPageProxy::scalePageInViewCoordinates(double scale, const IntPoint& centerInViewCoordinates) argument
1989 m_pageScaleFactor = scale;
1990 m_process->send(Messages::WebPage::ScalePageInViewCoordinates(scale, centerInViewCoordinates), m_pageID);

Completed in 939 milliseconds

<<11121314151617181920>>