HomeSort by relevance Sort by last modified time
    Searched defs:layerProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp 140 static bool layerNeedsPaint(const LayerProperties& properties,
175 const LayerProperties& layerProperties = properties.layerProperties();
181 if (layerNeedsPaint(layerProperties, alphaMultiplier, &tmpPaint)) {
205 bool needsLayer = layerNeedsPaint(layerProperties, alphaMultiplier, &paint);
  /frameworks/base/libs/hwui/
RenderProperties.h 70 class ANDROID_API LayerProperties {
118 LayerProperties& operator=(const LayerProperties& other);
121 LayerProperties();
122 ~LayerProperties();
590 const LayerProperties& layerProperties() const {
594 LayerProperties& mutateLayerProperties() {
656 LayerProperties mLayerProperties;

Completed in 59 milliseconds