Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DBlendComposite.java123 private final BlendComposite composite; field in BlendComposite.BlendingContext
125 private BlendingContext(BlendComposite composite) { in BlendingContext() argument
126 this.composite = composite; in BlendingContext()
127 this.blender = Blender.getBlenderFor(composite); in BlendingContext()
144 float alpha = composite.getAlpha(); in compose()
202 public static Blender getBlenderFor(BlendComposite composite) { in getBlenderFor() argument
203 switch (composite.getMode()) { in getBlenderFor()
271 assert false : "Blender not implement for " + composite.getMode().name(); in getBlenderFor()
DBaseCanvas_Delegate.java151 Composite composite = PorterDuffUtility.getComposite( in nDrawColor()
153 if (composite != null) { in nDrawColor()
154 graphics.setComposite(composite); in nDrawColor()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java827 Composite composite = PorterDuffUtility.getComposite(mode, alpha); in setComposite() local
828 g.setComposite(composite); in setComposite()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop197 # 1. Hardware composer's capability to composite contents with the chosen
199 # 2. Hardware composer's ability to composite contents when sRGB contents
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h139 nsecs_t composite = -1; member
DSurfaceFlinger.cpp1970 compositeToPresentLatency = displayTime - cpt.composite; in updateCompositorTiming()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt924 * Added an extend() method to repeated composite fields.
1142 removal of repeated composite fields.