Home | History | Annotate | Download | only in xps

Lines Matching refs:visuals

281          "Could not get scale canvas visuals.");
303 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.");
497 IXpsOMVisualCollection* visuals,
510 HRM(visuals->Append(*path), "Could not add path to visuals.");
529 IXpsOMVisualCollection* visuals) {
534 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
552 IXpsOMVisualCollection* visuals) {
557 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
652 "Could not get image brush canvas visuals collection.");
1240 //Add the shaded path to the current visuals.
1243 "Could not get current visuals for rect.");
1245 "Could not add rect to current visuals.");
1400 "Could not get inverse canvas visuals.");
1431 "Could not add old inverse path to new canvas visuals.");
1443 "Could not add inverse shaded path to canvas visuals.");
1481 "Could not add top canvas to inverse canvas visuals.");
1484 "Could not get top inverse canvas visuals.");
1486 "Could not add top inverse path to top canvas visuals.");
1583 "Could not get mask current visuals.");
1585 "Could not add masked shaded path to current visuals.");
1886 "Could not get current visuals for shaded path.");
1888 "Could not add shaded path to current visuals.");
2000 "Could not get current visuals for bitmap");
2002 "Could not add bitmap to current visuals.");
2140 SkTScopedComPtr<IXpsOMVisualCollection> visuals;
2141 HRM(canvas->GetVisuals(&visualsvisuals.");
2145 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
2153 "Could not get glyph visuals collection.");
2159 HRM(visuals->Append(glyphCanvas.get()),
2380 "Could not get current visuals for layer.");
2382 "Could not add layer to current visuals.");