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 79 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
106 uint32_t desiredWidth = computeIdealWidth(width);
107 uint32_t desiredHeight = computeIdealWidth(height);
Layer.h 76 static uint32_t computeIdealWidth(uint32_t layerWidth);

Completed in 2591 milliseconds