HomeSort by relevance Sort by last modified time
    Searched refs:picture (Results 201 - 225 of 355) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 21 * show the picture. When the user clicks the picture, it flips to show the
24 * the picture by 90 degrees on the Y axis. When the first half finishes, the
25 * list is made invisible and the picture is set visible.
60 mImageView = (ImageView) findViewById(R.id.picture);
83 * @param position the item that was clicked to show a picture, or -1 to show the list
  /external/chromium_org/cc/debug/
picture_record_benchmark.cc 113 scoped_refptr<Picture> picture = Picture::Create( local
114 rect, painter, tile_grid_info, false, 0, Picture::RECORD_NORMALLY);
rasterize_and_record_benchmark.cc 28 const char* kModeSuffixes[Picture::RECORDING_MODE_COUNT] = {
65 for (int i = 0; i < Picture::RECORDING_MODE_COUNT; i++) {
114 for (int mode_index = 0; mode_index < Picture::RECORDING_MODE_COUNT;
116 Picture::RecordingMode mode =
117 static_cast<Picture::RecordingMode>(mode_index);
132 scoped_refptr<Picture> picture = Picture::Create( local
142 if (mode == Picture::RECORD_NORMALLY) {
  /external/chromium_org/cc/resources/
picture.h 42 class CC_EXPORT Picture
43 : public base::RefCountedThreadSafe<Picture> {
57 static scoped_refptr<Picture> Create(
64 static scoped_refptr<Picture> CreateFromValue(const base::Value* value);
65 static scoped_refptr<Picture> CreateFromSkpValue(const base::Value* value);
71 Picture* GetCloneForDrawingOnThread(unsigned thread_index);
87 // Draw the picture directly into the given canvas, without applying any
94 // raster this layer rect from this picture. Internally, pixel refs are
99 PixelRefIterator(const gfx::Rect& layer_rect, const Picture* picture);
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.h 62 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
109 // Indicate the picture buffer can be reused by the decoder.
181 // picture_buffer_id and the frame wrapping the corresponding Picture, for
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
172 // painting. Elements are <decoder,picture>.
409 const PP_Picture_Dev& picture) {
413 pictures_pending_paint_.push_back(std::make_pair(decoder, picture));
419 client->GetPictureBufferInfoById(picture.picture_buffer_id);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkNulCanvas.h 106 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {}
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 204 * If the canvas has writable pixels in its top layer (and is not recording to a picture
217 * If the canvas has readable pixels in its base layer (and is not recording to a picture
247 * - If this canvas is not backed by pixels (e.g. picture or PDF)
283 * - If this canvas is not backed by pixels (e.g. picture or PDF)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 195 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkRecorder.h 97 void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
SkPictureRecord.h 181 void addPicture(const SkPicture* picture);
261 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
SkRecorder.cpp 189 void SkRecorder::onDrawPicture(const SkPicture* picture) {
190 picture->draw(this);
  /external/chromium_org/third_party/skia/tests/
MatrixClipCollapseTest.cpp 685 SkPicture picture; local
688 SkCanvas* canvas = picture.beginRecording(100, 100);
696 picture.endRecording();
698 gets_ops(picture, &actual);
  /external/skia/experimental/PdfViewer/
SkNulCanvas.h 106 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {}
  /external/skia/include/core/
SkCanvas.h 204 * If the canvas has writable pixels in its top layer (and is not recording to a picture
217 * If the canvas has readable pixels in its base layer (and is not recording to a picture
247 * - If this canvas is not backed by pixels (e.g. picture or PDF)
282 * - If this canvas is not backed by pixels (e.g. picture or PDF)
    [all...]
  /external/skia/include/utils/
SkDeferredCanvas.h 195 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
  /external/skia/src/core/
SkRecorder.h 97 void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
  /external/skia/tests/
MatrixClipCollapseTest.cpp 685 SkPicture picture; local
688 SkCanvas* canvas = picture.beginRecording(100, 100);
696 picture.endRecording();
698 gets_ops(picture, &actual);
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 109 void saveJpeg(unsigned char* picture, size_t jpeg_size);
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 95 void saveJpeg(unsigned char* picture, size_t jpeg_size);
  /external/chromium_org/content/common/gpu/media/
v4l2_video_decode_accelerator.cc 89 PictureRecord(bool cleared, const media::Picture& picture);
92 media::Picture picture; // The decoded picture. member in struct:content::V4L2VideoDecodeAccelerator::PictureRecord
152 const media::Picture& picture)
153 : cleared(cleared), picture(picture) {}
332 DLOG(ERROR) << "AssignPictureBuffers(): Failed to provide requested picture"
1094 const media::Picture& picture = local
1870 const media::Picture& picture = pending_picture_ready_.front().picture; local
    [all...]
video_decode_accelerator_unittest.cc 85 // - |numframes| is the number of picture frames in the file.
238 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
498 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) {
506 // Save the decode time of this picture.
508 decode_start_time_.find(picture.bitstream_buffer_id());
513 CHECK_LE(picture.bitstream_buffer_id(), next_bitstream_buffer_id_);
530 picture_buffers_by_id_[picture.picture_buffer_id()];
534 ReturnPicture(picture.picture_buffer_id())
    [all...]
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 184 virtual void onDrawPicture(const SkPicture* picture) OVERRIDE {
186 SkProxyCanvas::onDrawPicture(picture);

Completed in 1509 milliseconds

1 2 3 4 5 6 7 891011>>