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

  /external/skia/src/core/
SkBlitRow_D32.cpp 174 const uint8_t* mask, size_t maskRB, SkColor color,
178 size_t maskOffset = maskRB - width;
193 const uint8_t* mask, size_t maskRB, SkColor color,
198 maskRB -= width;
208 mask += maskRB;
213 const uint8_t* mask, size_t maskRB, SkColor,
217 maskRB -= width;
227 mask += maskRB;
SkBlitter_RGB16.cpp 216 unsigned maskRB = mask.fRowBytes - width;
221 SkASSERT((int)maskRB >= 0);
231 alpha += maskRB;
387 unsigned maskRB = mask.fRowBytes - width;
467 alpha += maskRB;
479 alpha += maskRB;
647 unsigned maskRB = mask.fRowBytes - width;
661 alpha += maskRB;
    [all...]
SkBlitter_4444.cpp 349 unsigned maskRB = mask.fRowBytes - width;
359 alpha += maskRB;
SkBlitter_ARGB32.cpp 439 unsigned maskRB = mask.fRowBytes - width;
450 alpha += maskRB;
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.h 33 size_t maskRB, SkColor color,
SkBlitRow_opts_SSE2.cpp 396 size_t maskRB, SkColor origColor,
401 size_t maskOffset = maskRB - width;
  /external/skia/include/core/
SkBlitRow.h 98 const uint8_t* mask, size_t maskRB, SkColor color,

Completed in 631 milliseconds