Searched refs:layerWidth (Results 1 – 3 of 3) sorted by relevance
103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { in LayerEntry()104 mWidth = Layer::computeIdealWidth(layerWidth); in LayerEntry()
39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t la… in Layer() argument53 texture.width = layerWidth; in Layer()91 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { in computeIdealWidth() argument92 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE); in computeIdealWidth()
73 … Layer(Type type, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight);76 static uint32_t computeIdealWidth(uint32_t layerWidth);