Home
last modified time | relevance | path

Searched defs:SkPicture (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/site/docs/user/api/
Dskcanvas_creation.md134 ## SkPicture section
/third_party/skia/src/shaders/
DSkPictureShader.h17 class SkPicture; variable
/third_party/skia/include/core/
DSkDrawable.h18 class SkPicture; variable
DSkImageGenerator.h24 class SkPicture; variable
DSkShader.h25 class SkPicture; variable
DSkImage.h35 class SkPicture; variable
DSkCanvas.h57 class SkPicture; variable
/third_party/skia/tools/
DDDLTileHelper.h22 class SkPicture; variable
DDDLPromiseImageHelper.h24 class SkPicture; variable
/third_party/skia/tools/debugger/
DDebugCanvas.h27 class SkPicture; variable
/third_party/skia/include/android/
DSkAnimatedImage.h19 class SkPicture; variable
/third_party/skia/src/core/
DSkPicture.cpp38 SkPicture::SkPicture() { in SkPicture() function in SkPicture
DSkOverdrawCanvas.cpp201 void SkOverdrawCanvas::onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) { in onDrawPicture()
/third_party/skia/include/utils/
DSkNoDrawCanvas.h69 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override {} in onDrawPicture()
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2509 export interface SkPicture extends EmbindObject<SkPicture> { interface