Lines Matching refs:bitWidth
205 const int bitWidth = 64; variable
219 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix()
237 bits.allocN32Pixels(bitWidth * 2, bitHeight); in pathsDrawTheSame()
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
256 uint32_t* addr3 = bits.getAddr32(bitWidth, y); in pathsDrawTheSame()
257 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1); in pathsDrawTheSame()
258 for (int x = 0; x < bitWidth - 1; ++x) { in pathsDrawTheSame()
291 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths() local
292 if (bitWidth * 2 + 1 >= (int) sizeof(out)) { in drawAsciiPaths()
299 bits.allocN32Pixels(bitWidth * 2, bitHeight); in drawAsciiPaths()
308 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
315 for (x = 0; x < bitWidth; ++x) { in drawAsciiPaths()
319 for (x = bitWidth; x < bitWidth * 2; ++x) { in drawAsciiPaths()