Lines Matching defs:mask
256 Rect mask = invalidatedArea;
258 if (mask.Intersect(mask, textRect)) {
259 Draw(gfxDstBuffer, mask, textRect, style, offsetX, ellipsisIndex, opaScale);
264 const Rect& mask,
287 if (pos.y > mask.GetBottom()) {
312 Rect currentMask(mask.GetLeft(), pos.y, mask.GetRight(), pos.y + curLineHeight);
313 currentMask.Intersect(currentMask, mask);
314 if (nextLine >= mask.GetTop()) {