OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapBuffer
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.cpp
298
uint8_t*
bitmapBuffer
= (uint8_t*) glyph.fImage;
315
uint8_t tempCol =
bitmapBuffer
[bY + bX];
323
memcpy(&cacheBuffer[row + startX], &
bitmapBuffer
[bY], glyph.fWidth);
342
uint8_t* src = &
bitmapBuffer
[0 - srcStride];
370
uint8_t* buffer =
bitmapBuffer
;
382
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];
Completed in 813 milliseconds