Searched refs:antiRect (Results 1 – 2 of 2) sorted by relevance
115 const SkAntiRect& antiRect = deltas->getAntiRect(); in blitCoverageDeltas() local122 if (y >= antiRect.fY && y < antiRect.fY + antiRect.fHeight) { in blitCoverageDeltas()124 int leftOverClip = clip.fLeft - antiRect.fX; in blitCoverageDeltas()125 int rightOverClip = antiRect.fX + antiRect.fWidth - clip.fRight; in blitCoverageDeltas()126 int topOverClip = clip.fTop - antiRect.fY; in blitCoverageDeltas()127 int botOverClip = antiRect.fY + antiRect.fHeight - clip.fBottom; in blitCoverageDeltas()129 int rectX = antiRect.fX; in blitCoverageDeltas()130 int rectY = antiRect.fY; in blitCoverageDeltas()131 int width = antiRect.fWidth; in blitCoverageDeltas()132 int height = antiRect.fHeight; in blitCoverageDeltas()[all …]
114 const SkAntiRect& antiRect = deltas->getAntiRect(); in blitCoverageDeltas() local121 if (y >= antiRect.fY && y < antiRect.fY + antiRect.fHeight) { in blitCoverageDeltas()123 int leftOverClip = clip.fLeft - antiRect.fX; in blitCoverageDeltas()124 int rightOverClip = antiRect.fX + antiRect.fWidth - clip.fRight; in blitCoverageDeltas()125 int topOverClip = clip.fTop - antiRect.fY; in blitCoverageDeltas()126 int botOverClip = antiRect.fY + antiRect.fHeight - clip.fBottom; in blitCoverageDeltas()128 int rectX = antiRect.fX; in blitCoverageDeltas()129 int rectY = antiRect.fY; in blitCoverageDeltas()130 int width = antiRect.fWidth; in blitCoverageDeltas()131 int height = antiRect.fHeight; in blitCoverageDeltas()[all …]