Searched refs:x1 (Results 201 - 225 of 2465) sorted by relevance

1234567891011>>

/external/pixman/test/
H A Dregion-translate-test.c17 pixman_region32_init_rect (&r2, rect.x1, rect.y1, rect.x2 - rect.x1, rect.y2 - rect.y1);
/external/vixl/examples/
H A Dgetting-started.cc37 __ Ldr(x1, 0x1122334455667788);
38 __ And(x0, x0, x1);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
104 length = x2 - x1;
106 thickness = x2 - x1;
124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side,
128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color,
133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color,
147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
172 graphicsContext->drawLine(IntPoint((x1
179 drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
255 drawRidgeOrGrooveBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
299 drawSolidBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_copy.s68 // x1 => *pu1_dst
103 add x10,x1,x3 //pu1_dst_tmp += dst_strd
104 st1 {v0.s}[0],[x1] //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
112 add x1,x1,#4 //pu1_dst += 4
120 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
141 add x10,x1,x3 //pu1_dst_tmp += dst_strd
142 st1 {v0.8b},[x1],#8 //vst1_u8(pu1_dst_tmp, tmp_src)
155 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
174 add x10,x1,x
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_clip_liang_barsky.h30 ((x < clip_box.x1) << 2) |
34 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2, argument
39 FX_FLOAT deltax = (FX_FLOAT)(x2 - x1);
43 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero;
47 xin = (FX_FLOAT)clip_box.x1;
51 xout = (FX_FLOAT)clip_box.x1;
53 FX_FLOAT tinx = FXSYS_Div(xin - x1, deltax);
81 FX_FLOAT toutx = FXSYS_Div(xout - x1, deltax);
91 *x++ = (T)(x1
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s9 adc x1, x2, x3
14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a]
19 sbc x1, x2, x3
21 sbcs x1, x2, x3
24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda]
26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa]
188 add x1, x2, w3, uxtb
189 add x1, x2, w3, uxth
190 add x1, x2, w3, uxtw
191 add x1, x
[all...]
/external/qemu/android/skin/
H A Drect.c150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
175 r.x1 = (a.x1 > b.x1) ? a.x1
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h27 POST_DISPATCH_QUIT_LOOP = 0x1,
/external/chromium_org/cc/animation/
H A Dtiming_function.cc16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
20 CubicBezierTimingFunction::CubicBezierTimingFunction(double x1, argument
24 : bezier_(x1, y1, x2, y2) {}
15 Create( double x1, double y1, double x2, double y2) argument
/external/chromium_org/media/formats/mp2t/
H A Dts_section.h16 kPidCat = 0x1,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosmman.h10 #define PROT_READ 0x1
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterAnimationCurve.h49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
H A DWebFloatAnimationCurve.h45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
H A DWebTransformAnimationCurve.h44 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
/external/chromium_org/third_party/skia/include/utils/
H A DSkCubicInterval.h13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h21 SkScalar x1; member in class:SkLine
/external/chromium_org/ui/events/platform/
H A Dplatform_event_dispatcher.h18 POST_DISPATCH_PERFORM_DEFAULT = 0x1,
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.h15 CubicBezier(double x1, double y1, double x2, double y2);
/external/chromium_org/ui/keyboard/resources/
H A Dconstants.js43 RIGHT: 0x1,
/external/chromium_org/v8/src/compiler/arm64/
H A Dlinkage-arm64.cc19 static Register ReturnValue2Reg() { return x1; }
20 static Register JSCallFunctionReg() { return x1; }
22 static Register RuntimeCallFunctionReg() { return x1; }
29 static Register register_parameters[] = {x0, x1, x2, x3, x4, x5, x6, x7};
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c6 } x1; variable in typeref:enum:E1
H A Denum2.c6 } x1; variable in typeref:enum:E1
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp6.cpp13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' requires a user-provided default constructor}} local
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2-cxx0x.cpp15 X<A> x1; local
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable

Completed in 3931 milliseconds

1234567891011>>