Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/opts/
H A DSkBitmapProcState_opts.h38 static void decode_packed_coordinates_and_weight(U32 packed, Out* v0, Out* v1, Out* w) { in decode_packed_coordinates_and_weight() function
111 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
164 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
194 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
206 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
273 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
284 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
358 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
369 decode_packed_coordinates_and_weight(*xy++, &x0, &x1, &wx); in S32_alpha_D32_filter_DX()
525 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
[all …]
/aosp_15_r20/external/skia/tests/
H A DMatrixProcsTest.cpp270 sktests::decode_packed_coordinates_and_weight(tc.input, &lower, &upper, &lerp); in DEF_TEST()