Searched refs:solid_8_pixels (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_A8.cpp85 #define solid_8_pixels(mask, dst) \ macro
99 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst)
H A DSkBlitter_ARGB32.cpp112 #define solid_8_pixels(mask, dst, color) \ macro
126 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
H A DSkBlitter_RGB16.cpp358 #define solid_8_pixels(mask, dst, color) \ macro
372 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
/external/skia/src/core/
H A DSkBlitter_A8.cpp85 #define solid_8_pixels(mask, dst) \ macro
99 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst)
H A DSkBlitter_ARGB32.cpp112 #define solid_8_pixels(mask, dst, color) \ macro
126 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)
H A DSkBlitter_RGB16.cpp352 #define solid_8_pixels(mask, dst, color) \ macro
366 #define SK_BLITBWMASK_BLIT8(mask, dst) solid_8_pixels(mask, dst, color)

Completed in 107 milliseconds