OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkSurface
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkSurface.h
20
*
SkSurface
represents the backend/results of drawing to a canvas. For raster
27
class SK_API
SkSurface
: public SkRefCnt {
29
SK_DECLARE_INST_COUNT(
SkSurface
)
38
static
SkSurface
* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47
static
SkSurface
* NewRaster(const SkImageInfo&);
54
static
SkSurface
* NewRasterPMColor(int width, int height) {
66
static
SkSurface
* NewPicture(int width, int height);
71
static
SkSurface
* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
77
static
SkSurface
* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0);
128
*
SkSurface
* A = SkSurface::New...()
[
all
...]
/external/chromium_org/third_party/skia/src/image/
SkSurface.cpp
69
static SkSurface_Base* asSB(
SkSurface
* surface) {
75
SkSurface
::
SkSurface
(int width, int height) : fWidth(width), fHeight(height) {
81
uint32_t
SkSurface
::generationID() {
88
void
SkSurface
::notifyContentWillChange(ContentChangeMode mode) {
92
SkCanvas*
SkSurface
::getCanvas() {
96
SkImage*
SkSurface
::newImageSnapshot() {
102
SkSurface
*
SkSurface
::newSurface(const SkImageInfo& info) {
106
void
SkSurface
::draw(SkCanvas* canvas, SkScalar x, SkScalar y
[
all
...]
/external/skia/include/core/
SkSurface.h
20
*
SkSurface
represents the backend/results of drawing to a canvas. For raster
27
class SK_API
SkSurface
: public SkRefCnt {
29
SK_DECLARE_INST_COUNT(
SkSurface
)
38
static
SkSurface
* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47
static
SkSurface
* NewRaster(const SkImageInfo&);
54
static
SkSurface
* NewRasterPMColor(int width, int height) {
66
static
SkSurface
* NewPicture(int width, int height);
71
static
SkSurface
* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
77
static
SkSurface
* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0);
128
*
SkSurface
* A = SkSurface::New...()
[
all
...]
/external/skia/src/image/
SkSurface.cpp
69
static SkSurface_Base* asSB(
SkSurface
* surface) {
75
SkSurface
::
SkSurface
(int width, int height) : fWidth(width), fHeight(height) {
81
uint32_t
SkSurface
::generationID() {
88
void
SkSurface
::notifyContentWillChange(ContentChangeMode mode) {
92
SkCanvas*
SkSurface
::getCanvas() {
96
SkImage*
SkSurface
::newImageSnapshot() {
102
SkSurface
*
SkSurface
::newSurface(const SkImageInfo& info) {
106
void
SkSurface
::draw(SkCanvas* canvas, SkScalar x, SkScalar y
[
all
...]
Completed in 725 milliseconds