Searched defs:RowProc (Results 1 - 3 of 3) 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 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;

Completed in 68 milliseconds