Home | History | Annotate | Download | only in xps

Lines Matching full:visuals

286          "Could not get scale canvas visuals.");
308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.");
540 IXpsOMVisualCollection* visuals,
553 HRM(visuals->Append(*path), "Could not add path to visuals.");
572 IXpsOMVisualCollection* visuals) {
577 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
595 IXpsOMVisualCollection* visuals) {
600 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
695 "Could not get image brush canvas visuals collection.");
1291 //Add the shaded path to the current visuals.
1294 visuals for rect.");
1296 "Could not add rect to current visuals.");
1451 "Could not get inverse canvas visuals.");
1482 "Could not add old inverse path to new canvas visuals.");
1494 "Could not add inverse shaded path to canvas visuals.");
1532 "Could not add top canvas to inverse canvas visuals.");
1535 "Could not get top inverse canvas visuals.");
1537 "Could not add top inverse path to top canvas visuals.");
1619 "Could not get mask current visuals.");
1621 "Could not add masked shaded path to current visuals.");
1922 "Could not get current visuals for shaded path.");
1924 "Could not add shaded path to current visuals.");
2024 "Could not get current visuals for bitmap");
2026 "Could not add bitmap to current visuals.");
2173 SkTScopedComPtr<IXpsOMVisualCollection> visuals;
2174 HRM(canvas->GetVisuals(&visuals), "Could not get glyph canvas visuals.");
2178 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
2186 "Could not get glyph visuals collection.");
2192 HRM(visuals->Append(glyphCanvas.get()),
2408 "Could not get current visuals for layer.");
2410 "Could not add layer to current visuals.");