Searched refs:layerHeight (Results 1 – 2 of 2) sorted by relevance
122 const int layerHeight = layer->getHeight(); in DrawLayer() local152 ? SkRect::MakeIWH(layerHeight, layerWidth) in DrawLayer()153 : SkRect::MakeIWH(layerWidth, layerHeight); in DrawLayer()
102 const int layerHeight = getHeight(); in draw() local110 textureMatrixInv.preScale(1.0f / layerWidth, 1.0f / layerHeight); in draw()