Home
last modified time | relevance | path

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

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