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

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp269 int* leftZ, int* riteZ) {
286 *riteZ = *leftZ;
302 *riteZ = zeros;
339 static int trim_row_left_right(uint8_t* row, int width, int leftZ, int riteZ) { argument
357 if (riteZ) {
358 // walk row to the end, and then we'll back up to trim riteZ
371 if (n > riteZ) {
372 row[0] = n - riteZ;
375 riteZ -= n;
376 SkASSERT(riteZ >
268 count_left_right_zeros(const uint8_t* row, int width, int* leftZ, int* riteZ) argument
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp229 int* leftZ, int* riteZ) {
246 *riteZ = *leftZ;
262 *riteZ = zeros;
299 static int trim_row_left_right(uint8_t* row, int width, int leftZ, int riteZ) { argument
317 if (riteZ) {
318 // walk row to the end, and then we'll back up to trim riteZ
331 if (n > riteZ) {
332 row[0] = n - riteZ;
335 riteZ -= n;
336 SkASSERT(riteZ >
228 count_left_right_zeros(const uint8_t* row, int width, int* leftZ, int* riteZ) argument
[all...]

Completed in 84 milliseconds