Searched refs:INHERITED (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrVertexBuffer.h19 : INHERITED(gpu, sizeInBytes, dynamic) {}
21 typedef GrGeometryBuffer INHERITED; typedef in class:GrVertexBuffer
H A DGrIndexBuffer.h28 : INHERITED(gpu, sizeInBytes, dynamic) {}
30 typedef GrGeometryBuffer INHERITED; typedef in class:GrIndexBuffer
/external/skia/src/animator/
H A DSkDrawFull.h19 typedef SkBoundable INHERITED; typedef in class:SkFull
H A DSkDrawOval.h19 typedef SkDrawRect INHERITED; typedef in class:SkOval
H A DSkDisplayBounds.h21 typedef SkDrawRect INHERITED; typedef in class:SkDisplayBounds
/external/skia/src/svg/
H A DSkSVGG.cpp15 INHERITED::translate(parser, defState);
H A DSkSVGG.h18 typedef SkSVGGroup INHERITED; typedef in class:SkSVGG
H A DSkSVGPath.h19 typedef SkSVGElement INHERITED; typedef in class:SkSVGPath
H A DSkSVGSymbol.h19 typedef SkSVGElement INHERITED; typedef in class:SkSVGSymbol
H A DSkSVGText.h22 typedef SkSVGElement INHERITED; typedef in class:SkSVGText
29 typedef SkSVGText INHERITED; typedef in class:SkSVGTspan
H A DSkSVGCircle.h21 typedef SkSVGElement INHERITED; typedef in class:SkSVGCircle
H A DSkSVGClipPath.h20 typedef SkSVGElement INHERITED; typedef in class:SkSVGClipPath
H A DSkSVGDefs.cpp23 INHERITED::translate(parser, defState);
H A DSkSVGDefs.h20 typedef SkSVGGroup INHERITED; typedef in class:SkSVGDefs
H A DSkSVGEllipse.h22 typedef SkSVGElement INHERITED; typedef in class:SkSVGEllipse
H A DSkSVGFeColorMatrix.h23 typedef SkSVGElement INHERITED; typedef in class:SkSVGFeColorMatrix
H A DSkSVGLine.h22 typedef SkSVGElement INHERITED; typedef in class:SkSVGLine
H A DSkSVGMetadata.h20 typedef SkSVGElement INHERITED; typedef in class:SkSVGMetadata
H A DSkSVGPolygon.h20 typedef SkSVGPolyline INHERITED; typedef in class:SkSVGPolygon
H A DSkSVGRect.h23 typedef SkSVGElement INHERITED; typedef in class:SkSVGRect
H A DSkSVGStop.h20 typedef SkSVGElement INHERITED; typedef in class:SkSVGStop
H A DSkSVGSymbol.cpp20 INHERITED::translate(parser, defState);
/external/webkit/Source/WebKit/android/nav/
H A DParseCanvas.h43 return INHERITED::save(flags);
46 typedef SkCanvas INHERITED; typedef in class:android::ParseCanvas
/external/skia/include/core/
H A DSkPtrRecorder.h76 typedef SkRefCnt INHERITED; typedef in class:SkPtrSet
86 return this->INHERITED::find((void*)ptr);
89 return this->INHERITED::add((void*)ptr);
93 this->INHERITED::copyToArray((void**)array);
97 typedef SkPtrSet INHERITED; typedef in class:SkTPtrSet
/external/skia/include/effects/
H A DSkMorphologyImageFilter.h25 typedef SkImageFilter INHERITED; typedef in class:SkMorphologyImageFilter
30 SkDilateImageFilter(int radiusX, int radiusY) : INHERITED(radiusX, radiusY) {}
31 explicit SkDilateImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
42 typedef SkMorphologyImageFilter INHERITED; typedef in class:SkDilateImageFilter
47 SkErodeImageFilter(int radiusX, int radiusY) : INHERITED(radiusX, radiusY) {}
48 explicit SkErodeImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
61 typedef SkMorphologyImageFilter INHERITED; typedef in class:SkErodeImageFilter

Completed in 186 milliseconds

1234567891011>>