Lines Matching defs:info
200 if (!dContext || !SkImageInfoValidConversion(pm.info(), this->imageInfo())) {
212 if (!dContext || !SkImageInfoValidConversion(this->imageInfo(), pm.info())) {
762 const GrColorInfo& info,
772 if (!info.isAlphaOnly() && (paint->getColor() & 0x00FFFFFF) != 0x00FFFFFF) {
782 if (info.isAlphaOnly()) {
787 auto csxf = GrColorSpaceXform::Make(info, fSurfaceDrawContext->colorInfo());
790 std::move(view), info.alphaType(), std::move(csxf),
817 SkVerticesPriv info(vertices->priv());
821 this->asMatrixProvider(), mode, info.hasColors(), &grPaint)) {
951 void Device::asyncRescaleAndReadPixels(const SkImageInfo& info,
963 sdc->asyncRescaleAndReadPixels(dContext, info, srcRect, rescaleGamma, rescaleMode, callback,
1022 sk_sp<SkSurface> Device::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
1026 return SkSurface::MakeRenderTarget(fContext.get(), kBudgeted, info,