Searched refs:computeIdealWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerCache.h104 mWidth = Layer::computeIdealWidth(layerWidth);
H A DLayer.cpp71 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { function in class:android::uirenderer::Layer
100 uint32_t desiredWidth = computeIdealWidth(width);
101 uint32_t desiredHeight = computeIdealWidth(height);
H A DLayer.h79 static uint32_t computeIdealWidth(uint32_t layerWidth);

Completed in 77 milliseconds