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 32 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight)
44 texture.height = layerHeight;
83 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
84 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);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 174 float layerHeight = displayFrame.bottom - displayFrame.top;
179 isEqual(layerHeight / sourceHeight, yresRatio))
185 displayFrame.bottom = displayFrame.top + layerHeight * yresRatio;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 168 milliseconds