Lines Matching refs:fInfo
85 fInfo = info.makeWH(subset->width(), subset->height()); in Validator()
89 fInfo = fInfo.makeColorType(*colorType); in Validator()
92 fInfo = fInfo.makeColorSpace(colorSpace); in Validator()
125 : INHERITED(validator->fInfo.width(), validator->fInfo.height(), validator->fUniqueID) in SkImage_Lazy()
127 , fInfo(validator->fInfo) in SkImage_Lazy()
195 SkBitmapCache::RecPtr cacheRec = SkBitmapCache::Alloc(desc, fInfo, &pmap); in getROPixels()
204 if (!bitmap->tryAllocPixels(fInfo) || in getROPixels()
253 SkASSERT(fInfo.bounds().contains(subset)); in onMakeSubset()
254 SkASSERT(fInfo.bounds() != subset); in onMakeSubset()
257 const SkColorType colorType = fInfo.colorType(); in onMakeSubset()
258 Validator validator(fSharedGenerator, &generatorSubset, &colorType, fInfo.refColorSpace()); in onMakeSubset()
271 SkIRect::MakeXYWH(fOrigin.x(), fOrigin.y(), fInfo.width(), fInfo.height()); in onMakeColorTypeAndColorSpace()
414 if ((proxy = generator->generateTexture(ctx, fInfo, fOrigin, willBeMipped))) { in lockTextureProxy()
429 const GrSurfaceDesc desc = GrImageInfoToSurfaceDesc(fInfo); in lockTextureProxy()
431 SkColorType colorType = fInfo.colorType(); in lockTextureProxy()
443 SkColorSpace* thisColorSpace = fInfo.colorSpace(); in lockTextureProxy()