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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
launchclip.rs 32 int biasY = 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;
222 biasY = (s.fInvMatrix.getScaleY() > 0);
225 biasY = s.fFilterOneY >> 1;
232 (uint64_t)SkFixedToFractionalInt(biasY));
236 pt.y() - SkFixedToScalar(biasY));
  /external/skqp/src/core/
SkBitmapProcState.h 215 SkFixed biasX, biasY;
222 biasY = (s.fInvMatrix.getScaleY() > 0);
225 biasY = s.fFilterOneY >> 1;
232 (uint64_t)SkFixedToFractionalInt(biasY));
236 pt.y() - SkFixedToScalar(biasY));
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 235 final float biasY = mBias.y;
238 mBias.add(biasX, biasY);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 413 __m128i biasY, biasUV;
416 biasY = _mm_set1_epi32(param[8]); /* 16 */
434 Y = _mm_sub_epi32(Y, biasY);
475 __m128i biasY, biasUV;
478 biasY = _mm_set1_epi32(param[8]); /* 16 */
496 Y = _mm_sub_epi32(Y, biasY);
537 __m128i biasY, biasUV;
540 biasY = _mm_set1_epi32(param[8]); /* 16 */
559 Y = _mm_sub_epi32(Y, biasY);
    [all...]

Completed in 58 milliseconds