Home
last modified time | relevance | path

Searched refs:RGB_565 (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DBitmapHelper.java93 case RGB_565:
94 return BitmapFormat.RGB_565;
112 case BitmapFormat.RGB_565:
113 return Bitmap.Config.RGB_565;
DDeviceDisplayInfo.java123 case PixelFormat.RGB_565: in getBitsPerComponent()
/external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/
DSizeStrategyTest.java28 assertEquals(original, strategy.get(800, 400, Bitmap.Config.RGB_565)); in testICanAddAndGetABitmapOfDifferentConfigsButSameSize()
66 Bitmap result = strategy.get(100, 100, Bitmap.Config.RGB_565); in testReturnedConfigMatchesIfSizeDoesNotMatch()
67 assertEquals(Bitmap.Config.RGB_565, result.getConfig()); in testReturnedConfigMatchesIfSizeDoesNotMatch()
93 Bitmap other = Bitmap.createBitmap(1000, 1000, Bitmap.Config.RGB_565); in testLeastRecentlyObtainedSizeIsRemovedFirst()
96 strategy.get(1000, 1000, Bitmap.Config.RGB_565); in testLeastRecentlyObtainedSizeIsRemovedFirst()
/external/chromium_org/chrome/browser/ui/app_list/
Dfast_show_pickler.cc23 RGB_565, enumerator
39 case RGB_565: in FormatToColorType()
65 *out = RGB_565; in ColorTypeToFormat()
/external/chromium_org/cc/resources/
Dresource_format.h20 RGB_565, enumerator
Dresource_format.cc19 case RGB_565: in ResourceFormatToSkColorType()
Draster_worker_pool.cc218 case RGB_565: in AcquireBitmapForBuffer()
Dresource_provider.cc74 case RGB_565: in TextureToStorageFormat()
92 case RGB_565: in IsFormatSupportedForStorage()
/external/webp/
DREADME.android21 - Added three color-spaces viz ARGB_8888, RGBA_4444, RGB_565
23 - Fixed the Endian'ness bug for Color-Configs (RGB_565 & ARGB_4444).
/external/chromium_org/content/browser/compositor/
Doverlay_candidate_validator_ozone.cc20 case cc::RGB_565: in GetOzoneFormat()
/external/chromium_org/mojo/services/public/interfaces/surfaces/
Dsurfaces.mojom18 RGB_565,
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DSizeStrategy.java114 case RGB_565: in getBytesPerPixel()
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java117 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in CreateBitmap()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java240 return hasAlpha ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565; in getConfig()
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java58 sBitmapOptions.inPreferredConfig = Bitmap.Config.RGB_565; in TextureLibrary()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DLoadDataWithBaseUrlTest.java304 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565); in testLoadDataWithBaseUrlAccessingFile()
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifDecoder.java584 …itmap.Config targetConfig = header.isTransparent ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565; in getNextBitmap()
/external/chromium_org/content/renderer/
Drender_widget.cc892 format = cc::RGB_565; in CreateOutputSurface()