Searched refs:fProc32Blend (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp347 fProc32Blend = SkBlitRow::Factory32(flags | SkBlitRow::kGlobalAlpha_Flag32);
357 fProc32Blend = blend_srcmode;
496 fProc32Blend(device, span, count, aa);
516 fProc32Blend(device, span, count, aa);
615 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
652 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
H A DSkCoreBlitters.h132 SkBlitRow::Proc32 fProc32Blend; member in class:SkARGB32_Shader_Blitter
/external/skqp/src/core/
H A DSkBlitter_ARGB32.cpp347 fProc32Blend = SkBlitRow::Factory32(flags | SkBlitRow::kGlobalAlpha_Flag32);
357 fProc32Blend = blend_srcmode;
496 fProc32Blend(device, span, count, aa);
516 fProc32Blend(device, span, count, aa);
615 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
652 SkBlitRow::Proc32 proc = (255 == alpha) ? fProc32 : fProc32Blend;
H A DSkCoreBlitters.h132 SkBlitRow::Proc32 fProc32Blend; member in class:SkARGB32_Shader_Blitter

Completed in 109 milliseconds