HomeSort by relevance Sort by last modified time
    Searched full:bitmapbuffer (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/CodeGen/X86/
dynamic-alloca-lifetime.ll 21 %bitmapBuffer = alloca [8192 x i8], align 1
32 %tmp = getelementptr inbounds [8192 x i8], [8192 x i8]* %bitmapBuffer, i32 0, i32 0
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 406 uint8_t* bitMapbuffer = (uint8_t*)pDIBitmap->GetBuffer();
411 bitMapbuffer[row * pitch + j] = buf[j];
433 uint8_t* bitMapbuffer = (uint8_t*)pDIBitmap->GetBuffer();
440 bitMapbuffer[row * pitch + 2 * j + 0] = (buf[j] & 0xF0) >> 4;
441 bitMapbuffer[row * pitch + 2 * j + 1] = (buf[j] & 0x0F) >> 0;
444 bitMapbuffer[row * pitch + j] = buf[j];
466 uint8_t* bitMapbuffer = (uint8_t*)pDIBitmap->GetBuffer();
471 bitMapbuffer[row * pitch + j + 0] = buf[j + 2];
472 bitMapbuffer[row * pitch + j + 1] = buf[j + 1];
473 bitMapbuffer[row * pitch + j + 2] = buf[j + 0];
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 291 uint8_t* bitmapBuffer = (uint8_t*) glyph.fImage;
308 uint8_t tempCol = bitmapBuffer[bY + bX];
316 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
335 uint8_t* src = &bitmapBuffer[0 - srcStride];
363 uint8_t* buffer = bitmapBuffer;
375 bitmapBuffer += srcStride;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 450 Bitmap bitmapBuffer = bitmap;
452 bitmapBuffer = bitmap.copy(BITMAP_CONFIG, true);
454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
  /frameworks/rs/
rsFont.cpp 463 uint8_t *bitmapBuffer = bitmap->buffer;
468 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 501 milliseconds