Lines Matching full:layer
69 * layer's bounds. Thus when a draw occurs, it can (depending on "where" it is) draw into the layer
72 * This GM has a 100x100 rectangle (r), which its going to draw. However first it creates a layer
75 * The portion of the draw that intersects the layer should see the SRC draw, apply it to the layer
76 * and then during restore, it will SRC_OVER that layer onto the canvas (SRC_OVER since the layer
80 * "outer" layer we created (filled with red). This is a testing detail, so that our final
83 * The portion of the draw below the layer draws directly into the canvas. Since it is in SRC mode,
87 * The portion in the layer, will end up SRC_OVERing the 0x80 layer pixels onto the canvas' red
96 // Wrap the entire test inside a red layer, so we don't punch the actual gm's alpha with
116 canvas->restore(); // red-layer