HomeSort by relevance Sort by last modified time
    Searched refs:computeIdealWidth (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
LayerCache.h 104 mWidth = Layer::computeIdealWidth(layerWidth);
Layer.cpp 71 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
100 uint32_t desiredWidth = computeIdealWidth(width);
101 uint32_t desiredHeight = computeIdealWidth(height);
Layer.h 79 static uint32_t computeIdealWidth(uint32_t layerWidth);

Completed in 328 milliseconds