Lines Matching refs:fWidth
26 return desc.fWidth <= 0 && in is_valid_fully_lazy()
34 return ((desc.fWidth > 0 && desc.fHeight > 0) || in is_valid_partially_lazy()
35 (desc.fWidth <= 0 && desc.fHeight <= 0)) && in is_valid_partially_lazy()
40 return desc.fWidth > 0 && in is_valid_non_lazy()
50 , fWidth(desc.fWidth) in GrSurfaceProxy()
73 , fWidth(fTarget->width()) in GrSurfaceProxy()
126 desc.fWidth = fWidth; in createSurfaceImpl()
237 return fWidth; in worstCaseWidth()
239 return SkTMax(GrResourceProvider::kMinScratchTextureSize, GrNextPow2(fWidth)); in worstCaseWidth()
276 dstDesc.fWidth = srcRect.width(); in Copy()
335 fProxy->fWidth = fProxy->fTarget->width(); in exactify()
366 fProxy->fWidth = 0; in doLazyInstantiation()
372 fProxy->fWidth = texture->width(); in doLazyInstantiation()