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

  /external/chromium_org/third_party/skia/tests/
PathOpsTightBoundsTest.cpp 52 const int bitWidth = 32;
58 bits.allocN32Pixels(bitWidth, bitHeight);
90 for (int x = 0; x < bitWidth; ++x) {
PathOpsExtendedTest.cpp 162 const int bitWidth = 64;
176 SkScalar hScale = (bitWidth - 2) / largerWidth;
185 bits.allocN32Pixels(bitWidth * 2, bitHeight);
196 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
204 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
205 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
206 for (int x = 0; x < bitWidth - 1; ++x) {
239 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
240 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
247 bits.allocN32Pixels(bitWidth * 2, bitHeight)
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 169 const int bitWidth = 64;
183 SkScalar hScale = (bitWidth - 2) / largerWidth;
192 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
204 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
212 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
213 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
214 for (int x = 0; x < bitWidth - 1; ++x) {
250 int bitWidth = SkScalarCeil(larger.width()) + 2;
251 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
258 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight)
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 169 const int bitWidth = 64;
183 SkScalar hScale = (bitWidth - 2) / largerWidth;
192 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
204 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
212 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
213 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
214 for (int x = 0; x < bitWidth - 1; ++x) {
250 int bitWidth = SkScalarCeil(larger.width()) + 2;
251 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
258 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight)
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 279 const int bitWidth = 64;
293 SkScalar hScale = (bitWidth - 2) / largerWidth;
302 bits.allocN32Pixels(bitWidth * 2, bitHeight);
313 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
321 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
322 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
323 for (int x = 0; x < bitWidth - 1; ++x) {
356 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
357 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
364 bits.allocN32Pixels(bitWidth * 2, bitHeight)
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 240 int bitWidth = w*bitCount;
241 int test = bitWidth & 0x1F;
243 int lineBitWidth = (bitWidth & 0xFFFFFFE0) + (0x20 & mask);
  /external/skia/src/images/
SkImageDecoder_libico.cpp 249 int bitWidth = w*bitCount;
250 int test = bitWidth & 0x1F;
252 int lineBitWidth = (bitWidth & 0xFFFFFFE0) + (0x20 & mask);
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 100 unsigned Indentation, unsigned BitWidth,
331 unsigned BitWidth;
341 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
350 Parent(nullptr), BestIndex(-1), BitWidth(BW), Emitter(E) {
351 for (unsigned i = 0; i < BitWidth; ++i)
364 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
369 unsigned getBitWidth() const { return BitWidth; }
384 for (unsigned i = 0; i < BitWidth; ++i)
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 504 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth)
506 memcpy(toBuffer, fromBuffer, bitWidth >> 3);
508 if ((bitWidth & 7) != 0)
512 toBuffer += bitWidth >> 3;
513 fromBuffer += bitWidth >> 3;
517 mask = 0xff >> (bitWidth & 7);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 203 milliseconds