Searched refs:fTextureHeight (Results 1 – 2 of 2) sorted by relevance
32 int numPlotsY = fTextureHeight / fPlotHeight; in validate()224 , fTextureHeight(height) in GrDrawOpAtlas()241 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); 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()618 int numPlotsY = fTextureHeight/fPlotHeight; in createPages()679 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
539 int fTextureHeight; variable