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

  /frameworks/base/libs/hwui/
LayerCache.h 103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) {
104 mWidth = Layer::computeIdealWidth(layerWidth);
Layer.cpp 39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight)
53 texture.width = layerWidth;
91 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
92 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
Layer.h 73 Layer(Type type, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight);
76 static uint32_t computeIdealWidth(uint32_t layerWidth);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 249 uint32_t layerWidth = displayFrame.right - displayFrame.left;
254 if (isEqual(((float)layerWidth / (float)sourceWidth), xresRatio) &&
261 (float)layerWidth * xresRatio);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 244 uint32_t layerWidth = displayFrame.right - displayFrame.left;
249 (float)layerWidth * xresRatio);

Completed in 893 milliseconds