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

  /external/skia/src/core/
SkBlitBWMaskTemplate.h 19 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS)
20 SK_BLITBWMASK_ARGS list of additional arguments to SK_BLITBWMASK_NAME, beginning with a comma
26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
125 #undef SK_BLITBWMASK_ARGS
SkBlitter_A8.cpp 98 #define SK_BLITBWMASK_ARGS
117 #define SK_BLITBWMASK_ARGS , U8CPU sa, unsigned dst_scale
SkBlitter_ARGB32.cpp 124 #define SK_BLITBWMASK_ARGS , SkPMColor color
143 #define SK_BLITBWMASK_ARGS , uint32_t sc, unsigned dst_scale
SkBlitter_4444.cpp 291 #define SK_BLITBWMASK_ARGS , SkPMColor16 color
310 #define SK_BLITBWMASK_ARGS , uint16_t sc, unsigned dst_scale
SkBlitter_RGB16.cpp 199 #define SK_BLITBWMASK_ARGS
363 #define SK_BLITBWMASK_ARGS , uint16_t color
627 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
    [all...]

Completed in 66 milliseconds