Searched refs:fTextureHeight (Results 1 – 4 of 4) sorted by relevance
32 int numPlotsY = fTextureHeight / fPlotHeight; in validate()211 , fTextureHeight(height) in GrDrawOpAtlas()224 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas()556 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages()558 SkISize dims = {fTextureWidth, fTextureHeight}; in createPages()561 int numPlotsY = fTextureHeight/fPlotHeight; in createPages()622 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
496 int fTextureHeight; variable
188 , fTextureHeight(height) in GrDrawOpAtlas()199 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas()515 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages()520 desc.fHeight = fTextureHeight; in createPages()524 int numPlotsY = fTextureHeight/fPlotHeight; in createPages()579 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
390 int fTextureHeight; variable