Searched defs:scale (Results 401 - 425 of 429) sorted by relevance

<<1112131415161718

/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp681 SkScalar scale = SkScalarMul(fRec.fTextSize, getFontScale(fCGFont)); local
682 fVerticalMatrix.preScale(scale, scale);
1131 static int lerpScale(int dst, int src, int scale) { argument
1132 return dst + (scale * (src - dst) >> 23);
1157 int scale = (1 << 23) * lumBits / SkScalerContext::kLuminance_Max;
1158 int scaleR = scale;
1159 int scaleG = scale;
1160 int scaleB = scale;
1364 * Our subpixel resolution is only 2 bits in each direction, so a scale o
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DX86Assembler.h801 void cmpb_im(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
803 m_formatter.oneByteOp(OP_GROUP1_EbIb, GROUP1_OP_CMP, base, index, scale, offset);
807 void cmpl_im(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
810 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_CMP, base, index, scale, offset);
813 m_formatter.oneByteOp(OP_GROUP1_EvIz, GROUP1_OP_CMP, base, index, scale, offset);
862 void cmpq_im(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
865 m_formatter.oneByteOp64(OP_GROUP1_EvIb, GROUP1_OP_CMP, base, index, scale, offset);
868 m_formatter.oneByteOp64(OP_GROUP1_EvIz, GROUP1_OP_CMP, base, index, scale, offset);
890 void cmpw_rm(RegisterID src, int offset, RegisterID base, RegisterID index, int scale) argument
893 m_formatter.oneByteOp(OP_CMP_EvGv, src, base, index, scale, offse
896 cmpw_im(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
937 testb_im(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
943 testl_i32m(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
967 testq_i32m(int imm, int offset, RegisterID base, RegisterID index, int scale) argument
1045 movl_rm(RegisterID src, int offset, RegisterID base, RegisterID index, int scale) argument
1070 movl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) argument
1113 movq_rm(RegisterID src, int offset, RegisterID base, RegisterID index, int scale) argument
1140 movq_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) argument
1192 movzwl_mr(int offset, RegisterID base, RegisterID index, int scale, RegisterID dst) argument
1732 oneByteOp(OneByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, int offset) argument
1774 twoByteOp(TwoByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, int offset) argument
1838 oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, int offset) argument
2018 putModRmSib(ModRmMode mode, int reg, RegisterID base, RegisterID index, int scale) argument
2081 memoryModRM(int reg, RegisterID base, RegisterID index, int scale, int offset) argument
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h621 void (*scale)(ANPCanvas*, float sx, float sy); member in struct:ANPCanvasInterfaceV0
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp324 // Spools the printed page, a subrect of m_frame. Skip the scale step.
326 // instead. Returns the scale to be applied.
332 float scale = m_printedPageWidth / pageRect.width(); local
336 ctx.scale(WebCore::FloatSize(scale, scale));
343 return scale;
401 // Spools the printed page, a subrect of m_frame. Skip the scale step.
403 // instead. Returns the scale to be applied.
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2149 CGFloat scale = static_cast<float>(mediaBox.size.width)/static_cast<float>(pageRect.width()); local
2151 ctm = CGAffineTransformScale(ctm, -scale, -scale);
2153 CGContextScaleCTM(pctx, scale, scale);
2181 float scale = static_cast<float>(adjustedRect.width()) / static_cast<float>(pageRect.width()); local
2182 if (!scale)
2183 scale = 1.0;
2185 return scale;
2249 // draw correctly. We need to retain the correct preview scale her
2255 float scale = scaleFactor(printDC, marginRect, pageRect); local
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp700 void WebPage::scaleWebView(double scale, const IntPoint& origin) argument
705 frame->scalePage(scale, origin);
707 send(Messages::WebPageProxy::ViewScaleFactorDidChange(scale));
822 bool scale = scaleFactor != 1; local
824 if (scale)
831 if (scale)
832 graphicsContext->scale(FloatSize(scaleFactor, scaleFactor));
2138 ctx.scale(FloatSize(1, -1));
2174 ctx.scale(FloatSize(1, -1));
/external/qemu/
H A Di386-dis.c4970 int scale = 0; local
4983 scale = (*codep >> 6) & 3;
5014 havedisp = havebase || (havesib && (index != 4 || scale != 0));
5055 if (scale != 0 || (!intel_syntax && index != 4))
5059 snprintf (scratchbuf, sizeof(scratchbuf), "%d", 1 << scale);
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4134 double scale = 1; local
4136 while (position < length && scale < MAX_SCALE) {
4138 scale *= 10;
4141 value = localValue + fraction / scale;
5589 if (equalIgnoringCase(name, "scale(") || equalIgnoringCase(name, "scalex(") || equalIgnoringCase(name, "scaley(") || equalIgnoringCase(name, "scalez(")) {
5591 if (equalIgnoringCase(name, "scale("))
5655 if (equalIgnoringCase(name, "scale(") || equalIgnoringCase(name, "skew(") || equalIgnoringCase(name, "translate(")) {
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp4226 void RenderLayer::updateContentsScale(float scale) argument
4230 m_backing->updateContentsScale(scale);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp1102 void WebPageProxy::scaleWebView(double scale, const IntPoint& origin) argument
1107 process()->send(Messages::WebPage::ScaleWebView(scale, origin), m_pageID);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c2378 scale from the SIB byte. The value denoted is then:
2384 = d32 following SIB byte + (%index << scale)
2386 = %base + (%index << scale)
2389 UChar scale = toUChar((sib >> 6) & 3); local
2398 if (scale == 0) {
2405 nameIReg64rexX(pfx,index_r), 1<<scale);
2414 mkU8(scale)))));
2420 nameIReg64rexX(pfx,index_r), 1<<scale);
2427 mkU8(scale)),
2456 = d8 + %base + (%index << scale)
2460 UChar scale = toUChar((sib >> 6) & 3); local
2507 UChar scale = toUChar((sib >> 6) & 3); local
[all...]
H A Dguest_ppc_toIR.c13009 float scale, inv_scale; local
13013 /* scale = 2^UIMM, cast to float, reinterpreted as uint */
13014 scale = (float)( (unsigned int) 1<<UIMM_5 );
13015 assign( vScale, unop(Iop_Dup32x4, mkU32( float_to_bits(scale) )) );
13016 inv_scale = 1/scale;
H A Dguest_x86_toIR.c1559 scale from the SIB byte. The value denoted is then:
1565 = d32 following SIB byte + (%index << scale)
1567 = %base + (%index << scale)
1573 UChar scale = toUChar((sib >> 6) & 3); local
1580 nameIReg(4,base_r), nameIReg(4,index_r), 1<<scale);
1588 mkU8(scale)))));
1594 nameIReg(4,index_r), 1<<scale);
1600 binop(Iop_Shl32, getIReg(4,index_r), mkU8(scale)),
1629 = d8 + %base + (%index << scale)
1633 UChar scale local
1674 UChar scale = toUChar((sib >> 6) & 3); local
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp769 scaleTemp.scale(m_scale);
772 scaledArea.scale(m_scale);
790 enclosingDocArea.scale(1 / m_scale);
799 bitmapCanvas->scale(m_scale, m_scale);
1010 // scale factor. This is important for www.yahoo.com as it is
1031 void WebViewCore::restoreScale(float scale, float textWrapScale) argument
1039 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_restoreScale, scale, textWrapScale);
1124 int textWrapWidth, float scale, int screenWidth, int screenHeight,
1141 if (scale >= 0) // negative means keep the current scale
1123 setSizeScreenWidthAndScale(int width, int height, int textWrapWidth, float scale, int screenWidth, int screenHeight, int anchorX, int anchorY, bool ignoreHeight) argument
4491 SetSize(JNIEnv* env, jobject obj, jint nativeClass, jint width, jint height, jint textWrapWidth, jfloat scale, jint screenWidth, jint screenHeight, jint anchorX, jint anchorY, jboolean ignoreHeight) argument
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djunit.jar ... int) int startX int endX public void reset () public int scale (int) int value public void setBounds (int, int, int, int ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jar ... int) int startX int endX public void reset () public int scale (int) int value public void setBounds (int, int, int, int ...
/external/sqlite/dist/orig/
H A Dsqlite3.c14593 ** If the library is compiled to omit the full-scale date and time
21416 /* if exponent, scale significand as appropriate
21419 double scale = 1.0; local
21422 while( e%308 ) { scale *= 1.0e+1; e -= 1; }
21424 result = s / scale;
21427 result = s * scale;
21439 while( e%22 ) { scale *= 1.0e+1; e -= 1; }
21440 while( e>0 ) { scale *= 1.0e+22; e -= 22; }
21442 result = s / scale;
21444 result = s * scale;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14593 ** If the library is compiled to omit the full-scale date and time
21416 /* if exponent, scale significand as appropriate
21419 double scale = 1.0; local
21422 while( e%308 ) { scale *= 1.0e+1; e -= 1; }
21424 result = s / scale;
21427 result = s * scale;
21439 while( e%22 ) { scale *= 1.0e+1; e -= 1; }
21440 while( e>0 ) { scale *= 1.0e+22; e -= 22; }
21442 result = s / scale;
21444 result = s * scale;
[all...]

Completed in 827 milliseconds

<<1112131415161718