Searched refs:INHERITED (Results 201 - 225 of 1014) sorted by relevance

1234567891011>>

/external/skia/src/gpu/effects/
H A DGr1DKernelEffect.h51 typedef GrSingleTextureEffect INHERITED; typedef in class:Gr1DKernelEffect
H A DGrSingleTextureEffect.h56 typedef GrFragmentProcessor INHERITED; typedef in class:GrSingleTextureEffect
/external/skia/src/gpu/gl/
H A DGrGLPathRange.h56 typedef GrPathRange INHERITED; typedef in class:GrGLPathRange
/external/skia/src/gpu/gl/debug/
H A DGrTextureObj.h54 typedef GrFBBindableObj INHERITED; typedef in class:GrTextureObj
/external/skia/src/image/
H A DSkSurface_Gpu.h36 typedef SkSurface_Base INHERITED; typedef in class:SkSurface_Gpu
/external/skia/src/lazy/
H A DSkCachingPixelRef.h62 typedef SkPixelRef INHERITED; typedef in class:SkCachingPixelRef
/external/skia/src/pdf/
H A DSkPDFStream.h75 typedef SkPDFDict INHERITED; typedef in class:SkPDFStream
/external/skia/src/svg/parser/
H A DSkSVGPath.cpp21 INHERITED::translate(parser, defState);
H A DSkSVGPolygon.cpp23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
H A DSkSVGRect.cpp29 INHERITED::translate(parser, defState);
/external/skia/tools/
H A DCopyTilesRenderer.h54 typedef TiledPictureRenderer INHERITED; typedef in class:sk_tools::CopyTilesRenderer
/external/skia/bench/
H A DBlurRectBench.cpp73 typedef Benchmark INHERITED; typedef in class:BlurRectBench
79 BlurRectDirectBench(SkScalar rad) : INHERITED(rad) {
98 typedef BlurRectBench INHERITED; typedef in class:BlurRectDirectBench
104 BlurRectSeparableBench(SkScalar rad) : INHERITED(rad) {
126 typedef BlurRectBench INHERITED; typedef in class:BlurRectSeparableBench
131 BlurRectBoxFilterBench(SkScalar rad) : INHERITED(rad) {
153 typedef BlurRectSeparableBench INHERITED; typedef in class:BlurRectBoxFilterBench
158 BlurRectGaussianBench(SkScalar rad) : INHERITED(rad) {
180 typedef BlurRectSeparableBench INHERITED; typedef in class:BlurRectGaussianBench
H A DHairlinePathBench.cpp77 typedef Benchmark INHERITED; typedef in class:HairlinePathBench
82 LinePathBench(Flags flags) : INHERITED(flags) {}
109 typedef HairlinePathBench INHERITED; typedef in class:LinePathBench
114 QuadPathBench(Flags flags) : INHERITED(flags) {}
141 typedef HairlinePathBench INHERITED; typedef in class:QuadPathBench
146 ConicPathBench(Flags flags) : INHERITED(flags) {}
177 typedef HairlinePathBench INHERITED; typedef in class:ConicPathBench
182 CubicPathBench(Flags flags) : INHERITED(flags) {}
212 typedef HairlinePathBench INHERITED; typedef in class:CubicPathBench
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp150 this->INHERITED::onInflate(dom, node);
189 return this->INHERITED::onEvent(evt);
216 this->INHERITED::onInflate(dom, node);
264 this->INHERITED::onLabelChange(oldLabel, newLabel);
274 this->INHERITED::onFocusChange(gainFocus);
284 this->INHERITED::onSizeChange();
323 return this->INHERITED::onEvent(evt);
328 if (this->INHERITED::onPrepareWidgetEvent(evt))
341 typedef SkButtonView INHERITED; typedef in class:SkAnimButtonView
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp74 SkClearCommand::SkClearCommand(SkColor color) : INHERITED(kDrawClear_OpType) {
186 : INHERITED(kClipPath_OpType) {
206 : INHERITED(kClipRegion_OpType) {
219 : INHERITED(kClipRect_OpType) {
234 : INHERITED(kClipRRect_OpType) {
254 : INHERITED(kConcat_OpType) {
266 : INHERITED(kDrawBitmap_OpType) {
296 : INHERITED(kDrawBitmapNine_OpType) {
327 : INHERITED(kDrawBitmapRect_OpType) {
365 : INHERITED(kBeginCommentGroup_OpTyp
[all...]
/external/skia/example/
H A DHelloWorld.h38 SkSurfaceProps props(INHERITED::getSurfaceProps());
69 typedef SkOSWindow INHERITED; typedef in class:HelloWorldWindow
/external/skia/experimental/Networking/
H A DSkSockets.h169 typedef SkSocket INHERITED; typedef in class:SkTCPServer
195 typedef SkSocket INHERITED; typedef in class:SkTCPClient
/external/skia/gm/
H A Ddownsamplebitmap.cpp105 typedef skiagm::GM INHERITED; typedef in class:DownsampleBitmapGM
111 : INHERITED(filterQuality), fTextSize(textSize)
139 typedef DownsampleBitmapGM INHERITED; typedef in class:DownsampleBitmapTextGM
145 : INHERITED(filterQuality), fSize(size), fNumChecks(numChecks)
158 typedef DownsampleBitmapGM INHERITED; typedef in class:DownsampleBitmapCheckerboardGM
164 : INHERITED(filterQuality), fFilename(filename)
191 typedef DownsampleBitmapGM INHERITED; typedef in class:DownsampleBitmapImageGM
245 typedef skiagm::GM INHERITED; typedef in class:ShowMipLevels
/external/skia/include/core/
H A DSkComposeShader.h57 typedef SkShader::Context INHERITED; typedef in class:SkComposeShader::ComposeShaderContext
80 typedef SkShader INHERITED; typedef in class:SkComposeShader
/external/skia/include/effects/
H A DSk1DPathEffect.h39 typedef SkPathEffect INHERITED; typedef in class:Sk1DPathEffect
84 typedef Sk1DPathEffect INHERITED; typedef in class:SkPath1DPathEffect
/external/skia/include/gpu/
H A DGrFragmentProcessor.h26 : INHERITED()
131 typedef GrProcessor INHERITED; typedef in class:GrFragmentProcessor
H A DGrRenderTarget.h98 : INHERITED(gpu, lifeCycle, desc)
117 typedef GrSurface INHERITED; typedef in class:GrRenderTarget
H A DGrSurface.h142 : INHERITED(gpu, lifeCycle)
149 typedef GrGpuResource INHERITED; typedef in class:GrSurface
/external/skia/include/ports/
H A DSkRemotableFontMgr.h55 typedef SkRefCnt INHERITED; typedef in class:SkRemotableFontIdentitySet
151 typedef SkRefCnt INHERITED; typedef in class:SkRemotableFontMgr
/external/skia/samplecode/
H A DGMSampleView.cpp29 return this->INHERITED::onQuery(evt);
37 return this->INHERITED::onEvent(evt);

Completed in 508 milliseconds

1234567891011>>