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

  /frameworks/base/libs/hwui/
LayerCache.h 99 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) {
101 mHeight = Layer::computeIdealHeight(layerHeight);
Layer.cpp 31 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight):
40 texture.height = layerHeight;
66 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
67 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
Layer.h 53 Layer(const uint32_t layerWidth, const uint32_t layerHeight);
57 static uint32_t computeIdealHeight(uint32_t layerHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 324 milliseconds