Home
last modified time | relevance | path

Searched refs:getAddr16 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/docs/examples/
DBitmap_getAddr16.cpp12 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/
DBitmap_getAddr16.cpp12 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/
DSkBitmap.h861 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/
Detc1.cpp63 if (etc1_encode_image((unsigned char*) bm.getAddr16(0, 0), in onOnceBeforeDraw()
/third_party/skia/include/core/
DSkBitmap.h883 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/
Dcompressed_textures.cpp135 if (etc1_encode_image((unsigned char*)bm.getAddr16(0, 0), in make_compressed_image()
Dwacky_yuv_formats.cpp505 *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/
DGrMatrixConvolutionEffect.cpp119 *bm.getAddr16(i, 0) = SkFloatToHalf(values[i]); in Make()
/third_party/flutter/skia/site/user/api/
DSkBitmap_Reference.md85 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/
Ddocumumentation_examples_map.txt129 uint16_t* getAddr16(int x, int y) const;
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt129 uint16_t* getAddr16(int x, int y) const;