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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
launchclip.rs 31 int biasX = 0;
41 return 0x80000000 | (x + biasX) | (biasY << 8) | (biasZ << 16);
45 return 0x80000000 | (x + biasX) | ((y + biasY) << 8) | (biasZ << 16);
49 return 0x80000000 | (x + biasX) | ((y + biasY) << 8) | ((z + biasZ) << 16);
  /external/skia/src/core/
SkBitmapProcState.h 215 SkFixed biasX, biasY;
221 biasX = (s.fInvMatrix.getScaleX() > 0);
224 biasX = s.fFilterOneX >> 1;
230 (uint64_t)SkFixedToFractionalInt(biasX));
235 scalarPoint->set(pt.x() - SkFixedToScalar(biasX),
  /external/skqp/src/core/
SkBitmapProcState.h 215 SkFixed biasX, biasY;
221 biasX = (s.fInvMatrix.getScaleX() > 0);
224 biasX = s.fFilterOneX >> 1;
230 (uint64_t)SkFixedToFractionalInt(biasX));
235 scalarPoint->set(pt.x() - SkFixedToScalar(biasX),
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 234 final float biasX = mBias.x;
238 mBias.add(biasX, biasY);

Completed in 862 milliseconds