Searched refs:bitWidth (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 167 const int bitWidth = 64; variable 181 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix() 199 bits.allocN32Pixels(bitWidth * 2, bitHeight); in pathsDrawTheSame() 210 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame() 218 uint32_t* addr3 = bits.getAddr32(bitWidth, y); in pathsDrawTheSame() 219 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1); in pathsDrawTheSame() 220 for (int x = 0; x < bitWidth - 1; ++x) { in pathsDrawTheSame() 253 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths() local 254 if (bitWidth * 2 + 1 >= (int) sizeof(out)) { in drawAsciiPaths() 261 bits.allocN32Pixels(bitWidth * 2, bitHeight); in drawAsciiPaths() [all …]
|
D | PathOpsTightBoundsTest.cpp | 51 const int bitWidth = 32; in testTightBoundsQuads() local 57 bits.allocN32Pixels(bitWidth, bitHeight); in testTightBoundsQuads() 89 for (int x = 0; x < bitWidth; ++x) { in testTightBoundsQuads()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 348 const int bitWidth = 64; variable 362 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() 379 bits.allocN32Pixels(bitWidth * 2, bitHeight); in debug_paths_draw_the_same() 390 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same() 397 uint32_t* addr3 = bits.getAddr32(bitWidth, y); in debug_paths_draw_the_same() 398 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1); in debug_paths_draw_the_same() 399 for (int x = 0; x < bitWidth - 1; ++x) { in debug_paths_draw_the_same()
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 234 int bitWidth = w*bitCount; in onDecode() local 235 int test = bitWidth & 0x1F; in onDecode() 237 int lineBitWidth = (bitWidth & 0xFFFFFFE0) + (0x20 & mask); in onDecode()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1817 unsigned bitStart = bi++, bitWidth = 1; in populateInstruction() local 1832 ++bitWidth; in populateInstruction() 1899 OpInfo.addField(bitStart, bitWidth, 0); in populateInstruction()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2246 unsigned bitWidth = result.getBitWidth(); in convertToInteger() local 2249 parts.data(), bitWidth, result.isSigned(), rounding_mode, isExact); in convertToInteger() 2251 result = APInt(bitWidth, parts); in convertToInteger()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 624 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy() argument 627 memcpy(toBuffer, fromBuffer, bitWidth >> 3); in row_copy() 629 if ((bitWidth & 7) != 0) in row_copy() 633 toBuffer += bitWidth >> 3; in row_copy() 634 fromBuffer += bitWidth >> 3; in row_copy() 636 mask = 0xff << (bitWidth & 7); in row_copy() 638 mask = 0xff >> (bitWidth & 7); in row_copy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2531 // will match the extended, not the original bitWidth for $src.
|