/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.h | 170 void set_rect(float x1, float y1, float x2, float y2) { 173 verts_[2].set_position(x2, y2); 174 verts_[3].set_position(x2, y1);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasPathMethods.cpp | 109 void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionState& es) 111 if (!std::isfinite(x1) || !std::isfinite(y1) || !std::isfinite(x2) || !std::isfinite(y2) || !std::isfinite(r)) 123 FloatPoint p2 = FloatPoint(x2, y2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_reg.h | 48 #define SVGA_CURSOR_ON_REMOVE_FROM_FB 0x2 /* Remove the cursor from the framebuffer because we need to see what's under it */ 89 #define SVGA_BIOS_PORT 0x2 99 #define SVGA_IRQFLAG_FIFO_PROGRESS 0x2 /* Made forward progress in the FIFO */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_instruction.h | 75 #define WRITEMASK_Y 0x2 113 #define FLOAT16 0x2 132 #define NEGATE_Y 0x2
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_float_animation_curve_unittest.cc | 203 double x2 = 0.8; local 205 curve->add(WebFloatKeyframe(0, 0), x1, y1, x2, y2); 210 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2));
|
/external/clang/test/CodeGenCXX/ |
rtti-layout.cpp | 27 __volatile_mask = 0x2, 48 __public_mask = 0x2, 61 __diamond_shaped_mask = 0x2
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 118 struct X2 { 123 void test_delete_conv(X0 x0, X1 x1, X2 x2) { 126 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}} 482 Foo2<Bar2> x2; member in namespace:PR12061
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
FaultHeightMap.java | 172 int x2 = random.nextInt(size);
local 179 float dist = ((x2 - x1) * (j - y1) - (y2 - y1) * (i - x1))
180 / (FastMath.sqrt(FastMath.sqr(x2 - x1) + FastMath.sqr(y2 - y1)));
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 48 #define SVGA_CURSOR_ON_REMOVE_FROM_FB 0x2 /* Remove the cursor from the framebuffer because we need to see what's under it */ 89 #define SVGA_BIOS_PORT 0x2 99 #define SVGA_IRQFLAG_FIFO_PROGRESS 0x2 /* Made forward progress in the FIFO */ [all...] |
/external/mesa3d/src/mesa/program/ |
prog_instruction.h | 75 #define WRITEMASK_Y 0x2 113 #define FLOAT16 0x2 132 #define NEGATE_Y 0x2
|
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 705 final float x2 = mEndPoint.x; local 713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); 716 final float uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / denom; 719 final float hitX = x1 + (uA * (x2 - x1)); 733 final float x2 = mEndPoint.x; local [all...] |
/external/tcpdump/ |
ieee802_11.h | 54 #define T_DATA 0x2 /* data */ 59 #define ST_REASSOC_REQUEST 0x2 84 #define DATA_DATA_CF_POLL 0x2
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 165 float x2, float y2, float u2, float v2, 169 float x2, float y2, float u2, float v2, 173 float x2, float y2, float u2, float v2,
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 68 uint32_t x2 = xend; local 85 while (x1 < x2) { 88 int32_t len = (x2 - x1 - 1) >> 1;
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 90 PCM_SUB_8_BIT = 0x2, // must be 2 for backward compatibility 146 CHANNEL_OUT_FRONT_RIGHT = 0x2, 234 DEVICE_OUT_SPEAKER = 0x2,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 149 def blit(self, x1=0,y1=0,x2=None,y2=None, port=None): 152 dest = [x1,y1,x2,y2] 153 if x2 is None:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltipManager.java | 166 int x2 = b.x + b.width; local 168 if (p.x < x2 - layoutIconSize - slop 169 || p.x > x2 + slop
|
/external/chromium_org/third_party/skia/src/core/ |
SkMatrix.cpp | 173 // helper function to determine if upper-left 2x2 of matrix is degenerate 1574 SkFixed x0, y0, x1, y1, x2, y2; local 1707 float x0, y0, x1, y1, x2, y2; local [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 89 int x1, y1, x2, y2; local 99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y; 101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8; 110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1)); 117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1)); 119 c2 = (x2 < 0) + (x2 > right) * 2; 126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1)) [all...] |
/external/skia/src/core/ |
SkMatrix.cpp | 173 // helper function to determine if upper-left 2x2 of matrix is degenerate 1574 SkFixed x0, y0, x1, y1, x2, y2; local 1707 float x0, y0, x1, y1, x2, y2; local [all...] |