Home
last modified time | relevance | path

Searched refs:decode_packed_coordinates_and_weight (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/opts/
H A 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
51 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
59 decode_packed_coordinates_and_weight(packed_x_coordinates, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
238 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
249 // decode_packed_coordinates_and_weight(), 4x. in S32_alpha_D32_filter_DX()
291 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
321 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
333 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
483 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
490 decode_packed_coordinates_and_weight(*x in S32_alpha_D32_filter_DX()
[all...]

Completed in 2 milliseconds