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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 149 m_recordingPicture(0),
201 m_recordingPicture = layer.m_recordingPicture;
202 SkSafeRef(m_recordingPicture);
231 if (m_recordingPicture) {
235 HasTextCanvas checker(&hasTextBounder, m_recordingPicture);
238 m_recordingPicture->width(),
239 m_recordingPicture->height());
241 checker.drawPicture(*m_recordingPicture);
250 m_recordingPicture(picture)
    [all...]
LayerAndroid.h 221 SkPicture* picture() const { return m_recordingPicture; }
364 // Note that m_recordingPicture and m_imageRef are mutually exclusive;
365 // m_recordingPicture is used when WebKit is asked to paint the layer's
369 // it is a much faster method than using m_recordingPicture.
370 SkPicture* m_recordingPicture;
429 m_recordingPicture(picture), // does not assign ownership
432 SkPicture* picture() const { return m_recordingPicture; }
435 SkPicture* m_recordingPicture;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 308 bool hasRecordingPicture = layer->m_recordingPicture != 0;
311 layer->m_recordingPicture->serialize(stream);
391 layer->m_recordingPicture = new SkPicture(stream);

Completed in 22 milliseconds