Lines Matching refs:fWidth
30 return desc.fWidth <= 0 && in is_valid_fully_lazy()
38 return ((desc.fWidth > 0 && desc.fHeight > 0) || in is_valid_partially_lazy()
39 (desc.fWidth <= 0 && desc.fHeight <= 0)) && in is_valid_partially_lazy()
44 return desc.fWidth > 0 && in is_valid_non_lazy()
58 , fWidth(desc.fWidth) in GrSurfaceProxy()
88 , fWidth(fTarget->width()) in GrSurfaceProxy()
141 desc.fWidth = fWidth; in createSurfaceImpl()
159 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl()
308 return fWidth; in worstCaseWidth()
310 return SkTMax(GrResourceProvider::kMinScratchTextureSize, GrNextPow2(fWidth)); in worstCaseWidth()
347 dstDesc.fWidth = srcRect.width(); in Copy()
413 fProxy->fWidth = fProxy->fTarget->width(); in exactify()
445 fProxy->fWidth = 0; in doLazyInstantiation()
450 if (fProxy->fWidth <= 0 || fProxy->fHeight <= 0) { in doLazyInstantiation()
454 SkASSERT(fProxy->fWidth <= 0 && fProxy->fHeight <= 0); in doLazyInstantiation()
455 fProxy->fWidth = surface->width(); in doLazyInstantiation()