Searched defs:INHERITED (Results 501 - 525 of 843) sorted by relevance

<<21222324252627282930>>

/external/skia/src/gpu/effects/
H A DGrBitmapTextGeoProc.h64 typedef GrGeometryProcessor INHERITED; typedef in class:GrBitmapTextGeoProc
H A DGrConstColorProcessor.cpp63 typedef GrGLFragmentProcessor INHERITED; typedef in class:GLConstColorProcessor
H A DGrDisableColorXP.cpp51 typedef GrXferProcessor INHERITED; typedef in class:DisableColorXP
75 typedef GrGLXferProcessor INHERITED; typedef in class:GLDisableColorXP
H A DGrDitherEffect.cpp46 typedef GrFragmentProcessor INHERITED; typedef in class:DitherEffect
78 typedef GrGLFragmentProcessor INHERITED; typedef in class:GLDitherEffect
H A DGrMatrixConvolutionEffect.h98 typedef GrSingleTextureEffect INHERITED; typedef in class:GrMatrixConvolutionEffect
/external/skia/src/gpu/gl/
H A DGrGLContext.h99 GrGLContext(const GrGLContext& that) : INHERITED(that) {}
102 this->INHERITED::operator=(that);
109 typedef GrGLContextInfo INHERITED; typedef in class:GrGLContext
H A DGrGLGeometryProcessor.h101 typedef GrGLPrimitiveProcessor INHERITED; typedef in class:GrGLGeometryProcessor
H A DGrGLProcessor.h117 typedef GrGLProcessor INHERITED; typedef in class:GrGLFragmentProcessor
H A DGrGLProgramDataManager.h114 typedef SkRefCnt INHERITED; typedef in class:GrGLProgramDataManager
H A DGrGLRenderTarget.h93 typedef GrRenderTarget INHERITED; typedef in class:GrGLRenderTarget
H A DGrGLStencilAttachment.h63 typedef GrStencilAttachment INHERITED; typedef in class:GrGLStencilAttachment
H A DGrGLTexture.h76 typedef GrTexture INHERITED; typedef in class:GrGLTexture
H A DGrGLXferProcessor.h69 typedef GrGLProcessor INHERITED; typedef in class:GrGLXferProcessor
/external/skia/src/images/
H A DSkImageDecoder_pkm.cpp30 typedef SkImageDecoder INHERITED; typedef in class:SkPKMImageDecoder
H A DSkImageEncoder_argb.cpp19 typedef SkImageEncoder INHERITED; typedef in class:SkARGBImageEncoder
/external/skia/src/pdf/
H A DSkPDFFont.h202 typedef SkPDFDict INHERITED; typedef in class:SkPDFFont
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.h48 typedef PipeController INHERITED; typedef in class:TiledPipeController
/external/skia/src/ports/
H A DSkFontHost_linux.cpp29 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
53 typedef SkTypeface_FreeType INHERITED; typedef in class:SkTypeface_Custom
61 SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {}
67 typedef SkTypeface_Custom INHERITED; typedef in class:SkTypeface_Empty
75 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
88 typedef SkTypeface_Custom INHERITED; typedef in class:SkTypeface_Stream
103 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
122 typedef SkTypeface_Custom INHERITED; typedef in class:SkTypeface_File
H A DSkTypeface_win_dw.h96 INHERITED::weak_dispose();
116 typedef SkTypeface INHERITED; typedef in class:DWriteFontTypeface
/external/skia/tests/
H A DDynamicHashTest.cpp24 Hash() : INHERITED() {}
27 int capacity() const { return this->INHERITED::capacity(); }
28 int countCollisions(const int& key) const { return this->INHERITED::countCollisions(key); }
31 typedef SkTDynamicHash<Entry, int> INHERITED; typedef in class:__anon14117::Hash
H A DLayerRasterizerTest.cpp23 : INHERITED()
41 typedef SkRasterizer INHERITED; typedef in class:DummyRasterizer
/external/skia/bench/
H A DAAClipBench.cpp82 typedef Benchmark INHERITED; typedef in class:AAClipBench
170 typedef Benchmark INHERITED; typedef in class:NestedAAClipBench
212 typedef Benchmark INHERITED; typedef in class:AAClipBuilderBench
242 typedef Benchmark INHERITED; typedef in class:AAClipRegionBench
H A DBenchmark.h122 typedef SkRefCnt INHERITED; typedef in class:Benchmark
H A DBezierBench.cpp92 typedef Benchmark INHERITED; typedef in class:BezierBench
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

Completed in 176 milliseconds

<<21222324252627282930>>