Searched refs:INHERITED (Results 176 - 200 of 453) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkBlitter_A1.cpp13 : INHERITED(device) {
H A DSkPictureFlat.h170 typedef SkFlatData INHERITED; typedef in class:SkFlatBitmap
193 typedef SkFlatData INHERITED; typedef in class:SkFlatMatrix
216 typedef SkFlatData INHERITED; typedef in class:SkFlatPaint
235 typedef SkFlatData INHERITED; typedef in class:SkFlatRegion
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.h48 typedef GrPathRenderer INHERITED; typedef in class:GrAAHairLinePathRenderer
H A DGrAllocator.h137 typedef GrNoncopyable INHERITED; typedef in class:GrAllocator
234 typedef GrNoncopyable INHERITED; typedef in class:GrTAllocator
239 typedef GrTAllocator<T> INHERITED; typedef in class:GrSTAllocator
242 GrSTAllocator() : INHERITED(N, fStorage.get()) {
H A DGrBufferAllocPool.h271 typedef GrBufferAllocPool INHERITED; typedef in class:GrVertexBufferAllocPool
349 typedef GrBufferAllocPool INHERITED; typedef in class:GrIndexBufferAllocPool
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h58 typedef GrStencilBuffer INHERITED; typedef in class:GrGLStencilBuffer
H A DGrGLRenderTarget.cpp35 : INHERITED(gpu,
57 : INHERITED(gpu,
/external/skia/src/ports/
H A DSkImageRef_ashmem.h48 typedef SkImageRef INHERITED; typedef in class:SkImageRef_ashmem
H A DSkImageRef_ashmem.cpp135 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode);
141 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config,
196 return this->INHERITED::onLockPixels(ct);
200 this->INHERITED::onUnlockPixels();
216 this->INHERITED::flatten(buffer);
228 : INHERITED(buffer) {
/external/skia/src/svg/
H A DSkSVGClipPath.cpp26 INHERITED::translate(parser, defState);
H A DSkSVGImage.cpp25 INHERITED::translate(parser, defState);
H A DSkSVGPolyline.cpp38 INHERITED::translate(parser, defState);
/external/skia/include/gpu/
H A DGrRenderTarget.h181 : INHERITED(gpu)
211 typedef GrResource INHERITED; typedef in class:GrRenderTarget
/external/skia/samplecode/
H A DSampleBitmapRect.cpp65 return this->INHERITED::onQuery(evt);
103 typedef SkView INHERITED; typedef in class:BitmapRectView
H A DSampleCamera.cpp65 return this->INHERITED::onQuery(evt);
99 typedef SampleView INHERITED; typedef in class:CameraView
H A DSampleDash.cpp51 return this->INHERITED::onQuery(evt);
88 typedef SampleView INHERITED; typedef in class:DashView
H A DSampleDrawBitmap.cpp40 return this->INHERITED::onQuery(evt);
78 typedef SampleView INHERITED; typedef in class:DrawBitmapView
H A DSampleDrawLooper.cpp73 return this->INHERITED::onQuery(evt);
92 typedef SampleView INHERITED; typedef in class:LooperView
H A DSampleLines.cpp44 return this->INHERITED::onQuery(evt);
109 typedef SampleView INHERITED; typedef in class:LinesView
H A DSampleTextAlpha.cpp59 return this->INHERITED::onQuery(evt);
114 typedef SampleView INHERITED; typedef in class:TextAlphaView
H A DClockFaceView.cpp75 this->INHERITED::flatten(buffer);
86 this->INHERITED::begin(uvBounds, dst);
111 typedef Sk2DPathEffect INHERITED; typedef in class:Dot2DPathEffect
124 // InverseFillPE(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
129 typedef SkPathEffect INHERITED; typedef in class:InverseFillPE
194 return this->INHERITED::onQuery(evt);
255 typedef SkView INHERITED; typedef in class:ClockFaceView
/external/skia/src/animator/
H A DSkDrawGroup.h62 typedef SkDrawable INHERITED; typedef in class:SkGroup
69 typedef SkGroup INHERITED; typedef in class:SkSave
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp138 INHERITED::setDevice(SkNEW_ARGS(DeferredDevice, (device)))->unref();
210 return this->INHERITED::save(flags);
216 int count = this->INHERITED::save(flags);
223 this->INHERITED::restore();
232 return this->INHERITED::translate(dx, dy);
237 return this->INHERITED::scale(sx, sy);
242 return this->INHERITED::rotate(degrees);
247 return this->INHERITED::skew(sx, sy);
252 return this->INHERITED::concat(matrix);
257 this->INHERITED
[all...]
H A DSkDumpCanvas.cpp183 return this->INHERITED::save(flags);
189 return this->INHERITED::saveLayer(bounds, paint, flags);
193 this->INHERITED::restore();
200 return this->INHERITED::translate(dx, dy);
206 return this->INHERITED::scale(sx, sy);
211 return this->INHERITED::rotate(degrees);
217 return this->INHERITED::skew(sx, sy);
224 return this->INHERITED::concat(matrix);
231 this->INHERITED::setMatrix(matrix);
245 return this->INHERITED
[all...]
/external/skia/src/effects/
H A DSkTestImageFilters.cpp36 this->INHERITED::flatten(buffer);
41 SkOffsetImageFilter::SkOffsetImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
92 this->INHERITED::flatten(buffer);
98 SkComposeImageFilter::SkComposeImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
250 this->INHERITED::flatten(buffer);
269 SkMergeImageFilter::SkMergeImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
323 this->INHERITED::flatten(buffer);
328 SkColorFilterImageFilter::SkColorFilterImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
389 this->INHERITED::flatten(buffer);
394 SkDownSampleImageFilter::SkDownSampleImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffe
[all...]

Completed in 265 milliseconds

1234567891011>>