Searched defs:store4 (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
|
/external/skqp/src/core/ |
D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
|
/external/pdfium/third_party/libpng16/intel/ |
D | filter_sse2_intrinsics.c | 36 static void store4(void* p, __m128i v) { in store4() function
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 36 static void store4(void* p, __m128i v) { in store4() function
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 161 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 174 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 154 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 175 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
|