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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h 41 class PLATFORM_EXPORT GraphicsContextSnapshot : public RefCounted<GraphicsContextSnapshot> {
42 WTF_MAKE_NONCOPYABLE(GraphicsContextSnapshot);
51 GraphicsContextSnapshot(PassRefPtr<SkPicture>, bool isCerteainlyOpaque);
64 PassRefPtr<GraphicsContextSnapshot> stop();
GraphicsContextRecorder.cpp 52 PassRefPtr<GraphicsContextSnapshot> GraphicsContextRecorder::stop()
56 return adoptRef(new GraphicsContextSnapshot(m_picture.release(), m_isCertainlyOpaque));
59 GraphicsContextSnapshot::GraphicsContextSnapshot(PassRefPtr<SkPicture> picture, bool isCertainlyOpaque)
125 void play(GraphicsContextSnapshot::Timings* timingsVector, unsigned minRepeatCount, double minDuration)
149 const GraphicsContextSnapshot::Timings& timingsVector() const { return *m_timingsVector; }
152 GraphicsContextSnapshot::Timings* m_timingsVector;
157 PassOwnPtr<ImageBuffer> GraphicsContextSnapshot::replay(unsigned fromStep, unsigned toStep) const
166 PassOwnPtr<GraphicsContextSnapshot::Timings> GraphicsContextSnapshot::profile(unsigned minRepeatCount, double minDuration) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 61 LayerSnapshot(int layerId, PassRefPtr<GraphicsContextSnapshot> graphicsSnapshot)
67 RefPtr<GraphicsContextSnapshot> graphicsSnapshot;
334 RefPtr<GraphicsContextSnapshot> snapshot = recorder.stop();
374 OwnPtr<GraphicsContextSnapshot::Timings> timings = snapshot->graphicsSnapshot->profile(minRepeatCount ? *minRepeatCount : 1, minDuration ? *minDuration : 0);

Completed in 33 milliseconds