Searched refs:dx (Results 126 - 150 of 1151) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.h79 void scrollRect(int dx, int dy, const blink::IntRect& clipRect);
82 blink::IntRect scrollPaintRect(const blink::IntRect& paintRect, int dx, int dy) const;
/external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/
H A Dcore-drawer-panel-extracted.js163 x = Math.max(0, (this.selected === 'main') ? this.width + e.dx : e.dx);
165 x = Math.min(0, (this.selected === 'main') ? e.dx - this.width : e.dx);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm11n.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm21h.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm21s.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm22b.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm22s.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm32s.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
25 import com.android.dx.util.AnnotatedOutput;
H A DForm35c.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
24 import com.android.dx.rop.cst.Constant;
25 import com.android.dx.rop.cst.CstMethodRef;
26 import com.android.dx.rop.cst.CstType;
27 import com.android.dx
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java17 package com.android.dx.dex.file;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.DalvInsn;
23 import com.android.dx.dex.code.DalvInsnList;
24 import com.android.dx.dex.code.LocalList;
25 import com.android.dx.dex.code.PositionList;
26 import com.android.dx.rop.cst.Constant;
27 import com.android.dx
[all...]
H A DFieldIdItem.java17 package com.android.dx.dex.file;
19 import com.android.dx.rop.cst.CstFieldRef;
H A DHeaderSection.java17 package com.android.dx.dex.file;
19 import com.android.dx.rop.cst.Constant;
H A DMemberIdsSection.java17 package com.android.dx.dex.file;
19 import com.android.dx.util.DexException;
H A DMethodIdItem.java17 package com.android.dx.dex.file;
19 import com.android.dx.rop.cst.CstBaseMethodRef;
H A DValueEncoder.java17 package com.android.dx.dex.file;
19 import com.android.dx.rop.annotation.Annotation;
20 import com.android.dx.rop.annotation.NameValuePair;
21 import com.android.dx.rop.cst.Constant;
22 import com.android.dx.rop.cst.CstAnnotation;
23 import com.android.dx.rop.cst.CstArray;
24 import com.android.dx.rop.cst.CstBoolean;
25 import com.android.dx.rop.cst.CstByte;
26 import com.android.dx.rop.cst.CstChar;
27 import com.android.dx
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DOneRegisterDecodedInstruction.java17 package com.android.dx.io.instructions;
19 import com.android.dx.io.IndexType;
H A DRegisterRangeDecodedInstruction.java17 package com.android.dx.io.instructions;
19 import com.android.dx.io.IndexType;
H A DTwoRegisterDecodedInstruction.java17 package com.android.dx.io.instructions;
19 import com.android.dx.io.IndexType;
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DCstInsn.java17 package com.android.dx.rop.code;
19 import com.android.dx.rop.cst.Constant;
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBoolean.java17 package com.android.dx.rop.cst;
19 import com.android.dx.rop.type.Type;
H A DCstKnownNull.java17 package com.android.dx.rop.cst;
19 import com.android.dx.rop.type.Type;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafangles.c100 * dy * PI / (|dx|+|dy|)
105 af_angle_atan( FT_Fixed dx,
109 FT_Fixed ax = dx;
125 if ( dx < 0 )
184 af_angle_atan( FT_Fixed dx,
194 if ( dx < 0 )
198 else if ( dx == 0 )
207 if ( dx < 0 )
209 dx = -dx;
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A DSurface.h12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h22 int dx; member in struct:wl_egl_window
/external/chromium_org/third_party/polymer/components-chromium/paper-toggle-button/
H A Dpaper-toggle-button-extracted.js27 Math.max(0, this.checked ? this._w + e.dx : e.dx));

Completed in 295 milliseconds

1234567891011>>