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

  /external/webkit/Source/WebCore/platform/graphics/qt/
TransparencyLayer.h 52 , saveCounter(1) // see the comment for saveCounter
76 // saveCounter is only used in combination with alphaMask
78 int saveCounter;
GraphicsContextQt.cpp 300 ++m_data->layers.top()->saveCounter;
308 if (!--m_data->layers.top()->saveCounter)
    [all...]

Completed in 115 milliseconds