Searched refs:getAddr16 (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/docs/examples/ |
D | Bitmap_getAddr16.cpp | 12 uint16_t* row0 = bitmap16.getAddr16(0, 0); in draw() 13 uint16_t* row1 = bitmap16.getAddr16(0, 1); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_getAddr16.cpp | 12 uint16_t* row0 = bitmap16.getAddr16(0, 0); in draw() 13 uint16_t* row1 = bitmap16.getAddr16(0, 1); in draw()
|
/third_party/flutter/skia/include/core/ |
D | SkBitmap.h | 861 inline uint16_t* getAddr16(int x, int y) const; 1156 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { in getAddr16() function
|
/third_party/flutter/skia/gm/ |
D | etc1.cpp | 63 if (etc1_encode_image((unsigned char*) bm.getAddr16(0, 0), in onOnceBeforeDraw()
|
/third_party/skia/include/core/ |
D | SkBitmap.h | 883 inline uint16_t* getAddr16(int x, int y) const; 1202 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { in getAddr16() function
|
/third_party/skia/gm/ |
D | compressed_textures.cpp | 135 if (etc1_encode_image((unsigned char*)bm.getAddr16(0, 0), in make_compressed_image()
|
D | wacky_yuv_formats.cpp | 505 *result.getAddr16(x, y) = (v8 << 8) | u8; in make_quarter_2_channel() 507 *result.getAddr16(x, y) = (u8 << 8) | v8; in make_quarter_2_channel()
|
/third_party/skia/src/gpu/effects/ |
D | GrMatrixConvolutionEffect.cpp | 119 *bm.getAddr16(i, 0) = SkFloatToHalf(values[i]); in Make()
|
/third_party/flutter/skia/site/user/api/ |
D | SkBitmap_Reference.md | 85 uint16_t* <a href='#SkBitmap_getAddr16'>getAddr16</a>(int x, int y) const; 2638 one of: <a href='#SkBitmap_getAddr8'>getAddr8</a>(), <a href='#SkBitmap_getAddr16'>getAddr16</a>(),… 2668 <a href='#SkBitmap_getAddr8'>getAddr8</a> <a href='#SkBitmap_getAddr16'>getAddr16</a> <a href='#SkB… 2721 <a href='#SkBitmap_getAddr8'>getAddr8</a> <a href='#SkBitmap_getAddr16'>getAddr16</a> <a href='#SkB… 2728 uint16_t* <a href='#SkBitmap_getAddr16'>getAddr16</a>(int x, int y)const 2827 <a href='#SkBitmap_getAddr'>getAddr</a> <a href='#SkBitmap_getAddr16'>getAddr16</a> <a href='#SkBit…
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 129 uint16_t* getAddr16(int x, int y) const;
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 129 uint16_t* getAddr16(int x, int y) const;
|