OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkSurface_Base
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface.cpp
8
#include "
SkSurface_Base
.h"
16
SkSurface_Base
::
SkSurface_Base
(int width, int height) : INHERITED(width, height) {
21
SkSurface_Base
::~
SkSurface_Base
() {
31
void
SkSurface_Base
::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y,
40
void
SkSurface_Base
::aboutToDraw(ContentChangeMode mode) {
64
uint32_t
SkSurface_Base
::newGenerationID() {
71
static
SkSurface_Base
* asSB(SkSurface* surface) {
72
return static_cast<
SkSurface_Base
*>(surface)
[
all
...]
SkSurface_Base.h
14
class
SkSurface_Base
: public SkSurface {
16
SkSurface_Base
(int width, int height);
17
virtual ~
SkSurface_Base
();
74
SkCanvas*
SkSurface_Base
::getCachedCanvas() {
82
SkImage*
SkSurface_Base
::getCachedImage() {
90
void
SkSurface_Base
::installIntoCanvasForDirtyNotification() {
/external/skia/src/image/
SkSurface.cpp
8
#include "
SkSurface_Base
.h"
16
SkSurface_Base
::
SkSurface_Base
(int width, int height) : INHERITED(width, height) {
21
SkSurface_Base
::~
SkSurface_Base
() {
31
void
SkSurface_Base
::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y,
40
void
SkSurface_Base
::aboutToDraw(ContentChangeMode mode) {
64
uint32_t
SkSurface_Base
::newGenerationID() {
71
static
SkSurface_Base
* asSB(SkSurface* surface) {
72
return static_cast<
SkSurface_Base
*>(surface)
[
all
...]
SkSurface_Base.h
14
class
SkSurface_Base
: public SkSurface {
16
SkSurface_Base
(int width, int height);
17
virtual ~
SkSurface_Base
();
74
SkCanvas*
SkSurface_Base
::getCachedCanvas() {
82
SkImage*
SkSurface_Base
::getCachedImage() {
90
void
SkSurface_Base
::installIntoCanvasForDirtyNotification() {
Completed in 340 milliseconds