Home | History | Annotate | Download | only in xps

Lines Matching defs:visuals

287          "Could not get scale canvas visuals.");
309 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.");
541 IXpsOMVisualCollection* visuals,
554 HRM(visuals->Append(*path), "Could not add path to visuals.");
573 IXpsOMVisualCollection* visuals) {
578 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
596 IXpsOMVisualCollection* visuals) {
601 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
696 "Could not get image brush canvas visuals collection.");
1288 //Add the shaded path to the current visuals.
1291 visuals for rect.");
1293 "Could not add rect to current visuals.");
1448 "Could not get inverse canvas visuals.");
1479 "Could not add old inverse path to new canvas visuals.");
1491 "Could not add inverse shaded path to canvas visuals.");
1529 "Could not add top canvas to inverse canvas visuals.");
1532 "Could not get top inverse canvas visuals.");
1534 "Could not add top inverse path to top canvas visuals.");
1612 "Could not get mask current visuals.");
1614 "Could not add masked shaded path to current visuals.");
1913 "Could not get current visuals for shaded path.");
1915 "Could not add shaded path to current visuals.");
2015 "Could not get current visuals for bitmap");
2017 "Could not add bitmap to current visuals.");
2165 SkTScopedComPtr<IXpsOMVisualCollection> visuals;
2166 HRM(canvas->GetVisuals(&visuals), "Could not get glyph canvas visuals.");
2170 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
2178 "Could not get glyph visuals collection.");
2184 HRM(visuals->Append(glyphCanvas.get()),
2402 "Could not get current visuals for layer.");
2404 "Could not add layer to current visuals.");