Home | History | Annotate | Download | only in tests

Lines Matching full:bitwidth

187 const int bitWidth = 64;
201 SkScalar hScale = (bitWidth - 2) / largerWidth;
219 bits.allocN32Pixels(bitWidth * 2, bitHeight);
230 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
238 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
239 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
240 for (int x = 0; x < bitWidth - 1; ++x) {
273 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
274 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
281 bits.allocN32Pixels(bitWidth * 2, bitHeight);
290 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
297 for (x = 0; x < bitWidth; ++x) {
301 for (x = bitWidth; x < bitWidth * 2; ++x) {