Searched refs:fTextureWidth (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 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()
|
D | GrDrawOpAtlas.h | 538 int fTextureWidth; variable
|
/third_party/flutter/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 193 , fTextureWidth(width) in GrDrawOpAtlas() 205 SkASSERT(fPlotWidth * numPlotsX == fTextureWidth); in GrDrawOpAtlas() 213 fTextureWidth, fTextureHeight, fMaxPages, fPlotWidth, fPlotHeight, fPlotOldThreshold); in GrDrawOpAtlas() 562 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages() 565 desc.fWidth = fTextureWidth; in createPages() 569 int numPlotsX = fTextureWidth/fPlotWidth; in createPages() 630 int numPlotsX = fTextureWidth/fPlotWidth; in deactivateLastPage()
|
D | GrDrawOpAtlas.h | 393 int fTextureWidth; variable
|