Home | History | Annotate | Download | only in codec

Lines Matching defs:fastProc

817     RowProc fastProc = nullptr;
850 fastProc = &fast_swizzle_gray_to_n32;
854 fastProc = ©
876 fastProc = &SkipLeadingGrayAlphaZerosThen
880 fastProc = &fast_swizzle_grayalpha_to_n32_premul;
886 fastProc = &SkipLeadingGrayAlphaZerosThen
890 fastProc = &fast_swizzle_grayalpha_to_n32_unpremul;
955 fastProc = &fast_swizzle_rgb_to_rgba;
965 fastProc = &fast_swizzle_rgb_to_bgra;
992 fastProc = &SkipLeading8888ZerosThen
996 fastProc = &fast_swizzle_rgba_to_rgba_premul;
1001 fastProc = &SkipLeading8888ZerosThen<copy>;
1004 fastProc = &copy;
1019 fastProc = &SkipLeading8888ZerosThen
1023 fastProc = &fast_swizzle_rgba_to_bgra_premul;
1028 fastProc = &SkipLeading8888ZerosThen
1032 fastProc = &fast_swizzle_rgba_to_bgra_unpremul;
1044 fastProc = &fast_swizzle_rgb_to_rgba;
1048 fastProc = &fast_swizzle_rgb_to_bgra;
1078 fastProc = &SkipLeading8888ZerosThen
1082 fastProc = &fast_swizzle_rgba_to_rgba_premul;
1087 fastProc = &SkipLeading8888ZerosThen<copy>;
1090 fastProc = &copy;
1098 fastProc = &SkipLeading8888ZerosThen
1102 fastProc = &fast_swizzle_rgba_to_bgra_premul;
1107 fastProc = &SkipLeading8888ZerosThen
1111 fastProc = &fast_swizzle_rgba_to_bgra_unpremul;
1123 fastProc = &fast_swizzle_cmyk_to_rgba;
1127 fastProc = &fast_swizzle_cmyk_to_bgra;
1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame);
1148 RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcBPP,
1166 return std::unique_ptr<SkSwizzler>(new SkSwizzler(fastProc, proc, ctable, srcOffset, srcWidth,
1170 SkSwizzler::SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
1172 : fFastProc(fastProc)