HomeSort by relevance Sort by last modified time
    Searched refs:Rx (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/svg/
SVGEllipseElement.h 54 DECLARE_ANIMATED_PROPERTY(SVGEllipseElement, SVGNames::rxAttr, SVGLength, Rx, rx)
SVGRectElement.h 56 DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::rxAttr, SVGLength, Rx, rx)
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 357 int Rx = scratches.obtain();
359 CONTEXT_LOAD(Rx, iterators.xl);
363 // parts.count = iterators.xr - Rx
364 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx);
375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
393 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
408 MLA(AL, 0, f, Rx, dfdx, ydfdy);
421 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
429 SMLABB(AL, Rs, Ry, Rs, Rx);
    [all...]
texturing.cpp 332 int Rx = x.reg;
353 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16)
358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
360 base_offset(txPtr, txPtr, Rx);
382 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy);
383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 84 $(COMSRC)/core/data_ctrl/Rx \
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 442 milliseconds