Lines Matching defs:mask
1398 HRESULT SkXPSDevice::applyMask(const SkMask& mask,
1404 "Could not get mask shaded geometry.");
1409 "Could not get mask shaded figures.");
1413 m.setTranslate(SkIntToScalar(mask.fBounds.fLeft),
1414 SkIntToScalar(mask.fBounds.fTop));
1422 bm.installMaskPixels(mask);
1427 "Could not set mask.");
1433 "Could not create mask shaded figure.");
1435 "Could not add mask shaded figure.");
1442 "Could not get mask current visuals.");
1551 //Determine if we will draw or shade and mask.
1581 SkMask* mask = nullptr;
1600 mask = &rasteredMask;
1605 mask = &filteredMask;
1609 //Draw mask.
1610 HRV(this->applyMask(*mask, ppuScale, shadedPath.get()));