Lines Matching refs:fInfo
17 const GrImageInfo& info() const { return fInfo; }
18 const GrColorInfo& colorInfo() const { return fInfo.colorInfo(); }
27 int width() const { return fInfo.width(); }
28 int height() const { return fInfo.height(); }
29 SkISize dimensions() const { return fInfo.dimensions(); }
30 GrColorType colorType() const { return fInfo.colorType(); }
31 SkAlphaType alphaType() const { return fInfo.alphaType(); }
32 SkColorSpace* colorSpace() const { return fInfo.colorSpace(); }
33 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); }
50 (rect.fLeft - surfacePt->fX) * fInfo.bpp();
64 : fAddr(addr), fRowBytes(rowBytes), fInfo(std::move(info)) {
78 GrImageInfo fInfo;