/external/skqp/bench/ |
D | Matrix44Bench.cpp | 40 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 …]
|
D | ColorFilterBench.cpp | 60 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 …]
|
D | LightingBench.cpp | 95 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 …]
|
D | MathBench.cpp | 66 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 …]
|
D | PathBench.cpp | 71 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 …]
|
D | ScalarBench.cpp | 40 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
|
D | InterpBench.cpp | 54 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 …]
|
/external/skia/bench/ |
D | Matrix44Bench.cpp | 40 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 …]
|
D | ColorFilterBench.cpp | 60 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 …]
|
D | LightingBench.cpp | 95 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 …]
|
D | MathBench.cpp | 66 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 …]
|
D | PathBench.cpp | 71 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 …]
|
D | ScalarBench.cpp | 40 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
|
D | InterpBench.cpp | 54 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 …]
|
D | RefCntBench.cpp | 38 typedef Benchmark INHERITED; typedef in AtomicInc32 63 typedef Benchmark INHERITED; typedef in RefCntBench_Stack 72 typedef SkRefCnt INHERITED; typedef in PlacedRefCnt 99 typedef Benchmark INHERITED; typedef in RefCntBench_Heap 125 typedef Benchmark INHERITED; typedef in RefCntBench_New 152 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Stack 185 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Heap 211 typedef Benchmark INHERITED; typedef in WeakRefCntBench_New
|
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 35 : INHERITED(canvas->imageInfo().width(), canvas->imageInfo().height()) { in SkPaintFilterCanvas() 47 this->INHERITED::onDrawPaint(*apf.paint()); in onDrawPaint() 55 this->INHERITED::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints() 62 this->INHERITED::onDrawRect(rect, *apf.paint()); in onDrawRect() 69 this->INHERITED::onDrawRRect(rrect, *apf.paint()); in onDrawRRect() 77 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint()); in onDrawDRRect() 84 this->INHERITED::onDrawOval(rect, *apf.paint()); in onDrawOval() 92 this->INHERITED::onDrawArc(rect, startAngle, sweepAngle, useCenter, *apf.paint()); in onDrawArc() 99 this->INHERITED::onDrawPath(path, *apf.paint()); in onDrawPath() 107 this->INHERITED::onDrawBitmap(bm, left, top, apf.paint()); in onDrawBitmap() [all …]
|
D | SkLuaCanvas.cpp | 20 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua() 42 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/skqp/src/utils/ |
D | SkPaintFilterCanvas.cpp | 35 : INHERITED(canvas->imageInfo().width(), canvas->imageInfo().height()) { in SkPaintFilterCanvas() 47 this->INHERITED::onDrawPaint(*apf.paint()); in onDrawPaint() 55 this->INHERITED::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints() 62 this->INHERITED::onDrawRect(rect, *apf.paint()); in onDrawRect() 69 this->INHERITED::onDrawRRect(rrect, *apf.paint()); in onDrawRRect() 77 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint()); in onDrawDRRect() 84 this->INHERITED::onDrawOval(rect, *apf.paint()); in onDrawOval() 92 this->INHERITED::onDrawArc(rect, startAngle, sweepAngle, useCenter, *apf.paint()); in onDrawArc() 99 this->INHERITED::onDrawPath(path, *apf.paint()); in onDrawPath() 107 this->INHERITED::onDrawBitmap(bm, left, top, apf.paint()); in onDrawBitmap() [all …]
|
D | SkLuaCanvas.cpp | 18 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/skqp/include/gpu/ |
D | GrResourceKey.h | 170 typedef GrResourceKey INHERITED; typedef 185 using INHERITED::reset; 187 using INHERITED::isValid; 192 this->INHERITED::operator=(that); 197 return this->INHERITED::operator==(that); 201 class Builder : public INHERITED::Builder { 204 : INHERITED::Builder(key, type, data32Count) {} in Builder() 224 typedef GrResourceKey INHERITED; typedef 237 using INHERITED::reset; 239 using INHERITED::isValid; [all …]
|
/external/skia/include/gpu/ |
D | GrResourceKey.h | 170 typedef GrResourceKey INHERITED; typedef 185 using INHERITED::reset; 187 using INHERITED::isValid; 192 this->INHERITED::operator=(that); 197 return this->INHERITED::operator==(that); 201 class Builder : public INHERITED::Builder { 204 : INHERITED::Builder(key, type, data32Count) {} in Builder() 224 typedef GrResourceKey INHERITED; typedef 237 using INHERITED::reset; 239 using INHERITED::isValid; [all …]
|
/external/skia/src/core/ |
D | Sk4px.h | 28 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 …]
|
/external/skqp/src/core/ |
D | Sk4px.h | 28 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 …]
|
/external/skqp/tools/debugger/ |
D | SkDrawCommand.h | 161 typedef SkDrawCommand INHERITED; typedef 174 typedef SkDrawCommand INHERITED; typedef 190 typedef SkDrawCommand INHERITED; typedef 204 typedef SkDrawCommand INHERITED; typedef 223 typedef SkDrawCommand INHERITED; typedef 243 typedef SkDrawCommand INHERITED; typedef 256 typedef SkDrawCommand INHERITED; typedef 271 typedef SkDrawCommand INHERITED; typedef 290 typedef SkDrawCommand INHERITED; typedef 309 typedef SkDrawCommand INHERITED; typedef [all …]
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 161 typedef SkDrawCommand INHERITED; typedef 174 typedef SkDrawCommand INHERITED; typedef 190 typedef SkDrawCommand INHERITED; typedef 204 typedef SkDrawCommand INHERITED; typedef 223 typedef SkDrawCommand INHERITED; typedef 243 typedef SkDrawCommand INHERITED; typedef 256 typedef SkDrawCommand INHERITED; typedef 271 typedef SkDrawCommand INHERITED; typedef 290 typedef SkDrawCommand INHERITED; typedef 309 typedef SkDrawCommand INHERITED; typedef [all …]
|