HomeSort by relevance Sort by last modified time
    Searched refs:layerWidth (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) {
100 mWidth = Layer::computeIdealWidth(layerWidth);
Layer.cpp 31 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight):
39 texture.width = layerWidth;
62 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
63 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
Layer.h 53 Layer(const uint32_t layerWidth, const uint32_t layerHeight);
56 static uint32_t computeIdealWidth(uint32_t layerWidth);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 655 milliseconds