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 113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) {
114 mWidth = uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
Layer.h 48 Layer(const uint32_t layerWidth, const uint32_t layerHeight) {
55 texture.width = layerWidth;
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 793 Length layerWidth = fillLayer->size().size.width();
796 if (layerWidth.isFixed())
797 w = layerWidth.value();
798 else if (layerWidth.isPercent())
799 w = layerWidth.calcValue(positioningAreaSize.width());
808 if (layerWidth.isAuto() && !layerHeight.isAuto()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 615 float layerWidth = ceilf(rect.width() + doubleLineWidth);
618 CGLayerRef layer = CGLayerCreateWithContext(context, CGSizeMake(layerWidth, layerHeight), 0);
    [all...]

Completed in 1080 milliseconds