Searched defs:bitsPerPixel (Results  1 – 17 of 17) sorted by relevance
| /external/skia/src/codec/ | 
| D | SkBmpBaseCodec.cpp | 18                                uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder)  in SkBmpBaseCodec()
 | 
| D | SkBmpCodec.h | 87     uint16_t bitsPerPixel() const { return fBitsPerPixel; }  in bitsPerPixel()  function
 | 
| D | SkMasks.cpp | 131         int bitsPerPixel = 8*bytesPerPixel;  in CreateMasks()  local
 | 
| D | SkBmpStandardCodec.cpp | 30                                        uint16_t bitsPerPixel, uint32_t numColors,  in SkBmpStandardCodec()162                                SkEncodedInfo::Alpha alpha, int bitsPerPixel) {  in make_info()
 
 | 
| D | SkBmpMaskCodec.cpp | 25                                uint16_t bitsPerPixel, SkMasks* masks,  in SkBmpMaskCodec()
 | 
| D | SkBmpCodec.cpp | 222     uint16_t bitsPerPixel;  in ReadHeader()  local614         uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder)  in SkBmpCodec()
 
 | 
| D | SkCodecPriv.h | 128 static inline size_t compute_row_bytes(int width, uint32_t bitsPerPixel) {  in compute_row_bytes()
 | 
| D | SkBmpRLECodec.cpp | 35                              uint16_t bitsPerPixel, uint32_t numColors,  in SkBmpRLECodec()
 | 
| D | SkPngCodec.cpp | 455             const int bitsPerPixel = this->getEncodedInfo().bitsPerPixel();  in allocateStorage()  local
 | 
| D | SkMaskSwizzler.cpp | 395         bool srcIsOpaque, SkMasks* masks, uint32_t bitsPerPixel,  in CreateMaskSwizzler()
 | 
| D | SkSwizzler.cpp | 1154     uint8_t bitsPerPixel = encodedInfo.bitsPerPixel();  in Make()  local
 | 
| /external/skia/tools/sk_app/unix/ | 
| D | RasterWindowContext_unix.cpp | 68     int bitsPerPixel = pm.info().bytesPerPixel() * 8;  in swapBuffers()  local
 | 
| /external/deqp/framework/delibs/deimage/ | 
| D | deTarga.c | 44 		int				bitsPerPixel;  in deImage_loadTarga()  local
 | 
| /external/skia/include/private/ | 
| D | SkEncodedInfo.h | 203     uint8_t bitsPerPixel() const {  in bitsPerPixel()  function
 | 
| /external/mesa3d/src/mesa/drivers/x11/ | 
| D | xm_api.c | 173    int bitsPerPixel;  in bits_per_pixel()  local
 | 
| /external/mesa3d/src/gallium/frontends/glx/xlib/ | 
| D | xm_api.c | 304    int bitsPerPixel;  in bits_per_pixel()  local
 | 
| /external/mesa3d/src/gallium/drivers/svga/include/ | 
| D | svga_reg.h | 495          uint32 bitsPerPixel : 8;  member
 |