HomeSort by relevance Sort by last modified time
    Searched refs:layerHeight (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) {
105 mHeight = Layer::computeIdealHeight(layerHeight);
Layer.cpp 39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight)
54 texture.height = layerHeight;
95 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
96 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
Layer.h 73 Layer(Type type, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight);
77 static uint32_t computeIdealHeight(uint32_t layerHeight);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 250 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
255 isEqual(((float)layerHeight / (float)sourceHeight), yresRatio))
263 (float)layerHeight * yresRatio);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 245 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
251 (float)layerHeight * yresRatio);

Completed in 186 milliseconds