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

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 43 Object ox = o; local
47 i = (ox instanceof String) ? 0 : 1;
  /external/skia/src/core/
SkPoint.cpp 193 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) {
194 if (ox == 0) {
202 this->set(SkApplySign(length, SkExtractSign(ox)), 0);
206 unsigned x = SkAbs32(ox);
229 this->set(SkApplySign(x, SkExtractSign(ox)),
261 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) {
262 if (ox == 0) {
269 this->set(SkApplySign(length, SkExtractSign(ox)), 0);
273 SkFixed x = SkAbs32(ox);
317 float fx = SkAbs32(ox)/65536.0f
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 80 float ox = (p1y - p0y); local
83 float norm = (radius / 2.0f) / (float) Math.sqrt(ox * ox + oy * oy);
84 ox *= norm;
87 path.moveTo(p0x - ox, p0y - oy);
88 path.lineTo(p1x - ox, p1y - oy);
89 path.lineTo(p1x + ox, p1y + oy);
90 path.lineTo(p0x + ox, p0y + oy);
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /bionic/libc/stdio/
vfprintf.c 194 char ox[2]; /* space for 0x hex-prefix */ local
732 ox[0] = '0';
733 ox[1] = ch;
734 PRINT(ox, 2);
775 ox[0] = *cp++;
776 ox[1] = '.';
777 PRINT(ox, 2);
  /external/freetype/src/truetype/
ttobjs.h 192 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /frameworks/base/core/java/android/text/
Styled.java 280 float ox = x; local
326 return x - ox;
  /external/freetype/src/autofit/
afhints.c 182 point->ox/64.0,
249 dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0
536 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta;
797 ou = point->ox;
1011 point->v = point->ox;
afhints.h 111 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 83 D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
d3drmobj.h 550 D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 83 D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
D3DRMOBJ.H 550 D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
  /external/quake/quake/src/QW/progs/
weapons.qc 738 void(float ox) W_FireSpikes =
763 launch_spike (self.origin + '0 0 16' + v_right*ox, dir);
  /frameworks/base/opengl/libagl/
matrix.cpp 698 GLfloat ox = sx + x; local
709 f[0] = sx; f[4] = 0; f[ 8] = 0; f[12] = ox;
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 544 milliseconds