Searched refs:InstallPixelRefProc (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/core/ |
D | SkPictureData.h | 64 SkPicture::InstallPixelRefProc); 84 bool parseStream(SkStream*, SkPicture::InstallPixelRefProc); 141 bool parseStreamTag(SkStream*, uint32_t tag, uint32_t size, SkPicture::InstallPixelRefProc);
|
D | SkReadBuffer.h | 207 void setBitmapDecoder(SkPicture::InstallPixelRefProc bitmapDecoder) { in setBitmapDecoder() 235 SkPicture::InstallPixelRefProc fBitmapDecoder;
|
D | SkPictureData.cpp | 304 SkPicture::InstallPixelRefProc proc) { in parseStreamTag() 507 SkPicture::InstallPixelRefProc proc) { in CreateFromStream() 528 SkPicture::InstallPixelRefProc proc) { in parseStream()
|
D | SkPicture.cpp | 362 SkPicture* SkPicture::CreateFromStream(SkStream* stream, InstallPixelRefProc proc) { in CreateFromStream()
|
/external/skia/include/pipe/ |
D | SkGPipe.h | 47 void setBitmapDecoder(SkPicture::InstallPixelRefProc proc) { fProc = proc; } in setBitmapDecoder() 56 SkPicture::InstallPixelRefProc fProc;
|
/external/skia/src/pipe/utils/ |
D | SamplePipeControllers.h | 19 PipeController(SkCanvas* target, SkPicture::InstallPixelRefProc proc = NULL); 37 TiledPipeController(const SkBitmap&, SkPicture::InstallPixelRefProc proc = NULL,
|
D | SamplePipeControllers.cpp | 15 PipeController::PipeController(SkCanvas* target, SkPicture::InstallPixelRefProc proc) in PipeController() 44 SkPicture::InstallPixelRefProc proc, in TiledPipeController()
|
/external/skia/include/core/ |
D | SkPicture.h | 76 typedef bool (*InstallPixelRefProc)(const void* src, size_t length, SkBitmap* dst); typedef 87 InstallPixelRefProc proc = &SkImageDecoder::DecodeMemory);
|
/external/skia/tools/ |
D | gpuveto.cpp | 45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap; in tool_main()
|
D | bench_pictures_main.cpp | 190 SkPicture::InstallPixelRefProc proc; in run_single_benchmark()
|
D | render_pictures_main.cpp | 167 SkPicture::InstallPixelRefProc proc; in render_picture_internal()
|