OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewRasterCopy
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Picture.cpp
66
return SkImage::
NewRasterCopy
(info, NULL, 0);
SkImagePriv.cpp
48
image = SkImage::
NewRasterCopy
(info, bm.getPixels(), bm.rowBytes());
SkImage_Raster.cpp
117
SkImage* SkImage::
NewRasterCopy
(const SkImageInfo& info, const void* pixels, size_t rowBytes) {
/external/skia/src/image/
SkSurface_Picture.cpp
66
return SkImage::
NewRasterCopy
(info, NULL, 0);
SkImagePriv.cpp
48
image = SkImage::
NewRasterCopy
(info, bm.getPixels(), bm.rowBytes());
SkImage_Raster.cpp
117
SkImage* SkImage::
NewRasterCopy
(const SkImageInfo& info, const void* pixels, size_t rowBytes) {
/external/chromium_org/third_party/skia/include/core/
SkImage.h
63
static SkImage*
NewRasterCopy
(const Info&, const void* pixels, size_t rowBytes);
/external/skia/include/core/
SkImage.h
63
static SkImage*
NewRasterCopy
(const Info&, const void* pixels, size_t rowBytes);
Completed in 43 milliseconds