Searched defs:SK_OVERRIDE (Results 76 - 100 of 489) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrDefaultPathRenderer.h25 bool antiAlias) const SK_OVERRIDE; member in class:GrDefaultPathRenderer
31 const GrDrawTarget*) const SK_OVERRIDE; member in class:GrDefaultPathRenderer
36 bool antiAlias) SK_OVERRIDE; member in class:GrDefaultPathRenderer
40 GrDrawTarget*) SK_OVERRIDE; member in class:GrDefaultPathRenderer
H A DGrSoftwarePathRenderer.h30 bool antiAlias) const SK_OVERRIDE; member in class:GrSoftwarePathRenderer
34 const GrDrawTarget*) const SK_OVERRIDE; member in class:GrSoftwarePathRenderer
39 bool antiAlias) SK_OVERRIDE; member in class:GrSoftwarePathRenderer
/external/skia/src/gpu/gl/
H A DGrGLPath.h30 virtual size_t gpuMemorySize() const SK_OVERRIDE { return 100; }
33 virtual void onRelease() SK_OVERRIDE; member in class:GrGLPath
34 virtual void onAbandon() SK_OVERRIDE; member in class:GrGLPath
/external/chromium_org/third_party/skia/bench/
H A DSKPBench.h23 virtual const char* onGetName() SK_OVERRIDE; member in class:SKPBench
24 virtual const char* onGetUniqueName() SK_OVERRIDE; member in class:SKPBench
25 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE; member in class:SKPBench
26 virtual void onDraw(const int loops, SkCanvas* canvas) SK_OVERRIDE; member in class:SKPBench
27 virtual SkIPoint onGetSize() SK_OVERRIDE; member in class:SKPBench
/external/chromium_org/third_party/skia/dm/
H A DDMCpuGMTask.h25 virtual void draw() SK_OVERRIDE; member in class:DM::CpuGMTask
26 virtual bool shouldSkip() const SK_OVERRIDE; member in class:DM::CpuGMTask
27 virtual SkString name() const SK_OVERRIDE { return fName; }
H A DDMGpuGMTask.h27 virtual void draw(GrContextFactory*) SK_OVERRIDE; member in class:DM::GpuGMTask
28 virtual bool shouldSkip() const SK_OVERRIDE; member in class:DM::GpuGMTask
29 virtual SkString name() const SK_OVERRIDE { return fName; }
H A DDMPDFRasterizeTask.h29 virtual void draw() SK_OVERRIDE; member in class:DM::PDFRasterizeTask
30 virtual bool shouldSkip() const SK_OVERRIDE { return NULL == fRasterize; }
31 virtual SkString name() const SK_OVERRIDE { return fName; }
H A DDMPDFTask.h30 virtual void draw() SK_OVERRIDE; member in class:DM::PDFTask
32 virtual bool shouldSkip() const SK_OVERRIDE; member in class:DM::PDFTask
34 virtual SkString name() const SK_OVERRIDE { return fName; }
H A DDMWriteTask.h29 virtual void draw() SK_OVERRIDE; member in class:DM::WriteTask
30 virtual bool shouldSkip() const SK_OVERRIDE; member in class:DM::WriteTask
31 virtual SkString name() const SK_OVERRIDE; member in class:DM::WriteTask
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DSkV8Example.h28 virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE; member in class:SkV8ExampleWindow
29 virtual void onSizeChange() SK_OVERRIDE; member in class:SkV8ExampleWindow
32 virtual SkCanvas* createCanvas() SK_OVERRIDE; member in class:SkV8ExampleWindow
36 virtual void onHandleInval(const SkIRect&) SK_OVERRIDE; member in class:SkV8ExampleWindow
/external/chromium_org/third_party/skia/include/core/
H A DSkColorShader.h26 virtual bool isOpaque() const SK_OVERRIDE; member in class:SkColorShader
28 virtual size_t contextSize() const SK_OVERRIDE {
36 virtual uint32_t getFlags() const SK_OVERRIDE; member in class:SkColorShader::ColorShaderContext
37 virtual uint8_t getSpan16Alpha() const SK_OVERRIDE; member in class:SkColorShader::ColorShaderContext
38 virtual void shadeSpan(int x, int y, SkPMColor span[], int count) SK_OVERRIDE; member in class:SkColorShader::ColorShaderContext
39 virtual void shadeSpan16(int x, int y, uint16_t span[], int count) SK_OVERRIDE; member in class:SkColorShader::ColorShaderContext
40 virtual void shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) SK_OVERRIDE; member in class:SkColorShader::ColorShaderContext
53 TileMode xy[2]) const SK_OVERRIDE; member in class:SkColorShader
55 virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE; member in class:SkColorShader
58 GrFragmentProcessor**) const SK_OVERRIDE; member in class:SkColorShader
65 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkColorShader
66 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE; member in class:SkColorShader
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkBlurImageFilter.h23 virtual void computeFastBounds(const SkRect&, SkRect*) const SK_OVERRIDE; member in class:SkBlurImageFilter
36 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkBlurImageFilter
39 SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; member in class:SkBlurImageFilter
41 SkIRect* dst) const SK_OVERRIDE; member in class:SkBlurImageFilter
43 bool canFilterImageGPU() const SK_OVERRIDE { return true; }
45 SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; member in class:SkBlurImageFilter
H A DSkComposeImageFilter.h40 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE; member in class:SkComposeImageFilter
41 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const SK_OVERRIDE; member in class:SkComposeImageFilter
H A DSkLayerRasterizer.h75 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkLayerRasterizer
H A DSkOffsetImageFilter.h26 virtual void computeFastBounds(const SkRect& src, SkRect* dst) const SK_OVERRIDE; member in class:SkOffsetImageFilter
34 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkOffsetImageFilter
37 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE; member in class:SkOffsetImageFilter
38 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const SK_OVERRIDE; member in class:SkOffsetImageFilter
H A DSkPictureImageFilter.h46 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkPictureImageFilter
48 SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE; member in class:SkPictureImageFilter
50 SkIRect* dst) const SK_OVERRIDE; member in class:SkPictureImageFilter
H A DSkTestImageFilters.h29 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkDownSampleImageFilter
32 SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE; member in class:SkDownSampleImageFilter
H A DSkTileImageFilter.h26 SkBitmap* dst, SkIPoint* offset) const SK_OVERRIDE; member in class:SkTileImageFilter
28 SkIRect* dst) const SK_OVERRIDE; member in class:SkTileImageFilter
39 virtual void flatten(SkWriteBuffer& buffer) const SK_OVERRIDE; member in class:SkTileImageFilter
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGrPixelRef.h28 virtual bool onNewLockPixels(LockRec*) SK_OVERRIDE; member in class:SkROLockPixelsPixelRef
29 virtual void onUnlockPixels() SK_OVERRIDE; member in class:SkROLockPixelsPixelRef
30 virtual bool onLockPixelsAreWritable() const SK_OVERRIDE; // return false; member in class:SkROLockPixelsPixelRef
52 virtual GrTexture* getTexture() SK_OVERRIDE; member in class:SkGrPixelRef
56 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE; member in class:SkGrPixelRef
57 virtual SkPixelRef* deepCopy(SkColorType, const SkIRect* subset) SK_OVERRIDE; member in class:SkGrPixelRef
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkANGLEGLContext.h24 virtual void makeCurrent() const SK_OVERRIDE; member in class:SkANGLEGLContext
25 virtual void swapBuffers() const SK_OVERRIDE; member in class:SkANGLEGLContext
40 GrGLStandard forcedGpuAPI) SK_OVERRIDE; member in class:SkANGLEGLContext
41 virtual void destroyGLContext() SK_OVERRIDE; member in class:SkANGLEGLContext
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawEmboss.h18 virtual SkMaskFilter* getMaskFilter() SK_OVERRIDE; member in class:SkDrawEmboss
/external/chromium_org/third_party/skia/src/core/
H A DSkFilterShader.h20 virtual size_t contextSize() const SK_OVERRIDE; member in class:SkFilterShader
28 virtual uint32_t getFlags() const SK_OVERRIDE; member in class:SkFilterShader::FilterShaderContext
30 virtual void shadeSpan(int x, int y, SkPMColor[], int count) SK_OVERRIDE; member in class:SkFilterShader::FilterShaderContext
31 virtual void shadeSpan16(int x, int y, uint16_t[], int count) SK_OVERRIDE; member in class:SkFilterShader::FilterShaderContext
33 virtual void set3DMask(const SkMask* mask) SK_OVERRIDE {
51 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkFilterShader
52 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE; member in class:SkFilterShader
H A DSkLocalMatrixShader.h22 virtual size_t contextSize() const SK_OVERRIDE {
27 TileMode* mode) const SK_OVERRIDE {
31 virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE {
39 GrFragmentProcessor** fp) const SK_OVERRIDE {
50 GrFragmentProcessor**) const SK_OVERRIDE {
57 virtual SkShader* refAsALocalMatrixShader(SkMatrix* localMatrix) const SK_OVERRIDE {
71 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; member in class:SkLocalMatrixShader
72 virtual Context* onCreateContext(const ContextRec&, void*) const SK_OVERRIDE; member in class:SkLocalMatrixShader
H A DSkRecorder.h26 void clear(SkColor) SK_OVERRIDE; member in class:SkRecorder
27 void drawPaint(const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
31 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
32 void drawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
33 void drawOval(const SkRect& oval, const SkPaint&) SK_OVERRIDE; member in class:SkRecorder
34 void drawRRect(const SkRRect& rrect, const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
35 void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
39 const SkPaint* paint = NULL) SK_OVERRIDE; member in class:SkRecorder
44 DrawBitmapRectFlags flags = kNone_DrawBitmapRectFlag) SK_OVERRIDE; member in class:SkRecorder
47 const SkPaint* paint = NULL) SK_OVERRIDE; member in class:SkRecorder
51 const SkPaint* paint = NULL) SK_OVERRIDE; member in class:SkRecorder
55 const SkPaint* paint = NULL) SK_OVERRIDE; member in class:SkRecorder
64 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
66 void willSave() SK_OVERRIDE; member in class:SkRecorder
67 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SkCanvas::SaveFlags) SK_OVERRIDE; member in class:SkRecorder
69 void didRestore() SK_OVERRIDE; member in class:SkRecorder
71 void didConcat(const SkMatrix&) SK_OVERRIDE; member in class:SkRecorder
72 void didSetMatrix(const SkMatrix&) SK_OVERRIDE; member in class:SkRecorder
74 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; member in class:SkRecorder
79 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
83 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
88 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
93 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
97 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
100 const SkPaint& paint) SK_OVERRIDE; member in class:SkRecorder
102 void onClipRect(const SkRect& rect, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; member in class:SkRecorder
103 void onClipRRect(const SkRRect& rrect, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; member in class:SkRecorder
104 void onClipPath(const SkPath& path, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; member in class:SkRecorder
105 void onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op) SK_OVERRIDE; member in class:SkRecorder
107 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE; member in class:SkRecorder
109 void onPushCull(const SkRect& cullRect) SK_OVERRIDE; member in class:SkRecorder
110 void onPopCull() SK_OVERRIDE; member in class:SkRecorder
112 void beginCommentGroup(const char*) SK_OVERRIDE; member in class:SkRecorder
113 void addComment(const char*, const char*) SK_OVERRIDE; member in class:SkRecorder
114 void endCommentGroup() SK_OVERRIDE; member in class:SkRecorder
115 void drawData(const void*, size_t) SK_OVERRIDE; member in class:SkRecorder
117 bool isDrawingToLayer() const SK_OVERRIDE; member in class:SkRecorder
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.h17 virtual size_t contextSize() const SK_OVERRIDE; member in class:SkLinearGradient
24 virtual void shadeSpan(int x, int y, SkPMColor dstC[], int count) SK_OVERRIDE; member in class:SkLinearGradient::LinearGradientContext
25 virtual void shadeSpan16(int x, int y, uint16_t dstC[], int count) SK_OVERRIDE; member in class:SkLinearGradient::LinearGradientContext
31 virtual BitmapType asABitmap(SkBitmap*, SkMatrix*, TileMode*) const SK_OVERRIDE; member in class:SkLinearGradient
32 virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE; member in class:SkLinearGradient
34 GrColor*, GrFragmentProcessor**) const SK_OVERRIDE; member in class:SkLinearGradient
41 virtual void flatten(SkWriteBuffer& buffer) const SK_OVERRIDE; member in class:SkLinearGradient
42 virtual Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE; member in class:SkLinearGradient

Completed in 232 milliseconds

1234567891011>>