Searched defs:fastProc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/codec/
H A DSkSwizzler.cpp676 RowProc fastProc = nullptr; local
732 fastProc = ©
742 fastProc = &fast_swizzle_gray_to_n32;
746 fastProc = ©
762 fastProc = &SkipLeadingGrayAlphaZerosThen
766 fastProc = &fast_swizzle_grayalpha_to_n32_unpremul;
771 fastProc = &SkipLeadingGrayAlphaZerosThen
775 fastProc = &fast_swizzle_grayalpha_to_n32_premul;
802 fastProc = &SkipLeading8888ZerosThen<fast_swizzle_bgra_to_n32_unpremul>;
805 fastProc
912 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) argument
[all...]

Completed in 411 milliseconds