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

  /external/skia/src/core/
SkBlitter_ARGB32.cpp 338 fProc32Blend = SkBlitRow::Factory32(flags | SkBlitRow::kGlobalAlpha_Flag32);
350 fProc32Blend = blend_srcmode;
501 fProc32Blend(device, span, count, aa);
521 fProc32Blend(device, span, count, aa);
620 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
676 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
SkCoreBlitters.h 178 SkBlitRow::Proc32 fProc32Blend;

Completed in 93 milliseconds