Searched refs:picture (Results 201 - 225 of 322) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode_dev.cc84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
172 // painting. Elements are <decoder,picture>.
412 const PP_Picture_Dev& picture) {
416 pictures_pending_paint_.push_back(std::make_pair(decoder, picture));
422 client->GetPictureBufferInfoById(picture.picture_buffer_id);
411 PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture) argument
/external/chromium_org/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp685 SkPicture picture; local
688 SkCanvas* canvas = picture.beginRecording(100, 100);
696 picture.endRecording();
698 gets_ops(picture, &actual);
/external/skia/experimental/PdfViewer/
H A DSkNulCanvas.h106 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE {}
/external/skia/include/core/
H A DSkCanvas.h204 * 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)
968 Perform back-end analysis/optimization of a picture. This may attach
969 optimization data to the picture which can be used by a later
971 @param picture The recorded drawing commands to analyze/optimize
973 void EXPERIMENTAL_optimize(const SkPicture* picture);
977 'picture'. If NULL is passed in, purge all discardable information.
979 void EXPERIMENTAL_purge(const SkPicture* picture);
[all...]
/external/skia/include/utils/
H A DSkDeferredCanvas.h195 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
/external/skia/src/core/
H A DSkRecorder.h97 void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
H A DSkPictureRecord.h181 void addPicture(const SkPicture* picture);
261 virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
H A DSkRecorder.cpp189 void SkRecorder::onDrawPicture(const SkPicture* picture) { argument
190 picture->draw(this);
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp685 SkPicture picture; local
688 SkCanvas* canvas = picture.beginRecording(100, 100);
696 picture.endRecording();
698 gets_ops(picture, &actual);
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc89 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
1099 PictureRecord(output_record.cleared, picture));
1210 // picture, bu
150 PictureRecord( bool cleared, const media::Picture& picture) argument
1872 const media::Picture& picture = pending_picture_ready_.front().picture; local
[all...]
H A Dvideo_decode_accelerator_unittest.cc85 // - |numframes| is the number of picture frames in the file.
240 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
463 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) { argument
474 // Save the decode time of this picture.
476 decode_start_time_.find(picture.bitstream_buffer_id());
481 CHECK_LE(picture.bitstream_buffer_id(), next_bitstream_buffer_id_);
496 picture_buffers_by_id_[picture.picture_buffer_id()];
504 picture.picture_buffer_id()));
/external/chromium_org/skia/ext/
H A Dbenchmarking_canvas.cc184 virtual void onDrawPicture(const SkPicture* picture, const SkMatrix* matrix,
187 SkProxyCanvas::onDrawPicture(picture, matrix, paint);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp242 void ProfilingCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) argument
245 this->SkCanvas::onDrawPicture(picture, matrix, paint);
H A DReplayingCanvas.cpp256 void ReplayingCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) argument
259 this->SkCanvas::onDrawPicture(picture, matrix, paint);
H A DLoggingCanvas.cpp351 void LoggingCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) argument
354 logger.logItemWithParams("drawPicture")->setObject("picture", objectForSkPicture(*picture));
355 this->SkCanvas::onDrawPicture(picture, matrix, paint);
469 PassRefPtr<JSONObject> LoggingCanvas::objectForSkPicture(const SkPicture& picture) argument
472 pictureItem->setNumber("width", picture.width());
473 pictureItem->setNumber("height", picture.height());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerHoister.cpp253 const SkPicture* picture,
261 layerCache->purge(picture->uniqueID());
252 unlock_layer_in_cache(GrLayerCache* layerCache, const SkPicture* picture, GrCachedLayer* layer) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkLuaCanvas.cpp280 void SkLuaCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, argument
283 // call through so we can see the nested picture ops
284 this->INHERITED::onDrawPicture(picture, matrix, paint);
/external/skia/src/utils/
H A DSkLuaCanvas.cpp271 void SkLuaCanvas::onDrawPicture(const SkPicture* picture) { argument
273 // call through so we can see the nested picture ops
274 this->INHERITED::onDrawPicture(picture);
H A DSkNWayCanvas.cpp268 void SkNWayCanvas::onDrawPicture(const SkPicture* picture) { argument
271 iter->drawPicture(picture);
/external/webp/src/
H A DAndroid.mk29 enc/picture.c \
/external/skia/tools/
H A DPictureRenderer.cpp207 /** Converts fPicture to a picture that uses a BBoxHierarchy.
208 * PictureRenderer subclasses that are used to test picture playback
360 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
362 // Record the new picture as a new SKP with PNG encoded bitmaps.
365 picture->serialize(&stream, &encode_bitmap_to_data);
409 void SimplePictureRenderer::init(SkPicture* picture, const SkString* writePath, argument
412 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
530 // This is solved by first taking our picture size and rounding it up to the
548 // The tile height is constant for a particular picture.
577 * Draw the specified picture t
582 draw_tile_to_canvas(SkCanvas* canvas, const SkRect& tileRect, SkPicture* picture) argument
[all...]
/external/flac/libFLAC/
H A Dmetadata_iterators.c285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) argument
292 FLAC__ASSERT(0 != picture);
294 *picture = 0;
306 FLAC__uint64 area = (FLAC__uint64)obj->data.picture.width * (FLAC__uint64)obj->data.picture.height;
309 (type == (FLAC__StreamMetadata_Picture_Type)(-1) || type == obj->data.picture.type) &&
310 (mime_type == 0 || !strcmp(mime_type, obj->data.picture.mime_type)) &&
311 (description == 0 || !strcmp((const char *)description, (const char *)obj->data.picture.description)) &&
312 obj->data.picture.width <= max_width &&
313 obj->data.picture
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options.js341 $('account-picture').onclick = this.showImagerPickerOverlay_;
342 $('change-picture-caption').onclick = this.showImagerPickerOverlay_;
969 $('account-picture-wrapper').hidden = false;
1473 var picture = $('account-picture');
1475 picture.disabled = true;
1478 picture.disabled = false;
1483 var event = new Event('account-picture');
1488 $('account-picture-indicator').handlePrefChange(event);
1492 * (Re)loads IMG element with current user account picture
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp2399 void SkCanvas::EXPERIMENTAL_optimize(const SkPicture* picture) { argument
2402 device->EXPERIMENTAL_optimize(picture);
2406 void SkCanvas::drawPicture(const SkPicture* picture) { argument
2407 if (picture) {
2408 this->onDrawPicture(picture, NULL, NULL);
2412 void SkCanvas::drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) { argument
2413 if (picture) {
2417 this->onDrawPicture(picture, matrix, paint);
2421 void SkCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, argument
2426 // the picture itsel
[all...]
H A DSkPicture.cpp76 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); }
123 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->hasText(); }
145 const SkPicture::Analysis& analysis = op.picture->fAnalysis;
332 // If the query contains the whole picture, don't bother with the BBH.
514 // Set picture info after magic bytes in the header
530 // If we're a new-format picture, backport to old format for serialization.
555 // If we're a new-format picture, backport to old format for serialization.

Completed in 5546 milliseconds

1234567891011>>