HomeSort by relevance Sort by last modified time
    Searched refs:bitWidth (Results 1 - 14 of 14) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 198 const int bitWidth = 64;
212 SkScalar hScale = (bitWidth - 2) / largerWidth;
230 bits.allocN32Pixels(bitWidth * 2, bitHeight);
241 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
249 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
250 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
251 for (int x = 0; x < bitWidth - 1; ++x) {
284 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
285 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
292 bits.allocN32Pixels(bitWidth * 2, bitHeight)
    [all...]
PathOpsTightBoundsTest.cpp 51 const int bitWidth = 32;
57 bits.allocN32Pixels(bitWidth, bitHeight);
89 for (int x = 0; x < bitWidth; ++x) {
  /hardware/interfaces/audio/common/2.0/default/
HidlUtils.cpp 107 offload->bitWidth = halOffload.bit_width;
123 halOffload->bit_width = offload.bitWidth;
  /external/skia/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 100 unsigned Indentation, unsigned BitWidth,
331 unsigned BitWidth;
347 BitWidth(BW), Emitter(E) {
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
363 unsigned getBitWidth() const { return BitWidth; }
378 for (unsigned i = 0; i < BitWidth; ++i) {
498 assert(StartBit + NumBits - 1 < Owner->BitWidth);
694 unsigned BitWidth,
697 << BitWidth << "[] = {\n"
    [all...]
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 110 public int bitWidth() { return (format >> Format.SIZE_SHIFT) & Format.SIZE_MASK; }
  /hardware/interfaces/audio/common/2.0/
types.hal 732 uint32_t bitWidth;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 622 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth,
625 memcpy(toBuffer, fromBuffer, bitWidth >> 3);
627 if ((bitWidth & 7) != 0)
631 toBuffer += bitWidth >> 3;
632 fromBuffer += bitWidth >> 3;
634 mask = 0xff << (bitWidth & 7);
636 mask = 0xff >> (bitWidth & 7);
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 589 milliseconds