Lines Matching refs:fInfo
86 fInfo = info.makeWH(subset->width(), subset->height()); in Validator()
90 fInfo = fInfo.makeColorType(*colorType); in Validator()
93 fInfo = fInfo.makeColorSpace(colorSpace); in Validator()
126 : INHERITED(validator->fInfo.width(), validator->fInfo.height(), validator->fUniqueID) in SkImage_Lazy()
128 , fInfo(validator->fInfo) in SkImage_Lazy()
196 SkBitmapCache::RecPtr cacheRec = SkBitmapCache::Alloc(desc, fInfo, &pmap); in getROPixels()
205 if (!bitmap->tryAllocPixels(fInfo) || in getROPixels()
255 SkASSERT(fInfo.bounds().contains(subset)); in onMakeSubset()
256 SkASSERT(fInfo.bounds() != subset); in onMakeSubset()
259 const SkColorType colorType = fInfo.colorType(); in onMakeSubset()
260 Validator validator(fSharedGenerator, &generatorSubset, &colorType, fInfo.refColorSpace()); in onMakeSubset()
274 SkIRect::MakeXYWH(fOrigin.x(), fOrigin.y(), fInfo.width(), fInfo.height()); in onMakeColorTypeAndColorSpace()
417 if ((proxy = generator->generateTexture(ctx, fInfo, fOrigin, willBeMipped))) { in lockTextureProxy()
432 const GrSurfaceDesc desc = GrImageInfoToSurfaceDesc(fInfo); in lockTextureProxy()
434 SkColorType colorType = fInfo.colorType(); in lockTextureProxy()
446 SkColorSpace* thisColorSpace = fInfo.colorSpace(); in lockTextureProxy()