Searched refs:INHERITED (Results 51 - 75 of 1826) sorted by relevance

1234567891011>>

/external/skia/src/svg/
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/chromium_org/third_party/skia/include/core/
H A DSkEmptyShader.h33 SkEmptyShader(SkReadBuffer& buffer) : INHERITED(buffer) {}
40 typedef SkShader INHERITED; typedef in class:SkEmptyShader
H A DSkBBHFactory.h29 typedef SkBBHFactory INHERITED; typedef in class:SkQuadTreeFactory
37 typedef SkBBHFactory INHERITED; typedef in class:SkRTreeFactory
66 typedef SkBBHFactory INHERITED; typedef in class:SkTileGridFactory
H A DSkWeakRefCnt.h78 this->INHERITED::validate();
125 this->INHERITED::internal_dispose();
158 typedef SkRefCnt INHERITED; typedef in class:SkWeakRefCnt
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric.h43 typedef SkCLImageDiffer INHERITED; typedef in class:SkDifferentPixelsMetric
45 typedef SkImageDiffer INHERITED; typedef in class:SkDifferentPixelsMetric
/external/skia/include/core/
H A DSkEmptyShader.h33 SkEmptyShader(SkReadBuffer& buffer) : INHERITED(buffer) {}
40 typedef SkShader INHERITED; typedef in class:SkEmptyShader
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric.h43 typedef SkCLImageDiffer INHERITED; typedef in class:SkDifferentPixelsMetric
45 typedef SkImageDiffer INHERITED; typedef in class:SkDifferentPixelsMetric
/external/chromium_org/third_party/skia/src/core/
H A DSkPtrRecorder.h79 typedef SkRefCnt INHERITED; typedef in class:SkPtrSet
89 return this->INHERITED::find((void*)ptr);
92 return this->INHERITED::add((void*)ptr);
96 this->INHERITED::copyToArray((void**)array);
100 typedef SkPtrSet INHERITED; typedef in class:SkTPtrSet
148 typedef SkRefCnt INHERITED; typedef in class:SkNamedFactorySet
H A DSkBBoxHierarchyRecord.cpp15 : INHERITED(size, recordFlags) {
31 this->INHERITED::willSave(flags);
54 SkCanvas::SaveLayerStrategy strategy = this->INHERITED::willSaveLayer(bounds, paint, flags);
64 this->INHERITED::willRestore();
69 INHERITED::didConcat(matrix);
74 INHERITED::didSetMatrix(matrix);
81 this->INHERITED::onClipRect(rect, op, edgeStyle);
87 this->INHERITED::onClipRegion(region, op);
94 this->INHERITED::onClipPath(path, op, edgeStyle);
101 this->INHERITED
[all...]
/external/skia/src/core/
H A DSkPtrRecorder.h79 typedef SkRefCnt INHERITED; typedef in class:SkPtrSet
89 return this->INHERITED::find((void*)ptr);
92 return this->INHERITED::add((void*)ptr);
96 this->INHERITED::copyToArray((void**)array);
100 typedef SkPtrSet INHERITED; typedef in class:SkTPtrSet
148 typedef SkRefCnt INHERITED; typedef in class:SkNamedFactorySet
H A DSkBBoxHierarchyRecord.cpp15 : INHERITED(size, recordFlags) {
31 this->INHERITED::willSave(flags);
54 SkCanvas::SaveLayerStrategy strategy = this->INHERITED::willSaveLayer(bounds, paint, flags);
64 this->INHERITED::willRestore();
69 INHERITED::didConcat(matrix);
74 INHERITED::didSetMatrix(matrix);
81 this->INHERITED::onClipRect(rect, op, edgeStyle);
87 this->INHERITED::onClipRegion(region, op);
94 this->INHERITED::onClipPath(path, op, edgeStyle);
101 this->INHERITED
[all...]
/external/chromium_org/third_party/skia/bench/
H A DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in class:Matrix44Bench
46 : INHERITED("equals")
64 typedef Matrix44Bench INHERITED; typedef in class:EqualsMatrix44Bench
70 : INHERITED("setidentity")
88 typedef Matrix44Bench INHERITED; typedef in class:SetIdentityMatrix44Bench
94 : INHERITED("prescale")
109 typedef Matrix44Bench INHERITED; typedef in class:PreScaleMatrix44Bench
115 : INHERITED("invert")
144 typedef Matrix44Bench INHERITED; typedef in class:InvertMatrix44Bench
150 : INHERITED("invertaffin
176 typedef Matrix44Bench INHERITED; typedef in class:InvertAffineMatrix44Bench
203 typedef Matrix44Bench INHERITED; typedef in class:InvertScaleTranslateMatrix44Bench
225 typedef Matrix44Bench INHERITED; typedef in class:InvertTranslateMatrix44Bench
246 typedef Matrix44Bench INHERITED; typedef in class:PostScaleMatrix44Bench
271 typedef Matrix44Bench INHERITED; typedef in class:SetConcatMatrix44Bench
292 typedef Matrix44Bench INHERITED; typedef in class:GetTypeMatrix44Bench
[all...]
H A DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in class:LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) {
116 typedef LightingBaseBench INHERITED; typedef in class:LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) {
137 typedef LightingBaseBench INHERITED; typedef in class:LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) {
161 typedef LightingBaseBench INHERITED; typedef in class:LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) {
183 typedef LightingBaseBench INHERITED; typedef in class:LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(smal
205 typedef LightingBaseBench INHERITED; typedef in class:LightingDistantLitSpecularBench
230 typedef LightingBaseBench INHERITED; typedef in class:LightingSpotLitSpecularBench
[all...]
/external/skia/bench/
H A DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in class:Matrix44Bench
46 : INHERITED("equals")
64 typedef Matrix44Bench INHERITED; typedef in class:EqualsMatrix44Bench
70 : INHERITED("setidentity")
88 typedef Matrix44Bench INHERITED; typedef in class:SetIdentityMatrix44Bench
94 : INHERITED("prescale")
109 typedef Matrix44Bench INHERITED; typedef in class:PreScaleMatrix44Bench
115 : INHERITED("invert")
144 typedef Matrix44Bench INHERITED; typedef in class:InvertMatrix44Bench
150 : INHERITED("invertaffin
176 typedef Matrix44Bench INHERITED; typedef in class:InvertAffineMatrix44Bench
203 typedef Matrix44Bench INHERITED; typedef in class:InvertScaleTranslateMatrix44Bench
225 typedef Matrix44Bench INHERITED; typedef in class:InvertTranslateMatrix44Bench
246 typedef Matrix44Bench INHERITED; typedef in class:PostScaleMatrix44Bench
271 typedef Matrix44Bench INHERITED; typedef in class:SetConcatMatrix44Bench
292 typedef Matrix44Bench INHERITED; typedef in class:GetTypeMatrix44Bench
[all...]
H A DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in class:LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) {
116 typedef LightingBaseBench INHERITED; typedef in class:LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) {
137 typedef LightingBaseBench INHERITED; typedef in class:LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) {
161 typedef LightingBaseBench INHERITED; typedef in class:LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) {
183 typedef LightingBaseBench INHERITED; typedef in class:LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(smal
205 typedef LightingBaseBench INHERITED; typedef in class:LightingDistantLitSpecularBench
230 typedef LightingBaseBench INHERITED; typedef in class:LightingSpotLitSpecularBench
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkTransparentShader.h31 typedef SkShader::Context INHERITED; typedef in class:SkTransparentShader::TransparentShaderContext
41 SkTransparentShader(SkReadBuffer& buffer) : INHERITED(buffer) {}
43 typedef SkShader INHERITED; typedef in class:SkTransparentShader

Completed in 351 milliseconds

1234567891011>>