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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 70 void releasePaintingResource(GraphicsContext*&, const Path*);
SVGInlineTextBox.cpp 370 void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path)
396 releasePaintingResource(context, /* path */0);
596 releasePaintingResource(context, &path);

Completed in 1629 milliseconds