Searched refs:RowProc (Results 1 - 9 of 9) sorted by relevance
/external/skia/src/core/ |
H A D | SkBlitMask.h | 47 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 D | SkBlitMask_D32.cpp | 556 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 D | SkBlitter_ARGB32.cpp | 384 SkBlitMask::RowProc proc = NULL;
|
H A D | SkAAClip.cpp | 1323 typedef void (*RowProc)(SkAAClip::Builder&, int bottom, typedef
|
/external/skia/src/images/ |
H A D | SkScaledBitmapSampler.h | 53 typedef bool (*RowProc)(void* SK_RESTRICT dstRow, typedef in class:SkScaledBitmapSampler 63 RowProc fRowProc;
|
H A D | SkScaledBitmapSampler.cpp | 337 static const RowProc gProcs[] = {
|
/external/skia/src/opts/ |
H A D | SkBlitRow_opts_none.cpp | 41 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
|
H A D | opts_check_SSE2.cpp | 185 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
|
H A D | SkBlitRow_opts_arm.cpp | 1867 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig,
|
Completed in 121 milliseconds