Searched refs:RowProc (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkBlitMask.h47 typedef void (*RowProc)(void* dst, const void* mask, typedef in class:SkBlitMask
78 * Public entry-point to return a blitmask RowProc.
81 static RowProc RowFactory(SkBitmap::Config, SkMask::Format, RowFlags);
84 * Return either platform specific optimized blitmask RowProc,
87 static RowProc PlatformRowProcs(SkBitmap::Config, SkMask::Format, RowFlags);
H A DSkBlitMask_D32.cpp556 SkBlitMask::RowProc SkBlitMask::RowFactory(SkBitmap::Config config,
560 RowProc proc = PlatformRowProcs(config, format, flags);
565 static const RowProc gProcs[] = {
567 NULL, NULL, //(RowProc)BW_RowProc_Blend, (RowProc)BW_RowProc_Opaque,
568 (RowProc)A8_RowProc_Blend, (RowProc)A8_RowProc_Opaque,
569 (RowProc)LCD16_RowProc_Blend, (RowProc)LCD16_RowProc_Opaque,
570 (RowProc)LCD32_RowProc_Blen
[all...]
H A DSkBlitter_ARGB32.cpp384 SkBlitMask::RowProc proc = NULL;
H A DSkAAClip.cpp1323 typedef void (*RowProc)(SkAAClip::Builder&, int bottom, typedef
/external/skia/src/images/
H A DSkScaledBitmapSampler.h53 typedef bool (*RowProc)(void* SK_RESTRICT dstRow, typedef in class:SkScaledBitmapSampler
63 RowProc fRowProc;
H A DSkScaledBitmapSampler.cpp337 static const RowProc gProcs[] = {
/external/skia/src/opts/
H A DSkBlitRow_opts_none.cpp41 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
H A Dopts_check_SSE2.cpp185 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
H A DSkBlitRow_opts_arm.cpp1867 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,

Completed in 121 milliseconds