Searched defs:blendType (Results 1 – 8 of 8) sorted by relevance
46 ### blendType subsection
78 GraphicBlendType blendType = GetData<GraphicBlendType>(); in GetLayerInfoFromData() local
66 BlendType blendType = BLEND_SRC; member
152 GraphicBlendType blendType = GRAPHIC_BLEND_NONE; variable
49 GraphicBlendType blendType = GraphicBlendType::GRAPHIC_BLEND_NONE; member
43 GraphicBlendType blendType; member
402 BlendType blendType; /**< Blending type */ member
1213 void RSSurfaceRenderNode::SetBlendType(GraphicBlendType blendType) in SetBlendType()