Searched refs:fTextureWidth (Results 1 – 2 of 2) sorted by relevance
31 int numPlotsX = fTextureWidth / fPlotWidth; in validate()223 , fTextureWidth(width) in GrDrawOpAtlas()240 SkASSERT(fPlotWidth * numPlotsX == fTextureWidth); in GrDrawOpAtlas()247 fTextureWidth, fTextureHeight, fMaxPages, fPlotWidth, fPlotHeight); in GrDrawOpAtlas()613 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages()615 SkISize dims = {fTextureWidth, fTextureHeight}; in createPages()617 int numPlotsX = fTextureWidth/fPlotWidth; in createPages()678 int numPlotsX = fTextureWidth/fPlotWidth; in deactivateLastPage()
538 int fTextureWidth; variable