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

  /frameworks/base/libs/hwui/
LayerCache.h 103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(nullptr) {
105 mHeight = Layer::computeIdealHeight(layerHeight);
Layer.cpp 38 Layer::Layer(Type layerType, RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight)
50 texture.mHeight = layerHeight;
75 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
76 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
FrameBuilder.cpp     [all...]
Layer.h 76 Layer(Type type, RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight);
80 static uint32_t computeIdealHeight(uint32_t layerHeight);
FrameBuilder.h 175 void saveForLayer(uint32_t layerWidth, uint32_t layerHeight,
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 125 Entry(const uint32_t layerWidth, const uint32_t layerHeight)
127 , height(OffscreenBuffer::computeIdealDimension(layerHeight)) {}
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
HexagonalTiledMapRenderer.java 110 final int layerHeight = layer.getHeight();
123 final int row2 = Math.min(layerHeight, (int)((viewBounds.y + viewBounds.height + layerTileHeight) / layerTileHeight));
148 final int row2 = Math.min(layerHeight,
IsometricStaggeredTiledMapRenderer.java 53 final int layerHeight = layer.getHeight();
66 final int maxY = Math.min(layerHeight, (int)((viewBounds.y + viewBounds.height + layerTileHeight) / layerTileHeight50));
OrthogonalTiledMapRenderer.java 72 final int layerHeight = layer.getHeight();
81 final int row2 = Math.min(layerHeight, (int)((viewBounds.y + viewBounds.height + layerTileHeight) / layerTileHeight));
OrthoCachedTiledMapRenderer.java 215 final int layerHeight = layer.getHeight();
224 final int row2 = Math.min(layerHeight, (int)((cacheBounds.y + cacheBounds.height + layerTileHeight) / layerTileHeight));
226 canCacheMoreN = row2 < 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 255 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
261 (float)layerHeight * yresRatio);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc.cpp 248 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
254 (float)layerHeight * yresRatio);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 242 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
248 (float)layerHeight * yresRatio);
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp     [all...]

Completed in 3818 milliseconds