Lines Matching defs:cx
124 int cx = clip.fLeft;
130 const uint8_t* bits = mask.getAddr1(cx, cy);
132 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
134 bits_to_runs(this, cx, cy, bits, 0xFF, mask_rowBytes, 0xFF);
139 int left_edge = cx - maskLeft;
159 // have cx reflect our actual starting x-coord
160 cx -= left_edge & 7;
165 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask);
171 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);