Searched refs:SK_BLITBWMASK_ARGS (Results 1 - 10 of 10) sorted by relevance

/external/skia/legacy/src/core/
H A DSkBlitBWMaskTemplate.h19 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) argument
125 #undef SK_BLITBWMASK_ARGS macro
H A DSkBlitter_A8.cpp98 #define SK_BLITBWMASK_ARGS macro
117 #define SK_BLITBWMASK_ARGS , U8CPU sa, unsigned dst_scale macro
H A DSkBlitter_ARGB32.cpp124 #define SK_BLITBWMASK_ARGS , SkPMColor color macro
143 #define SK_BLITBWMASK_ARGS , uint32_t sc, unsigned dst_scale macro
H A DSkBlitter_4444.cpp291 #define SK_BLITBWMASK_ARGS , SkPMColor16 color macro
310 #define SK_BLITBWMASK_ARGS , uint16_t sc, unsigned dst_scale macro
H A DSkBlitter_RGB16.cpp199 #define SK_BLITBWMASK_ARGS macro
363 #define SK_BLITBWMASK_ARGS , uint16_t color macro
627 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color macro
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h19 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) argument
125 #undef SK_BLITBWMASK_ARGS macro
H A DSkBlitter_A8.cpp98 #define SK_BLITBWMASK_ARGS macro
117 #define SK_BLITBWMASK_ARGS , U8CPU sa, unsigned dst_scale macro
H A DSkBlitter_4444.cpp291 #define SK_BLITBWMASK_ARGS , SkPMColor16 color macro
310 #define SK_BLITBWMASK_ARGS , uint16_t sc, unsigned dst_scale macro
H A DSkBlitter_RGB16.cpp199 #define SK_BLITBWMASK_ARGS macro
363 #define SK_BLITBWMASK_ARGS , uint16_t color macro
627 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color macro
H A DSkBlitter_ARGB32.cpp125 #define SK_BLITBWMASK_ARGS , SkPMColor color macro
144 #define SK_BLITBWMASK_ARGS , uint32_t sc, unsigned dst_scale macro

Completed in 26 milliseconds