Searched refs:computeIdealWidth (Results 1 – 3 of 3) sorted by relevance
71 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { in computeIdealWidth() function in android::uirenderer::Layer100 uint32_t desiredWidth = computeIdealWidth(width); in resize()101 uint32_t desiredHeight = computeIdealWidth(height); in resize()
104 mWidth = Layer::computeIdealWidth(layerWidth); in LayerEntry()
79 static uint32_t computeIdealWidth(uint32_t layerWidth);