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

  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 44 class Recording;
46 typedef WebCore::Recording Picture;
PicturePile.cpp 311 Recording* picture = new Recording();
332 /* The ref counting here is a bit unusual. What happens is begin/end recording
333 * will ref/unref the recording canvas. However, 'canvas' might be pointing
334 * at an SkNWayCanvas instead of the recording canvas, which needs to be
335 * unref'd. Thus what we do is ref the recording canvas so that we can
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 48 class Recording : public SkRefCnt {
50 Recording()
53 ~Recording();
57 RecordingImpl* recording() { return m_recording; } function in class:WebCore::Recording
65 PlatformGraphicsContextRecording(Recording* picture);
172 Recording* mRecording;
PlatformGraphicsContextRecording.cpp 329 Recording::~Recording()
353 ClippingPainter(RecordingImpl* recording,
357 : m_recording(recording)
432 void Recording::draw(SkCanvas* canvas)
435 ALOGW("No recording!");
457 ClippingPainter painter(recording(), context, canvas->getTotalMatrix(), nodes);
484 void Recording::setRecording(RecordingImpl* impl)
497 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(Recording* recording)
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h 126 Recording,
TextControlInnerElements.cpp 432 setState(Recording);
435 case Recording:
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 93 if (speechButton->state() == InputFieldSpeechButtonElement::Recording)
  /external/libvorbis/doc/
05-comment.tex 150 International Standard Recording Code for the
  /frameworks/base/docs/html/training/
training_toc.cs 246 Recording Videos Simply
    [all...]

Completed in 81 milliseconds