Searched refs:yIdx (Results 1 – 3 of 3) sorted by relevance
47 for (int yIdx = 0; yIdx < 3; ++yIdx) { in DEF_TEST() local48 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
2167 for (UINT_32 yIdx = 0; yIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); yIdx++) in ValidateStereoInfo() local2169 if (TestCoord[yIdx] < pIn->height) in ValidateStereoInfo()2171 addrIn.y = TestCoord[yIdx] + pOut->pStereoInfo->eyeHeight; in ValidateStereoInfo()2180 addrIn.y = TestCoord[yIdx]; in ValidateStereoInfo()
2655 UINT_32 yIdx = 0; in HwlComputeThinEquation() local2664 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()2682 yIdx = Log2(microBlockDim.h); in HwlComputeThinEquation()2691 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2696 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2938 UINT_32 yIdx = Log2(microBlockDim.h); in HwlComputeThickEquation() local2959 pixelBit[i] = y[yIdx++]; in HwlComputeThickEquation()2975 xorExtra[i - blockSizeLog2] = y[yIdx++]; in HwlComputeThickEquation()