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

/external/skia/src/core/
H A DSkAAClip.cpp425 const int trimR = *data++; local
429 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
431 int expectedWidth = origWidth - trimL - trimR;
/external/skqp/src/core/
H A DSkAAClip.cpp425 const int trimR = *data++; local
429 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
431 int expectedWidth = origWidth - trimL - trimR;

Completed in 148 milliseconds