OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewPicture
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Picture.cpp
55
return SkSurface::
NewPicture
(info.fWidth, info.fHeight);
86
SkSurface* SkSurface::
NewPicture
(int width, int height) {
/external/skia/src/image/
SkSurface_Picture.cpp
55
return SkSurface::
NewPicture
(info.fWidth, info.fHeight);
86
SkSurface* SkSurface::
NewPicture
(int width, int height) {
/external/chromium_org/third_party/skia/include/core/
SkSurface.h
66
static SkSurface*
NewPicture
(int width, int height);
/external/skia/include/core/
SkSurface.h
66
static SkSurface*
NewPicture
(int width, int height);
/external/skia/gm/
image.cpp
186
SkAutoTUnref<SkSurface> surf2(SkSurface::
NewPicture
(info.fWidth, info.fHeight));
187
SkAutoTUnref<SkSurface> surf3(SkSurface::
NewPicture
(info.fWidth, info.fHeight));
/external/skia/tests/
SurfaceTest.cpp
45
return SkSurface::
NewPicture
(10, 10);
Completed in 130 milliseconds