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