Searched refs:xIdx (Results 1 – 4 of 4) sorted by relevance
47 for (int xIdx = 0; xIdx < 3; ++xIdx) { in DEF_TEST() local49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
46 for (int xIdx = 0; xIdx < 3; ++xIdx) { in DEF_TEST() local48 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
2161 for (UINT_32 xIdx = 0; xIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); xIdx++) in ValidateStereoInfo() local2163 if (TestCoord[xIdx] < pIn->width) in ValidateStereoInfo()2165 addrIn.x = TestCoord[xIdx]; in ValidateStereoInfo()
2655 UINT_32 xIdx = 0; in HwlComputeThinEquation() local2665 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()2682 xIdx = Log2(microBlockDim.w); in HwlComputeThinEquation()2692 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2697 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2938 UINT_32 xIdx = Log2(microBlockDim.w); in HwlComputeThickEquation() local2952 pixelBit[i] = x[xIdx++]; in HwlComputeThickEquation()2968 xorExtra[i - blockSizeLog2] = x[xIdx++]; in HwlComputeThickEquation()