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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 299 uint8_t* bitmapBuffer = (uint8_t*) glyph.fImage;
316 uint8_t tempCol = bitmapBuffer[bY + bX];
324 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
343 uint8_t* src = &bitmapBuffer[0 - srcStride];
371 uint8_t* buffer = bitmapBuffer;
383 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 622 milliseconds