HomeSort by relevance Sort by last modified time
    Searched defs:fastProc (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkSwizzler.cpp 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;
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 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;
    [all...]

Completed in 828 milliseconds