Searched refs:fBackingTextureSize (Results 1 – 4 of 4) sorted by relevance
159 fBackingTextureSize = backingTextureSize; in GrAtlas()165 int textureWidth = fBackingTextureSize.width(); in GrAtlas()166 int textureHeight = fBackingTextureSize.height(); in GrAtlas()230 desc.fWidth = fBackingTextureSize.width(); in addToAtlas()231 desc.fHeight = fBackingTextureSize.height(); in addToAtlas()
140 SkISize fBackingTextureSize; variable
154 fBackingTextureSize = backingTextureSize; in GrAtlasMgr()160 int textureWidth = fBackingTextureSize.width(); in GrAtlasMgr()161 int textureHeight = fBackingTextureSize.height(); in GrAtlasMgr()225 desc.fWidth = fBackingTextureSize.width(); in addToAtlas()226 desc.fHeight = fBackingTextureSize.height(); in addToAtlas()
100 SkISize fBackingTextureSize; variable