Home
last modified time | relevance | path

Searched refs:INHERITED (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/external/skia/bench/
DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in Matrix44Bench
46 : INHERITED("equals") in EqualsMatrix44Bench()
64 typedef Matrix44Bench INHERITED; typedef in EqualsMatrix44Bench
70 : INHERITED("setidentity") in SetIdentityMatrix44Bench()
88 typedef Matrix44Bench INHERITED; typedef in SetIdentityMatrix44Bench
94 : INHERITED("prescale") in PreScaleMatrix44Bench()
109 typedef Matrix44Bench INHERITED; typedef in PreScaleMatrix44Bench
115 : INHERITED("invert") in InvertMatrix44Bench()
144 typedef Matrix44Bench INHERITED; typedef in InvertMatrix44Bench
150 : INHERITED("invertaffine") in InvertAffineMatrix44Bench()
[all …]
DColorFilterBench.cpp63 typedef Benchmark INHERITED; typedef in ColorFilterBaseBench
69 ColorFilterDimBrightBench(bool small) : INHERITED(small) { in ColorFilterDimBrightBench()
93 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterDimBrightBench
99 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { in ColorFilterBrightGrayBench()
120 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBrightGrayBench
126 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { in ColorFilterGrayBrightBench()
147 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterGrayBrightBench
153 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { in ColorFilterBlueBrightBench()
174 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBlueBrightBench
180 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { in ColorFilterBrightBlueBench()
[all …]
DLightingBench.cpp97 typedef Benchmark INHERITED; typedef in LightingBaseBench
102 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { in LightingPointLitDiffuseBench()
118 typedef LightingBaseBench INHERITED; typedef in LightingPointLitDiffuseBench
123 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { in LightingDistantLitDiffuseBench()
139 typedef LightingBaseBench INHERITED; typedef in LightingDistantLitDiffuseBench
144 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { in LightingSpotLitDiffuseBench()
163 typedef LightingBaseBench INHERITED; typedef in LightingSpotLitDiffuseBench
168 LightingPointLitSpecularBench(bool small) : INHERITED(small) { in LightingPointLitSpecularBench()
185 typedef LightingBaseBench INHERITED; typedef in LightingPointLitSpecularBench
190 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { in LightingDistantLitSpecularBench()
[all …]
DMathBench.cpp64 typedef Benchmark INHERITED; typedef in MathBench
69 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
82 typedef MathBench INHERITED; typedef in MathBenchU32
89 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
97 typedef MathBench INHERITED; typedef in NoOpMathBench
102 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
110 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
116 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
124 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
139 FastISqrtMathBench() : INHERITED("fastIsqrt") {} in FastISqrtMathBench()
[all …]
DScalarBench.cpp41 typedef Benchmark INHERITED; typedef in ScalarBench
56 FloatComparisonBench() : INHERITED("compare_float") { in FloatComparisonBench()
69 typedef ScalarBench INHERITED; typedef in FloatComparisonBench
75 : INHERITED("compare_forced_int") { in ForcedIntComparisonBench()
92 typedef ScalarBench INHERITED; typedef in ForcedIntComparisonBench
97 IsFiniteScalarBench() : INHERITED("isfinite") { in IsFiniteScalarBench()
123 typedef ScalarBench INHERITED; typedef in IsFiniteScalarBench
162 typedef Benchmark INHERITED; typedef in RectBoundsBench
DRefCntBench.cpp38 typedef Benchmark INHERITED; typedef in AtomicInc32
62 typedef Benchmark INHERITED; typedef in AtomicInc64
87 typedef Benchmark INHERITED; typedef in RefCntBench_Stack
96 typedef SkRefCnt INHERITED; typedef in PlacedRefCnt
123 typedef Benchmark INHERITED; typedef in RefCntBench_Heap
149 typedef Benchmark INHERITED; typedef in RefCntBench_New
176 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Stack
209 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Heap
235 typedef Benchmark INHERITED; typedef in WeakRefCntBench_New
DInterpBench.cpp53 typedef Benchmark INHERITED; typedef in InterpBench
58 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
72 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
77 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
103 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
108 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
123 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
128 FloatInterp() : INHERITED("float") {} in FloatInterp()
141 typedef InterpBench INHERITED; typedef in FloatInterp
146 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
DMatrixBench.cpp41 typedef Benchmark INHERITED; typedef in MatrixBench
47 EqualsMatrixBench() : INHERITED("equals") {} in EqualsMatrixBench()
63 typedef MatrixBench INHERITED; typedef in EqualsMatrixBench
68 ScaleMatrixBench() : INHERITED("scale") { in ScaleMatrixBench()
84 typedef MatrixBench INHERITED; typedef in ScaleMatrixBench
100 : INHERITED("gettype") { in GetTypeMatrixBench()
141 typedef MatrixBench INHERITED; typedef in GetTypeMatrixBench
146 DecomposeMatrixBench() : INHERITED("decompose") {} in DecomposeMatrixBench()
169 typedef MatrixBench INHERITED; typedef in DecomposeMatrixBench
175 : INHERITED(name) in InvertMapRectMatrixBench()
[all …]
DBlurRectBench.cpp73 typedef Benchmark INHERITED; typedef in BlurRectBench
79 BlurRectDirectBench(SkScalar rad) : INHERITED(rad) { in BlurRectDirectBench()
100 typedef BlurRectBench INHERITED; typedef in BlurRectDirectBench
106 BlurRectSeparableBench(SkScalar rad) : INHERITED(rad) { } in BlurRectSeparableBench()
126 typedef BlurRectBench INHERITED; typedef in BlurRectSeparableBench
131 BlurRectBoxFilterBench(SkScalar rad) : INHERITED(rad) { in BlurRectBoxFilterBench()
154 typedef BlurRectSeparableBench INHERITED; typedef in BlurRectBoxFilterBench
159 BlurRectGaussianBench(SkScalar rad) : INHERITED(rad) { in BlurRectGaussianBench()
182 typedef BlurRectSeparableBench INHERITED; typedef in BlurRectGaussianBench
DPathBench.cpp77 typedef Benchmark INHERITED; typedef in PathBench
82 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
97 typedef PathBench INHERITED; typedef in TrianglePathBench
102 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
112 typedef PathBench INHERITED; typedef in RectPathBench
117 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
127 typedef PathBench INHERITED; typedef in OvalPathBench
132 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
142 typedef PathBench INHERITED; typedef in CirclePathBench
147 SawToothPathBench(Flags flags) : INHERITED(flags) {} in SawToothPathBench()
[all …]
DBlurRectsBench.cpp51 typedef Benchmark INHERITED; typedef in BlurRectsBench
57 : INHERITED(outer, inner, radius) { in BlurRectsNinePatchBench()
61 typedef BlurRectsBench INHERITED; typedef in BlurRectsNinePatchBench
67 : INHERITED(outer, inner, radius) { in BlurRectsNonNinePatchBench()
72 typedef BlurRectsBench INHERITED; typedef in BlurRectsNonNinePatchBench
DDisplacementBench.cpp90 typedef Benchmark INHERITED; typedef in DisplacementBaseBench
95 DisplacementZeroBench(bool small) : INHERITED(small) { in DisplacementZeroBench()
117 typedef DisplacementBaseBench INHERITED; typedef in DisplacementZeroBench
122 DisplacementAlphaBench(bool small) : INHERITED(small) { in DisplacementAlphaBench()
143 typedef DisplacementBaseBench INHERITED; typedef in DisplacementAlphaBench
148 DisplacementFullBench(bool small) : INHERITED(small) { in DisplacementFullBench()
169 typedef DisplacementBaseBench INHERITED; typedef in DisplacementFullBench
DRectBench.cpp83 typedef Benchmark INHERITED; typedef in RectBench
88 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
98 this->INHERITED::setupPaint(paint); in setupPaint()
105 fName.set(this->INHERITED::onGetName()); in onGetName()
114 typedef RectBench INHERITED; typedef in SrcModeRectBench
119 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
123 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
137 typedef RectBench INHERITED; typedef in TransparentRectBench
274 typedef RectBench INHERITED; typedef in BlitMaskBench
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp32 SkPaintFilterCanvas::SkPaintFilterCanvas(int width, int height) : INHERITED(width, height) { } in SkPaintFilterCanvas()
35 : INHERITED(canvas->imageInfo().width(), canvas->imageInfo().height()) { in SkPaintFilterCanvas()
49 this->INHERITED::onDrawPaint(*apf.paint()); in onDrawPaint()
57 this->INHERITED::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints()
64 this->INHERITED::onDrawRect(rect, *apf.paint()); in onDrawRect()
71 this->INHERITED::onDrawRRect(rrect, *apf.paint()); in onDrawRRect()
79 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint()); in onDrawDRRect()
86 this->INHERITED::onDrawOval(rect, *apf.paint()); in onDrawOval()
93 this->INHERITED::onDrawPath(path, *apf.paint()); in onDrawPath()
101 this->INHERITED::onDrawBitmap(bm, left, top, apf.paint()); in onDrawBitmap()
[all …]
DSkLuaCanvas.cpp18 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua()
40 typedef SkLua INHERITED; typedef in AutoCallLua
77 : INHERITED(width, height) in SkLuaCanvas()
86 this->INHERITED::willSave(); in willSave()
98 (void)this->INHERITED::getSaveLayerStrategy(rec); in getSaveLayerStrategy()
105 this->INHERITED::willRestore(); in willRestore()
131 this->INHERITED::didConcat(matrix); in didConcat()
135 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
142 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
149 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skia/tests/
DGrMemoryPoolTest.cpp69 this->INHERITED::setValues(v); in setValues()
73 this->INHERITED::checkValues(v); in checkValues()
80 typedef A INHERITED; typedef in B
88 this->INHERITED::setValues(v); in setValues()
92 this->INHERITED::checkValues(v); in checkValues()
99 typedef A INHERITED; typedef in C
110 this->INHERITED::setValues(v); in setValues()
116 this->INHERITED::checkValues(v); in checkValues()
125 typedef C INHERITED; typedef in D
135 this->INHERITED::setValues(v); in setValues()
[all …]
/external/skia/src/gpu/glsl/
DGrGLSL.h265 : INHERITED() { in GrGLSLExpr1()
268 : INHERITED(v) { in GrGLSLExpr1()
271 : INHERITED(expr) { in GrGLSLExpr1()
274 : INHERITED(expr) { in GrGLSLExpr1()
281 : INHERITED(format, in0) { in GrGLSLExpr1()
284 : INHERITED(format, in0, in1) { in GrGLSLExpr1()
299 typedef GrGLSLExpr<GrGLSLExpr1> INHERITED; typedef
306 : INHERITED() { in GrGLSLExpr4()
309 : INHERITED(v) { in GrGLSLExpr4()
312 : INHERITED(expr) { in GrGLSLExpr4()
[all …]
/external/skia/include/gpu/
DGrResourceKey.h168 typedef GrResourceKey INHERITED; typedef
183 using INHERITED::reset;
185 using INHERITED::isValid;
190 this->INHERITED::operator=(that);
195 return this->INHERITED::operator==(that);
199 class Builder : public INHERITED::Builder {
202 : INHERITED::Builder(key, type, data32Count) {} in Builder()
222 typedef GrResourceKey INHERITED; typedef
235 using INHERITED::reset;
237 using INHERITED::isValid;
[all …]
DGrGpuResourceRef.h85 typedef SkNoncopyable INHERITED; typedef
97 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { } in GrTGpuResourceRef()
106 typedef GrGpuResourceRef INHERITED; typedef
114 GrTGpuResourceRef(GrTexture* texture, GrIOType ioType) : INHERITED(texture, ioType) { } in GrTGpuResourceRef()
128 typedef GrGpuResourceRef INHERITED; typedef
135 GrTGpuResourceRef(GrRenderTarget* rt, GrIOType ioType) : INHERITED(rt, ioType) { } in GrTGpuResourceRef()
149 typedef GrGpuResourceRef INHERITED; typedef
/external/skia/src/core/
DSk4px.h28 Sk4px(const Sk16b& v) : INHERITED(v) {} in Sk4px()
64 Wide operator * (const Wide& o) const { return INHERITED::operator*(o); }
65 Wide operator + (const Wide& o) const { return INHERITED::operator+(o); }
66 Wide operator - (const Wide& o) const { return INHERITED::operator-(o); }
67 Wide operator >> (int bits) const { return INHERITED::operator>>(bits); }
68 Wide operator << (int bits) const { return INHERITED::operator<<(bits); }
69 static Wide Min(const Wide& a, const Wide& b) { return INHERITED::Min(a,b); } in Min()
70 Wide thenElse(const Wide& t, const Wide& e) const { return INHERITED::thenElse(t,e); } in thenElse()
73 typedef Sk16h INHERITED; typedef
85 Sk4px operator + (const Sk4px& o) const { return INHERITED::operator+(o); }
[all …]
DSkPtrRecorder.h100 typedef SkRefCnt INHERITED; typedef
110 return this->INHERITED::find((void*)ptr); in find()
113 return this->INHERITED::add((void*)ptr); in add()
117 this->INHERITED::copyToArray((void**)array); in copyToArray()
121 typedef SkPtrSet INHERITED; typedef
169 typedef SkRefCnt INHERITED; typedef
DSkCoreBlitters.h25 typedef SkBlitter INHERITED; typedef
58 typedef SkRasterBlitter INHERITED; typedef
90 typedef SkRasterBlitter INHERITED; typedef
110 typedef SkShaderBlitter INHERITED; typedef
137 typedef SkRasterBlitter INHERITED; typedef
143 : INHERITED(device, paint) { SkASSERT(paint.getAlpha() == 0xFF); } in SkARGB32_Opaque_Blitter()
149 typedef SkARGB32_Blitter INHERITED; typedef
155 : INHERITED(device, paint) {} in SkARGB32_Black_Blitter()
161 typedef SkARGB32_Opaque_Blitter INHERITED; typedef
185 typedef SkShaderBlitter INHERITED; typedef
/external/skia/src/animator/
DSkPathParts.h47 typedef SkMoveTo INHERITED; typedef
63 typedef SkLineTo INHERITED; typedef
81 typedef SkQuadTo INHERITED; typedef
101 typedef SkCubicTo INHERITED; typedef
123 typedef SkAddGeom INHERITED; typedef
130 typedef SkAddRect INHERITED; typedef
141 typedef SkAddGeom INHERITED; typedef
151 typedef SkAddRect INHERITED; typedef
159 typedef SkPathPart INHERITED; typedef
/external/skia/tools/debugger/
DSkDrawCommand.h131 typedef SkDrawCommand INHERITED; typedef
144 typedef SkDrawCommand INHERITED; typedef
160 typedef SkDrawCommand INHERITED; typedef
174 typedef SkDrawCommand INHERITED; typedef
193 typedef SkDrawCommand INHERITED; typedef
213 typedef SkDrawCommand INHERITED; typedef
226 typedef SkDrawCommand INHERITED; typedef
245 typedef SkDrawCommand INHERITED; typedef
264 typedef SkDrawCommand INHERITED; typedef
305 typedef SkDrawCommand INHERITED; typedef
[all …]
/external/skia/src/gpu/
DGrStrokeInfo.h30 : INHERITED(style) in GrStrokeInfo()
35 : INHERITED(src) { in INHERITED() function
47 : INHERITED(paint, styleOverride) in GrStrokeInfo()
53 : INHERITED(paint) in GrStrokeInfo()
67 this->INHERITED::operator=(other);
83 return this->INHERITED::hasEqualEffect(other); in hasEqualEffect()
188 typedef SkStrokeRec INHERITED; typedef

12345678910>>...46