Home | History | Annotate | Download | only in core

Lines Matching refs:prInfo

189             const SkImageInfo& prInfo = pr->info();
190 SkASSERT(fInfo.width() <= prInfo.width());
191 SkASSERT(fInfo.height() <= prInfo.height());
192 SkASSERT(fInfo.colorType() == prInfo.colorType());
193 switch (prInfo.alphaType()) {