Home
last modified time | relevance | path

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

12345678910>>...41

/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.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.cpp57 typedef Benchmark INHERITED; typedef in MathBench
62 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
77 typedef MathBench INHERITED; typedef in MathBenchU32
84 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
94 typedef MathBench INHERITED; typedef in NoOpMathBench
99 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
109 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
115 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
125 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
140 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
DInterpBench.cpp46 typedef Benchmark INHERITED; typedef in InterpBench
51 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
65 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
70 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
96 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
101 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
116 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
121 FloatInterp() : INHERITED("float") {} in FloatInterp()
134 typedef InterpBench INHERITED; typedef in FloatInterp
139 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
DRefCntBench.cpp38 typedef Benchmark INHERITED; typedef in AtomicInc32
62 typedef Benchmark INHERITED; typedef in AtomicInc64
87 typedef Benchmark INHERITED; typedef in RefCntBench_Stack
98 typedef SkRefCnt INHERITED; typedef in PlacedRefCnt
125 typedef Benchmark INHERITED; typedef in RefCntBench_Heap
151 typedef Benchmark INHERITED; typedef in RefCntBench_New
178 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Stack
211 typedef Benchmark INHERITED; typedef in WeakRefCntBench_Heap
237 typedef Benchmark INHERITED; typedef in WeakRefCntBench_New
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()
98 typedef BlurRectBench INHERITED; typedef in BlurRectDirectBench
104 BlurRectSeparableBench(SkScalar rad) : INHERITED(rad) { in BlurRectSeparableBench()
126 typedef BlurRectBench INHERITED; typedef in BlurRectSeparableBench
131 BlurRectBoxFilterBench(SkScalar rad) : INHERITED(rad) { in BlurRectBoxFilterBench()
153 typedef BlurRectSeparableBench INHERITED; typedef in BlurRectBoxFilterBench
158 BlurRectGaussianBench(SkScalar rad) : INHERITED(rad) { in BlurRectGaussianBench()
180 typedef BlurRectSeparableBench INHERITED; typedef in BlurRectGaussianBench
DPathBench.cpp76 typedef Benchmark INHERITED; typedef in PathBench
81 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
96 typedef PathBench INHERITED; typedef in TrianglePathBench
101 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
111 typedef PathBench INHERITED; typedef in RectPathBench
116 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
126 typedef PathBench INHERITED; typedef in OvalPathBench
131 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
141 typedef PathBench INHERITED; typedef in CirclePathBench
146 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.cpp85 typedef Benchmark INHERITED; typedef in DisplacementBaseBench
90 DisplacementZeroBench(bool small) : INHERITED(small) { in DisplacementZeroBench()
112 typedef DisplacementBaseBench INHERITED; typedef in DisplacementZeroBench
117 DisplacementAlphaBench(bool small) : INHERITED(small) { in DisplacementAlphaBench()
138 typedef DisplacementBaseBench INHERITED; typedef in DisplacementAlphaBench
143 DisplacementFullBench(bool small) : INHERITED(small) { in DisplacementFullBench()
164 typedef DisplacementBaseBench INHERITED; typedef in DisplacementFullBench
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp31 SkPaintFilterCanvas::SkPaintFilterCanvas(int width, int height) : INHERITED(width, height) { } in SkPaintFilterCanvas()
35 this->INHERITED::onDrawPaint(*apf.paint()); in onDrawPaint()
41 this->INHERITED::onDrawPoints(mode, count, pts, *apf.paint()); in onDrawPoints()
46 this->INHERITED::onDrawRect(rect, *apf.paint()); in onDrawRect()
51 this->INHERITED::onDrawRRect(rrect, *apf.paint()); in onDrawRRect()
57 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint()); in onDrawDRRect()
62 this->INHERITED::onDrawOval(rect, *apf.paint()); in onDrawOval()
67 this->INHERITED::onDrawPath(path, *apf.paint()); in onDrawPath()
73 this->INHERITED::onDrawBitmap(bm, left, top, apf.paint()); in onDrawBitmap()
79 this->INHERITED::onDrawBitmapRect(bm, src, dst, apf.paint(), flags); in onDrawBitmapRect()
[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()
99 this->INHERITED::willSaveLayer(bounds, paint, flags); in willSaveLayer()
106 this->INHERITED::willRestore(); in willRestore()
132 this->INHERITED::didConcat(matrix); in didConcat()
136 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
143 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
150 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skia/experimental/PdfViewer/
DSkTrackDevice.h45 INHERITED::clear(color);
52 INHERITED::drawPaint(dummy1, paint); in drawPaint()
59 INHERITED::drawPoints(dummy1, mode, count, dummy2, paint); in drawPoints()
66 INHERITED::drawRect(dummy1, r, paint); in drawRect()
74 INHERITED::drawOval(dummy1, oval, paint); in drawOval()
81 INHERITED::drawRRect(dummy1, rr, paint); in drawRRect()
90 INHERITED::drawPath(dummy1, path, paint, prePathMatrix, pathIsMutable);
97 INHERITED::drawBitmap(dummy1, bitmap, matrix, paint); in drawBitmap()
104 INHERITED::drawSprite(dummy1, bitmap, x, y, paint); in drawSprite()
113 INHERITED::drawBitmapRect(dummy1, dummy2, srcOrNull, dst, paint, flags); in drawBitmapRect()
[all …]
/external/skia/src/utils/debugger/
DSkDrawCommand.h117 typedef SkDrawCommand INHERITED; typedef
127 typedef SkDrawCommand INHERITED; typedef
140 typedef SkDrawCommand INHERITED; typedef
151 typedef SkDrawCommand INHERITED; typedef
168 typedef SkDrawCommand INHERITED; typedef
186 typedef SkDrawCommand INHERITED; typedef
196 typedef SkDrawCommand INHERITED; typedef
212 typedef SkDrawCommand INHERITED; typedef
228 typedef SkDrawCommand INHERITED; typedef
267 typedef SkDrawCommand INHERITED; typedef
[all …]
DSkDrawCommand.cpp74 SkClearCommand::SkClearCommand(SkColor color) : INHERITED(kDrawClear_OpType) { in SkClearCommand()
186 : INHERITED(kClipPath_OpType) { in SkClipPathCommand()
206 : INHERITED(kClipRegion_OpType) { in SkClipRegionCommand()
219 : INHERITED(kClipRect_OpType) { in SkClipRectCommand()
234 : INHERITED(kClipRRect_OpType) { in SkClipRRectCommand()
254 : INHERITED(kConcat_OpType) { in SkConcatCommand()
266 : INHERITED(kDrawBitmap_OpType) { in SkDrawBitmapCommand()
296 : INHERITED(kDrawBitmapNine_OpType) { in SkDrawBitmapNineCommand()
327 : INHERITED(kDrawBitmapRect_OpType) { in SkDrawBitmapRectCommand()
365 : INHERITED(kBeginCommentGroup_OpType) in SkBeginCommentGroupCommand()
[all …]
/external/skia/src/gpu/gl/
DGrGLSL.h228 : INHERITED() { in GrGLSLExpr1()
231 : INHERITED(v) { in GrGLSLExpr1()
234 : INHERITED(expr) { in GrGLSLExpr1()
237 : INHERITED(expr) { in GrGLSLExpr1()
244 : INHERITED(format, in0) { in GrGLSLExpr1()
247 : INHERITED(format, in0, in1) { in GrGLSLExpr1()
262 typedef GrGLSLExpr<GrGLSLExpr1> INHERITED; typedef
269 : INHERITED() { in GrGLSLExpr4()
272 : INHERITED(v) { in GrGLSLExpr4()
275 : INHERITED(expr) { in GrGLSLExpr4()
[all …]
/external/skia/include/gpu/
DGrResourceKey.h164 typedef GrResourceKey INHERITED; typedef
179 using INHERITED::reset;
181 using INHERITED::isValid;
186 this->INHERITED::operator=(that);
191 return this->INHERITED::operator==(that);
195 class Builder : public INHERITED::Builder {
198 : INHERITED::Builder(key, type, data32Count) {} in Builder()
218 typedef GrResourceKey INHERITED; typedef
231 using INHERITED::reset;
233 using INHERITED::isValid;
[all …]
DGrGpuResourceRef.h87 typedef SkNoncopyable INHERITED; typedef
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { } in GrTGpuResourceRef()
108 typedef GrGpuResourceRef INHERITED; typedef
116 GrTGpuResourceRef(GrTexture* texture, GrIOType ioType) : INHERITED(texture, ioType) { } in GrTGpuResourceRef()
130 typedef GrGpuResourceRef INHERITED; typedef
137 GrTGpuResourceRef(GrRenderTarget* rt, GrIOType ioType) : INHERITED(rt, ioType) { } in GrTGpuResourceRef()
151 typedef GrGpuResourceRef INHERITED; typedef
/external/skia/tests/
DGrMemoryPoolTest.cpp78 this->INHERITED::setValues(v); in setValues()
82 this->INHERITED::checkValues(v); in checkValues()
89 typedef A INHERITED; typedef in B
97 this->INHERITED::setValues(v); in setValues()
101 this->INHERITED::checkValues(v); in checkValues()
108 typedef A INHERITED; typedef in C
119 this->INHERITED::setValues(v); in setValues()
125 this->INHERITED::checkValues(v); in checkValues()
134 typedef C INHERITED; typedef in D
144 this->INHERITED::setValues(v); in setValues()
[all …]
/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/src/core/
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
57 typedef SkRasterBlitter INHERITED; typedef
89 typedef SkRasterBlitter INHERITED; typedef
109 typedef SkShaderBlitter INHERITED; typedef
136 typedef SkRasterBlitter INHERITED; typedef
142 : INHERITED(device, paint) { SkASSERT(paint.getAlpha() == 0xFF); } in SkARGB32_Opaque_Blitter()
148 typedef SkARGB32_Blitter INHERITED; typedef
154 : INHERITED(device, paint) {} in SkARGB32_Black_Blitter()
160 typedef SkARGB32_Opaque_Blitter INHERITED; typedef
185 typedef SkShaderBlitter INHERITED; typedef
/external/skia/src/views/animated/
DSkWidgetViews.cpp150 this->INHERITED::onInflate(dom, node); in onInflate()
189 return this->INHERITED::onEvent(evt); in onEvent()
216 this->INHERITED::onInflate(dom, node); in onInflate()
264 this->INHERITED::onLabelChange(oldLabel, newLabel); in onLabelChange()
274 this->INHERITED::onFocusChange(gainFocus); in onFocusChange()
284 this->INHERITED::onSizeChange(); in onSizeChange()
323 return this->INHERITED::onEvent(evt); in onEvent()
328 if (this->INHERITED::onPrepareWidgetEvent(evt)) in onPrepareWidgetEvent()
341 typedef SkButtonView INHERITED; typedef in SkAnimButtonView

12345678910>>...41