Lines Matching defs:visuals
274 "Could not get scale canvas visuals.");
296 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.");
536 IXpsOMVisualCollection* visuals,
549 HRM(visuals->Append(*path), "Could not add path to visuals.");
568 IXpsOMVisualCollection* visuals) {
573 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
591 IXpsOMVisualCollection* visuals) {
596 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
692 "Could not get image brush canvas visuals collection.");
1255 //Add the shaded path to the current visuals.
1258 "Could not get current visuals for rect.");
1260 "Could not add rect to current visuals.");
1442 "Could not get mask current visuals.");
1444 "Could not add masked shaded path to current visuals.");
1690 "Could not get current visuals for shaded path.");
1692 "Could not add shaded path to current visuals.");
1863 SkTScopedComPtr<IXpsOMVisualCollection> visuals;
1864 HRM(canvas->GetVisuals(&visuals), "Could not get glyph canvas visuals.");
1868 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
1876 "Could not get glyph visuals collection.");
1882 HRM(visuals->Append(glyphCanvas.get()),
1978 "Could not get current visuals for layer.");
1980 "Could not add layer to current visuals.");