HomeSort by relevance Sort by last modified time
    Searched refs:TexmapPaintOptions (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 43 struct TexmapPaintOptions {
139 void paintRecursive(TexmapPaintOptions options);
140 bool paintReplica(const TexmapPaintOptions& options);
141 void paintSurface(const TexmapPaintOptions& options);
142 void paintSelf(const TexmapPaintOptions& options);
143 void paintSelfAndChildren(const TexmapPaintOptions& options, TexmapPaintOptions& optionsForDescendants);
TextureMapperNode.cpp 472 TexmapPaintOptions opt;
489 void TextureMapperNode::paintSelf(const TexmapPaintOptions& options)
520 bool TextureMapperNode::paintReplica(const TexmapPaintOptions& options)
549 void TextureMapperNode::paintSurface(const TexmapPaintOptions& options)
576 void TextureMapperNode::paintSelfAndChildren(const TexmapPaintOptions& options, TexmapPaintOptions& optionsForDescendants)
612 void TextureMapperNode::paintRecursive(TexmapPaintOptions options)
642 TexmapPaintOptions optionsForDescendants(options);

Completed in 576 milliseconds