Searched refs:xIdx (Results 1 – 3 of 3) sorted by relevance
47 for (int xIdx = 0; xIdx < 3; ++xIdx) { in DEF_TEST() local49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
2453 UINT_32 xIdx = 0; in HwlComputeThinEquation() local2463 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()2480 xIdx = Log2(microBlockDim.w); in HwlComputeThinEquation()2490 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2495 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2736 UINT_32 xIdx = Log2(microBlockDim.w); in HwlComputeThickEquation() local2750 pixelBit[i] = x[xIdx++]; in HwlComputeThickEquation()2766 xorExtra[i - blockSizeLog2] = x[xIdx++]; in HwlComputeThickEquation()