Searched defs:rgb565 (Results 1 – 12 of 12) sorted by relevance
227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local328 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
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
142 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
260 uint16_t rgb565; member
91 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
161 static SkPMColor from565(uint16_t rgb565) { in from565()
390 static const uint16_t rgb565[kNumPixels] = { variable
164 uint16_t rgb565; member
567 static const uint16_t rgb565[kNumPixels] = { variable
64 uint16_t rgb565; member
157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local