Home | History | Annotate | Download | only in coders

Lines Matching full:layer

690       /* composite the tile onto the layer's image, and then destroy it */
779 XCFDocInfo* inDocInfo,XCFLayerInfo *outLayer,const ssize_t layer,
794 /* read in the layer width, height, type and name */
800 /* read the layer properties! */
859 gimp_drawable_parasite_attach(GIMP_DRAWABLE(layer), p);
863 g_message ("Error detected while loading a layer's parasites");
868 /* g_message ("unexpected/unknown layer property: %d (skipping)",
892 /* allocate the image for this layer */
898 scene=inDocInfo->number_layers-layer-1;
912 /* clear the image based on the layer opacity */
927 /* read the hierarchy and layer mask offsets */
939 /* read in the layer mask */
944 #if 0 /* BOGUS: support layer masks! */
950 GIMP_DRAWABLE (layer_mask)->offset_x = GIMP_DRAWABLE (layer)->offset_x;
951 GIMP_DRAWABLE (layer_mask)->offset_y = GIMP_DRAWABLE (layer)->offset_y;
953 gimp_layer_add_mask (layer, layer_mask, MagickFalse);
955 layer->mask->apply_mask = apply_mask;
956 layer->mask->edit_mask = edit_mask;
957 layer->mask->show_mask = show_mask;
968 floating_sel_attach (floating_sel, GIMP_DRAWABLE (layer));
1299 /* allocate our array of layer info blocks */
1315 /* read in the offset of the next layer */
1318 * of the layer list.
1323 * next layer offset is stored.
1326 /* seek to the layer offset */
1328 /* read in the layer */
1351 /* BOGUS: need to consider layer blending modes!! */
1403 /* read in the layer */