Lines Matching defs:dimensions
74 dimensions are greater than zero;
90 dimensions are greater than zero;
118 dimensions are greater than zero;
138 dimensions are greater than zero;
235 /** Creates SkImage from picture. Returned SkImage width and height are set by dimensions.
242 @param dimensions width and height
249 static sk_sp<SkImage> MakeFromPicture(sk_sp<SkPicture> picture, const SkISize& dimensions,
477 @param dimensions width & height of promised gpu texture
490 SkISize dimensions,
589 SkISize dimensions() const { return SkISize::Make(fInfo.width(), fInfo.height()); }