Home
last modified time | relevance | path

Searched defs:decode_packed_coordinates_and_weight (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/opts/
DSkBitmapProcState_opts.h31 static void decode_packed_coordinates_and_weight(uint32_t packed, int* v0, int* v1, int* w) { in decode_packed_coordinates_and_weight() function
45 static void decode_packed_coordinates_and_weight(__m128i packed, in decode_packed_coordinates_and_weight() function
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h34 static void decode_packed_coordinates_and_weight(U32 packed, Out* v0, Out* v1, Out* w) { in decode_packed_coordinates_and_weight() function