HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 826 - 850 of 4103) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vlc.c 129 *codeNum = 1 + ((bits >> 29) & 0x1);
266 *value = (codeNum & 0x1) ? (i32)((codeNum + 1) >> 1) :
385 *value ^= 0x1;
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 56 0x1);
69 0x1);
132 0x1);
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java 139 public static final int CMAS_SEVERITY_SEVERE = 0x1;
154 public static final int CMAS_URGENCY_EXPECTED = 0x1;
169 public static final int CMAS_CERTAINTY_LIKELY = 0x1;
  /frameworks/rs/scriptc/
rs_graphics.rsh 237 * @param x1
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
250 * @param x1
264 rsgDrawQuad(float x1, float y1, float z1,
274 * @param x1
296 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
412 bBoxMin->x = x1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 60 x1, x2 = X(), X()
61 y.x, y.y = x1, x2
63 x1.a, x2.b = 42, 93
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_internals.py 60 x1, x2 = X(), X()
61 y.x, y.y = x1, x2
63 x1.a, x2.b = 42, 93
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 237 * @param x1
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
250 * @param x1
264 rsgDrawQuad(float x1, float y1, float z1,
274 * @param x1
296 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
412 bBoxMin->x = x1;
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/dec/
kn02xa.h 45 #define KN02XA_MER_BYTERR_0 (0x1<<8)
  /bionic/libc/kernel/common/linux/
xattr.h 21 #define XATTR_CREATE 0x1
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 45 #define KN02XA_MER_BYTERR_0 (0x1<<8)
  /external/chromium_org/android_webview/public/browser/
draw_gl.h 57 kStatusMaskDraw = 0x1,
  /external/chromium_org/net/spdy/
spdy_buffer_unittest.cc 72 size_t x1 = 0; local
75 base::Bind(&IncrementBy, &x1, SpdyBuffer::CONSUME));
83 EXPECT_EQ(5u, x1);
88 EXPECT_EQ(kDataSize, x1);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPathMethods.h 48 void arcTo(float x0, float y0, float x1, float y1, float radius, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 48 return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attributes.y1());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 39 SVGLength x1() const { return m_x1; } function in struct:WebCore::LinearGradientAttributes
SVGPathElement.h 69 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
70 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
71 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
72 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
  /external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
Stencil_Test.c 66 glClearStencil ( 0x1 );
140 // point, the stencil buffer will be 0x1 for all pixels
160 // ( 0x7 & 0x3 ) < ( 0x1 & 0x7 )
176 // ( 0x3 & 0x3 ) > ( 0x1 & 0x3 )
193 // ( 0x1 & 0x3 ) == ( 0x1 & 0x3 )
197 glStencilFunc( GL_EQUAL, 0x1, 0x3 );
208 // ( 0x2 & 0x1 ) == ( 0x1 & 0x1 )
    [all...]
  /external/chromium_org/third_party/libva/va/
va_fool.h 38 #define VA_FOOL_FLAG_DECODE 0x1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.h 41 #define DBG_BLIT 0x1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_debug.h 32 #define DEBUG_DMA 0x1
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path_utils.h 35 ((command) & 0x1)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.h 30 int x0, int y0, int x1, int y1);

Completed in 2949 milliseconds

<<31323334353637383940>>