Home
last modified time | relevance | path

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

12345678910>>...104

/external/skia/bench/
DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in Matrix44Bench
46 : INHERITED("equals") in EqualsMatrix44Bench()
61 typedef Matrix44Bench INHERITED; typedef in EqualsMatrix44Bench
67 : INHERITED("setidentity") in SetIdentityMatrix44Bench()
84 typedef Matrix44Bench INHERITED; typedef in SetIdentityMatrix44Bench
90 : INHERITED("prescale") in PreScaleMatrix44Bench()
104 typedef Matrix44Bench INHERITED; typedef in PreScaleMatrix44Bench
110 : INHERITED("invert") in InvertMatrix44Bench()
137 typedef Matrix44Bench INHERITED; typedef in InvertMatrix44Bench
143 : INHERITED("invertaffine") in InvertAffineMatrix44Bench()
[all …]
DColorFilterBench.cpp60 typedef Benchmark INHERITED; typedef in ColorFilterBaseBench
66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench()
88 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterDimBrightBench
94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench()
113 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBrightGrayBench
119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench()
138 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterGrayBrightBench
144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench()
163 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBlueBrightBench
169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench()
[all …]
DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
116 typedef LightingBaseBench INHERITED; typedef in LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
137 typedef LightingBaseBench INHERITED; typedef in LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
161 typedef LightingBaseBench INHERITED; typedef in LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
183 typedef LightingBaseBench INHERITED; typedef in LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
[all …]
DMathBench.cpp66 typedef Benchmark INHERITED; typedef in MathBench
71 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
84 typedef MathBench INHERITED; typedef in MathBenchU32
91 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
99 typedef MathBench INHERITED; typedef in NoOpMathBench
104 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
112 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
118 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
126 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
131 FastISqrtMathBench() : INHERITED("fastIsqrt") {} in FastISqrtMathBench()
[all …]
DRectBench.cpp105 this->INHERITED::setupPaint(paint); in setupPaint()
111 typedef Benchmark INHERITED; typedef in RectBench
116 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
122 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
138 typedef RectBench INHERITED; typedef in SrcModeRectBench
143 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
147 this->INHERITED::setupPaint(paint); in setupPaint()
153 fName.set(this->INHERITED::onGetName()); in onGetName()
160 typedef RectBench INHERITED; typedef in TransparentRectBench
[all …]
DScalarBench.cpp40 typedef Benchmark INHERITED; typedef in ScalarBench
55 FloatComparisonBench() : INHERITED("compare_float") { in FloatComparisonBench()
68 typedef ScalarBench INHERITED; typedef in FloatComparisonBench
74 : INHERITED("compare_forced_int") { in ForcedIntComparisonBench()
91 typedef ScalarBench INHERITED; typedef in ForcedIntComparisonBench
96 IsFiniteScalarBench() : INHERITED("isfinite") { in IsFiniteScalarBench()
122 typedef ScalarBench INHERITED; typedef in IsFiniteScalarBench
161 typedef Benchmark INHERITED; typedef in RectBoundsBench
DInterpBench.cpp54 typedef Benchmark INHERITED; typedef in InterpBench
59 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
73 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
78 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
104 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
109 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
124 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
129 FloatInterp() : INHERITED("float") {} in FloatInterp()
142 typedef InterpBench INHERITED; typedef in FloatInterp
147 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
DPathBench.cpp71 typedef Benchmark INHERITED; typedef in PathBench
76 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
91 typedef PathBench INHERITED; typedef in TrianglePathBench
96 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
106 typedef PathBench INHERITED; typedef in RectPathBench
111 RotatedRectBench(Flags flags, bool aa, int degrees) : INHERITED(flags) { in RotatedRectBench()
135 typedef PathBench INHERITED; typedef in RotatedRectBench
142 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
152 typedef PathBench INHERITED; typedef in OvalPathBench
157 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
[all …]
/external/skqp/bench/
DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in Matrix44Bench
46 : INHERITED("equals") in EqualsMatrix44Bench()
61 typedef Matrix44Bench INHERITED; typedef in EqualsMatrix44Bench
67 : INHERITED("setidentity") in SetIdentityMatrix44Bench()
84 typedef Matrix44Bench INHERITED; typedef in SetIdentityMatrix44Bench
90 : INHERITED("prescale") in PreScaleMatrix44Bench()
104 typedef Matrix44Bench INHERITED; typedef in PreScaleMatrix44Bench
110 : INHERITED("invert") in InvertMatrix44Bench()
137 typedef Matrix44Bench INHERITED; typedef in InvertMatrix44Bench
143 : INHERITED("invertaffine") in InvertAffineMatrix44Bench()
[all …]
DColorFilterBench.cpp60 typedef Benchmark INHERITED; typedef in ColorFilterBaseBench
66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench()
88 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterDimBrightBench
94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench()
113 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBrightGrayBench
119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench()
138 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterGrayBrightBench
144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench()
163 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBlueBrightBench
169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench()
[all …]
DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
116 typedef LightingBaseBench INHERITED; typedef in LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
137 typedef LightingBaseBench INHERITED; typedef in LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
161 typedef LightingBaseBench INHERITED; typedef in LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
183 typedef LightingBaseBench INHERITED; typedef in LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
[all …]
DMathBench.cpp66 typedef Benchmark INHERITED; typedef in MathBench
71 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
84 typedef MathBench INHERITED; typedef in MathBenchU32
91 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
99 typedef MathBench INHERITED; typedef in NoOpMathBench
104 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
112 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
118 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
126 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
131 FastISqrtMathBench() : INHERITED("fastIsqrt") {} in FastISqrtMathBench()
[all …]
DRectBench.cpp105 this->INHERITED::setupPaint(paint); in setupPaint()
111 typedef Benchmark INHERITED; typedef in RectBench
116 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
122 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
138 typedef RectBench INHERITED; typedef in SrcModeRectBench
143 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
147 this->INHERITED::setupPaint(paint); in setupPaint()
153 fName.set(this->INHERITED::onGetName()); in onGetName()
160 typedef RectBench INHERITED; typedef in TransparentRectBench
[all …]
DScalarBench.cpp40 typedef Benchmark INHERITED; typedef in ScalarBench
55 FloatComparisonBench() : INHERITED("compare_float") { in FloatComparisonBench()
68 typedef ScalarBench INHERITED; typedef in FloatComparisonBench
74 : INHERITED("compare_forced_int") { in ForcedIntComparisonBench()
91 typedef ScalarBench INHERITED; typedef in ForcedIntComparisonBench
96 IsFiniteScalarBench() : INHERITED("isfinite") { in IsFiniteScalarBench()
122 typedef ScalarBench INHERITED; typedef in IsFiniteScalarBench
161 typedef Benchmark INHERITED; typedef in RectBoundsBench
DInterpBench.cpp54 typedef Benchmark INHERITED; typedef in InterpBench
59 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
73 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
78 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
104 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
109 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
124 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
129 FloatInterp() : INHERITED("float") {} in FloatInterp()
142 typedef InterpBench INHERITED; typedef in FloatInterp
147 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
DPathBench.cpp71 typedef Benchmark INHERITED; typedef in PathBench
76 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
91 typedef PathBench INHERITED; typedef in TrianglePathBench
96 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
106 typedef PathBench INHERITED; typedef in RectPathBench
111 RotatedRectBench(Flags flags, bool aa, int degrees) : INHERITED(flags) { in RotatedRectBench()
135 typedef PathBench INHERITED; typedef in RotatedRectBench
142 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
152 typedef PathBench INHERITED; typedef in OvalPathBench
157 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
[all …]
/external/skia/tools/debugger/
DSkDrawCommand.h127 typedef SkDrawCommand INHERITED; typedef
139 typedef SkDrawCommand INHERITED; typedef
154 typedef SkDrawCommand INHERITED; typedef
167 typedef SkDrawCommand INHERITED; typedef
181 typedef SkDrawCommand INHERITED; typedef
196 typedef SkDrawCommand INHERITED; typedef
208 typedef SkDrawCommand INHERITED; typedef
222 typedef SkDrawCommand INHERITED; typedef
239 typedef SkDrawCommand INHERITED; typedef
256 typedef SkDrawCommand INHERITED; typedef
[all …]
/external/skqp/tools/debugger/
DSkDrawCommand.h127 typedef SkDrawCommand INHERITED; typedef
139 typedef SkDrawCommand INHERITED; typedef
154 typedef SkDrawCommand INHERITED; typedef
167 typedef SkDrawCommand INHERITED; typedef
181 typedef SkDrawCommand INHERITED; typedef
196 typedef SkDrawCommand INHERITED; typedef
208 typedef SkDrawCommand INHERITED; typedef
222 typedef SkDrawCommand INHERITED; typedef
239 typedef SkDrawCommand INHERITED; typedef
256 typedef SkDrawCommand INHERITED; typedef
[all …]
/external/skqp/include/private/
DGrResourceKey.h188 typedef GrResourceKey INHERITED; typedef
203 using INHERITED::reset;
205 using INHERITED::isValid;
210 this->INHERITED::operator=(that);
214 bool operator==(const GrScratchKey& that) const { return this->INHERITED::operator==(that); }
217 class Builder : public INHERITED::Builder {
220 : INHERITED::Builder(key, type, data32Count) {} in Builder()
240 typedef GrResourceKey INHERITED; typedef
253 using INHERITED::reset;
255 using INHERITED::isValid;
[all …]
/external/skia/include/private/
DGrResourceKey.h188 typedef GrResourceKey INHERITED; typedef
203 using INHERITED::reset;
205 using INHERITED::isValid;
210 this->INHERITED::operator=(that);
214 bool operator==(const GrScratchKey& that) const { return this->INHERITED::operator==(that); }
217 class Builder : public INHERITED::Builder {
220 : INHERITED::Builder(key, type, data32Count) {} in Builder()
240 typedef GrResourceKey INHERITED; typedef
253 using INHERITED::reset;
255 using INHERITED::isValid;
[all …]
/external/skia/src/utils/
DSkLuaCanvas.cpp21 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua()
43 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()
110 this->INHERITED::willRestore(); in willRestore()
136 this->INHERITED::didConcat(matrix); in didConcat()
140 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
147 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
154 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skqp/src/utils/
DSkLuaCanvas.cpp21 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua()
43 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()
110 this->INHERITED::willRestore(); in willRestore()
136 this->INHERITED::didConcat(matrix); in didConcat()
140 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
147 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
154 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skqp/src/gpu/
DGrDDLContext.cpp21 : INHERITED(proxy->priv().backend(), proxy->priv().contextID()) { in GrDDLContext()
34 INHERITED::abandonContext(); in abandonContext()
39 INHERITED::releaseResourcesAndAbandonContext(); in releaseResourcesAndAbandonContext()
44 INHERITED::freeGpuResources(); in freeGpuResources()
52 if (!INHERITED::initCommon(options)) { in init()
65 typedef GrContext INHERITED; typedef in GrDDLContext
/external/skia/src/gpu/
DGrDDLContext.cpp21 : INHERITED(proxy->backend(), proxy->priv().options(), proxy->priv().contextID()) { in GrDDLContext()
29 INHERITED::abandonContext(); in abandonContext()
34 INHERITED::releaseResourcesAndAbandonContext(); in releaseResourcesAndAbandonContext()
39 INHERITED::freeGpuResources(); in freeGpuResources()
51 if (!INHERITED::init(std::move(caps), std::move(FPFactoryCache))) { in init()
71 typedef GrContext INHERITED; typedef in GrDDLContext
/external/skia/modules/sksg/src/
DSkSGRenderEffect.cpp23 : INHERITED(std::move(child), kOverrideDamage_Trait) in ImageFilterEffect()
39 const auto content_bounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate()
57 this->INHERITED::onRender(canvas, filter_ctx); in onRender()
64 : INHERITED(kBubbleDamage_Trait) in ImageFilter()
97 : INHERITED(std::move(input)) {} in DropShadowImageFilter()
116 : INHERITED(std::move(input)) {} in BlurImageFilter()
130 : INHERITED(std::move(child)) in BlendModeEffect()
138 this->INHERITED::onRender(canvas, local_ctx); in onRender()
143 return this->INHERITED::onNodeAt(p); in onNodeAt()

12345678910>>...104