Searched defs:rgb565 (Results 1 – 14 of 14) sorted by relevance
227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local342 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
68 constexpr ColorRgba8888 EncodeRgba8888(ColorRgb565 rgb565) { in EncodeRgba8888()
19 GLColor Convert565(const R5G6B5 &rgb565) in Convert565()31 R5G6B5 rgb565; in Convert565() local
87 uint16_t RGB::rgb565() const in rgb565() function in kms::RGB
35 uint16_t rgb565; member
111 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
113 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
56 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
170 static SkPMColor from565(uint16_t rgb565) { in from565()
366 uint16_t rgb565; member
414 static const uint16_t rgb565[kNumPixels] = { variable
158 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local160 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local
148 uint16_t rgb565; member
90 let rgb565 = (r16 | g16 | b16).to_le_bytes(); localVariable