Searched refs:LayerType (Results 1 – 12 of 12) sorted by relevance
59 enum class LayerType { enum74 bool setType(LayerType type) { in setType()105 LayerType type() const { return mType; } in type()115 LayerType mType = LayerType::None;172 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()542 return mLayerProperties.mType == LayerType::None && fitsOnLayer() && in promotedToLayer()548 LayerType effectiveLayerType() const { in effectiveLayerType()549 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
166 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()167 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()182 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()185 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable()) || in pushLayerUpdate()
38 setType(LayerType::None); in ~LayerProperties()128 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
33 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
32 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
54 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
225 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent()288 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
95 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
318 rootNode->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
529 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()1072 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
5154 public @interface LayerType {} annotation in View20889 public void setLayerType(@LayerType int layerType, @Nullable Paint paint) { in setLayerType()20978 @LayerType
55212 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);55213 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);55221 method public final org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();55251 method public abstract org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();55261 public static final class RouteInfo.LayerType extends java.lang.Enum {55262 method public static org.apache.http.conn.routing.RouteInfo.LayerType valueOf(java.lang.String);55263 method public static final org.apache.http.conn.routing.RouteInfo.LayerType[] values();55264 enum_constant public static final org.apache.http.conn.routing.RouteInfo.LayerType LAYERED;55265 enum_constant public static final org.apache.http.conn.routing.RouteInfo.LayerType PLAIN;55284 method public final org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();