Searched defs:dstRuns (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkAAClip.cpp1965 int16_t* SK_RESTRICT dstRuns,
1980 dstRuns[0] = minN;
1981 dstRuns += minN;
2002 dstRuns[0] = 0;
1961 merge(const uint8_t* SK_RESTRICT row, int rowN, const SkAlpha* SK_RESTRICT srcAA, const int16_t* SK_RESTRICT srcRuns, SkAlpha* SK_RESTRICT dstAA, int16_t* SK_RESTRICT dstRuns, int width) argument
/external/skqp/src/core/
H A DSkAAClip.cpp1965 int16_t* SK_RESTRICT dstRuns,
1980 dstRuns[0] = minN;
1981 dstRuns += minN;
2002 dstRuns[0] = 0;
1961 merge(const uint8_t* SK_RESTRICT row, int rowN, const SkAlpha* SK_RESTRICT srcAA, const int16_t* SK_RESTRICT srcRuns, SkAlpha* SK_RESTRICT dstAA, int16_t* SK_RESTRICT dstRuns, int width) argument

Completed in 340 milliseconds