Searched refs:LayerType (Results 1 – 14 of 14) sorted by relevance
58 enum class LayerType { enum73 bool setType(LayerType type) { in setType()116 LayerType type() const { return mType; } in type()126 LayerType mType = LayerType::None;186 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()552 return mLayerProperties.mType == LayerType::None && fitsOnLayer() && in promotedToLayer()559 LayerType effectiveLayerType() const { in effectiveLayerType()560 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType; in effectiveLayerType()
170 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()171 if (CC_UNLIKELY(layerType == LayerType::RenderLayer)) { in prepareLayer()185 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()188 if (CC_LIKELY(layerType != LayerType::RenderLayer) || CC_UNLIKELY(!isRenderable()) || in pushLayerUpdate()
38 setType(LayerType::None); in ~LayerProperties()143 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
52 EXPECT_EQ(LayerType::None, node->stagingProperties().effectiveLayerType()); in RENDERTHREAD_TEST()53 node->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
321 rootNode->mutateStagingProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
532 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()1079 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_TEST()
34 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
35 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
56 props.mutateLayerProperties().setType(LayerType::RenderLayer); in createContent()
201 LayerType::RenderLayer); in doFrame()
245 SkASSERT(properties.effectiveLayerType() == LayerType::RenderLayer); in drawContent()404 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in setViewProperties()
92 LayerType layerType = static_cast<LayerType>(jlayerType); in android_view_RenderNode_setLayerType()
5610 public @interface LayerType {} annotation in View23283 public void setLayerType(@LayerType int layerType, @Nullable Paint paint) { in setLayerType()23408 @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();