Lines Matching full:could

112     HRM(CoCreateGuid(&guid), "Could not create GUID for id.");  in createId()
116 HRM(E_UNEXPECTED, "Could not format GUID into id."); in createId()
174 "Could not create thumbnail generator."); in createXpsThumbnail()
189 "Could not create thumbnail part uri."); in createXpsThumbnail()
196 "Could not generate thumbnail."); in createXpsThumbnail()
211 "Could not create page part uri."); in createXpsPage()
218 "Could not create page."); in createXpsPage()
229 "Could not create document sequence part uri."); in initXpsDocumentWriter()
240 "Could not create package writer."); in initXpsDocumentWriter()
249 "Could not create fixed document part uri."); in initXpsDocumentWriter()
255 "Could not start document."); in initXpsDocumentWriter()
274 "Could not create scale canvas."); in endSheet()
277 "Could not get scale canvas visuals."); in endSheet()
282 "Could not create geometry to physical transform."); in endSheet()
284 "Could not set transform on scale canvas."); in endSheet()
288 "Could not add base canvas to scale canvas."); in endSheet()
299 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); in endSheet()
303 "Could not add scale canvas to page."); in endSheet()
320 "Could not write the page."); in endSheet()
410 "Could not get embedding option from font."); in subset_typeface()
414 "Could not get part uri from font."); in subset_typeface()
420 "Could not set new stream for subsetted font."); in subset_typeface()
434 HRBM(this->fPackageWriter->Close(), "Could not close writer."); in endPortfolio()
533 "Could not create transform."); in createXpsTransform()
543 "Could not create geometry."); in createPath()
546 HRM(geometry->GetFigures(&figureCollection), "Could not get figures."); in createPath()
547 HRM(figureCollection->Append(figure), "Could not add figure."); in createPath()
549 HRM(this->fXpsFactory->CreatePath(path), "Could not create path."); in createPath()
550 HRM((*path)->SetGeometryLocal(geometry.get()), "Could not set geometry"); in createPath()
552 HRM(visuals->Append(*path), "Could not add path to visuals."); in createPath()
562 "Could not create solid color brush."); in createXpsSolidColorBrush()
563 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity."); in createXpsSolidColorBrush()
583 "Could not create brush for side of clamp."); in sideOfClamp()
585 "Could not set tile mode for side of clamp."); in sideOfClamp()
587 "Could not set brush for side of clamp"); in sideOfClamp()
604 "Could not set brush for corner of clamp."); in cornerOfClamp()
643 "Could not create stream from png data."); in createXpsImageBrush()
654 "Could not create image part uri."); in createXpsImageBrush()
662 "Could not create image resource."); in createXpsImageBrush()
672 "Could not create image brush."); in createXpsImageBrush()
678 "Could not set image tile mode"); in createXpsImageBrush()
680 "Could not set image opacity."); in createXpsImageBrush()
692 "Could not create image brush canvas."); in createXpsImageBrush()
695 "Could not get image brush canvas visuals collection."); in createXpsImageBrush()
707 "Could not set tile mode for image brush central path."); in createXpsImageBrush()
709 "Could not set fill brush for image brush central path."); in createXpsImageBrush()
797 "Could not create visual brush for image brush."); in createXpsImageBrush()
799 "Could not set canvas on visual brush for image brush."); in createXpsImageBrush()
801 "Could not set tile mode on visual brush for image brush."); in createXpsImageBrush()
803 "Could not set opacity on visual brush for image brush."); in createXpsImageBrush()
812 "Could not set transform for image brush."); in createXpsImageBrush()
828 "Could not create gradient stop."); in createXpsGradientStop()
866 "Could not create linear gradient brush."); in createXpsLinearGradient()
869 "Could not set transform on linear gradient brush."); in createXpsLinearGradient()
874 "Could not get linear gradient stop collection."); in createXpsLinearGradient()
881 "Could not add linear gradient stop."); in createXpsLinearGradient()
885 "Could not set spread method of linear gradient."); in createXpsLinearGradient()
888 "Could not set opacity of linear gradient brush."); in createXpsLinearGradient()
943 "Could not create radial gradient brush."); in createXpsRadialGradient()
946 "Could not set transform on radial gradient brush."); in createXpsRadialGradient()
951 "Could not get radial gradient stop collection."); in createXpsRadialGradient()
958 "Could not add radial gradient stop."); in createXpsRadialGradient()
962 "Could not set spread method of radial gradient."); in createXpsRadialGradient()
965 "Could not set opacity of radial gradient brush."); in createXpsRadialGradient()
1097 "Could not create quad geometry figure."); in createXpsQuad()
1122 "Could not add segment data to quad."); in createXpsQuad()
1125 HRM((*xpsQuad)->SetIsClosed(stroke), "Could not set quad close."); in createXpsQuad()
1126 HRM((*xpsQuad)->SetIsFilled(fill), "Could not set quad fill."); in createXpsQuad()
1190 "Could not create shaded path for rect."); in internalDrawRect()
1195 "Could not create shaded geometry for rect."); in internalDrawRect()
1199 "Could not set shaded geometry for rect."); in internalDrawRect()
1213 "Could not set transform for rect."); in internalDrawRect()
1237 "Could not get shaded figures for rect."); in internalDrawRect()
1241 "Could not add shaded figure for rect."); in internalDrawRect()
1248 "Could not get current visuals for rect."); in internalDrawRect()
1250 "Could not add rect to current visuals."); in internalDrawRect()
1270 "Could not set path segments."); in close_figure()
1274 HRM(figure->SetIsClosed(stroke), "Could not set path closed."); in close_figure()
1275 HRM(figure->SetIsFilled(fill), "Could not set path fill."); in close_figure()
1278 HRM(figures->Append(figure), "Could not add path to geometry."); in close_figure()
1310 "Could not create path geometry figure."); in addXpsPathGeometry()
1394 "Could not get mask shaded geometry."); in applyMask()
1399 "Could not get mask shaded figures."); in applyMask()
1418 "Could not set mask."); in applyMask()
1424 "Could not create mask shaded figure."); in applyMask()
1426 "Could not add mask shaded figure."); in applyMask()
1433 "Could not get mask current visuals."); in applyMask()
1435 "Could not add masked shaded path to current visuals."); in applyMask()
1459 "Could not set fill for shaded path."); in shadePath()
1467 "Could not set stroke brush for shaded path."); in shadePath()
1470 "Could not set shaded path stroke thickness."); in shadePath()
1476 "Could not set dashes for shaded path."); in shadePath()
1480 HRM(dashes->Append(&dash), "Could not add dashes to shaded path."); in shadePath()
1482 "Could not set dash offset for shaded path."); in shadePath()
1528 "Could not create shaded path for path."); in drawPath()
1533 "Could not create shaded geometry for path."); in drawPath()
1537 "Could not add the shaded geometry to shaded path."); in drawPath()
1608 "Could not get shaded figures for shaded path."); in drawPath()
1629 SkDEBUGF("Could not simplify inverse winding path."); in drawPath()
1642 "Could not add even-odd flip figure to shaded path."); in drawPath()
1651 "Could not set fill rule for shaded path."); in drawPath()
1660 "Could not set transform on shaded path."); in drawPath()
1680 "Could not get current visuals for shaded path."); in drawPath()
1682 "Could not add shaded path to current visuals."); in drawPath()
1701 "Could not create clip geometry."); in clipToPath()
1706 "Could not get the clip figures."); in clipToPath()
1714 "Could not set fill rule."); in clipToPath()
1716 "Could not set clip geometry."); in clipToPath()
1746 "Could not create font stream."); in CreateTypefaceUse()
1757 "Could not create font resource part uri."); in CreateTypefaceUse()
1765 "Could not create font resource."); in CreateTypefaceUse()
1798 HRM(xpsFactory->CreateGlyphs(font->xpsFont.get(), &glyphs), "Could not create glyphs."); in AddGlyphs()
1799 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index."); in AddGlyphs()
1813 "Could not set transform matrix."); in AddGlyphs()
1822 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs()
1826 "Could not set unicode string."); in AddGlyphs()
1831 "Could not set glyphs."); in AddGlyphs()
1834 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()
1843 "Could not set fill brush."); in AddGlyphs()
1845 HRM(glyphs->SetOrigin(origin), "Could not set glyph origin."); in AddGlyphs()
1848 "Could not set font size."); in AddGlyphs()
1851 "Could not set style simulations."); in AddGlyphs()
1854 HRM(canvas->GetVisuals(&visuals), "Could not get glyph canvas visuals."); in AddGlyphs()
1858 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas."); in AddGlyphs()
1862 "Could not create glyph canvas."); in AddGlyphs()
1866 "Could not get glyph visuals collection."); in AddGlyphs()
1869 "Could not add glyphs to page."); in AddGlyphs()
1873 "Could not add glyph canvas to page."); in AddGlyphs()
1963 "Could not create layer transform."); in drawDevice()
1965 "Could not set layer transform."); in drawDevice()
1970 "Could not get current visuals for layer."); in drawDevice()
1972 "Could not add layer to current visuals."); in drawDevice()