Searched defs:flatten (Results 1 - 25 of 146) sorted by last modified time

123456

/external/webp/src/enc/
H A Dpicture_tools.c52 static void flatten(uint8_t* ptr, int v, int stride, int size) { function
109 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
110 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
111 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
/external/skia/src/core/
H A DSkBitmapProcShader.cpp66 void SkBitmapProcShader::flatten(SkWriteBuffer& buffer) const { function in class:SkBitmapProcShader
67 this->INHERITED::flatten(buffer);
H A DSkComposeShader.cpp69 void SkComposeShader::flatten(SkWriteBuffer& buffer) const { function in class:SkComposeShader
70 this->INHERITED::flatten(buffer);
H A DSkFilterShader.cpp35 void SkFilterShader::flatten(SkWriteBuffer& buffer) const { function in class:SkFilterShader
36 this->INHERITED::flatten(buffer);
H A DSkFlattenable.cpp13 void SkFlattenable::flatten(SkWriteBuffer&) const function in class:SkFlattenable
16 to not know that, since we want them to always call INHERITED::flatten()
H A DSkImageFilter.cpp86 void SkImageFilter::flatten(SkWriteBuffer& buffer) const { function in class:SkImageFilter
H A DSkImageInfo.cpp32 void SkImageInfo::flatten(SkWriteBuffer& buffer) const { function in class:SkImageInfo
H A DSkLocalMatrixShader.cpp17 void SkLocalMatrixShader::flatten(SkWriteBuffer& buffer) const { function in class:SkLocalMatrixShader
18 this->INHERITED::flatten(buffer);
H A DSkMallocPixelRef.cpp203 void SkMallocPixelRef::flatten(SkWriteBuffer& buffer) const { function in class:SkMallocPixelRef
204 this->INHERITED::flatten(buffer);
H A DSkPaint.cpp1878 fPaintOptionsAndroid.flatten(androidBuffer);
2138 void SkPaint::flatten(SkWriteBuffer& buffer) const { function in class:SkPaint
2199 this->getPaintOptionsAndroid().flatten(buffer);
2209 // the order we read must match the order we wrote in flatten()
2732 if (dirty & kPaintOptionsAndroid_DirtyBit) paint.getPaintOptionsAndroid().flatten(buffer);
H A DSkPaintOptionsAndroid.cpp29 void SkPaintOptionsAndroid::flatten(SkWriteBuffer& buffer) const { function in class:SkPaintOptionsAndroid
H A DSkPathEffect.cpp47 void SkPairPathEffect::flatten(SkWriteBuffer& buffer) const { function in class:SkPairPathEffect
48 this->INHERITED::flatten(buffer);
H A DSkPathHeap.cpp85 void SkPathHeap::flatten(SkWriteBuffer& buffer) const { function in class:SkPathHeap
H A DSkPicture.cpp202 * unnecessarily flatten the pixels in a bitmap shader.
432 void SkPicture::flatten(SkWriteBuffer& buffer) const { function in class:SkPicture
440 playback->flatten(buffer);
H A DSkPicturePlayback.cpp366 fPathHeap->flatten(buffer);
408 void SkPicturePlayback::flatten(SkWriteBuffer& buffer) const { function in class:SkPicturePlayback
415 fPictureRefs[i]->flatten(buffer);
1425 result += path.flatten(NULL);
H A DSkPictureShader.cpp47 void SkPictureShader::flatten(SkWriteBuffer& buffer) const { function in class:SkPictureShader
48 this->INHERITED::flatten(buffer);
52 fPicture->flatten(buffer);
H A DSkPixelRef.cpp165 void SkPixelRef::flatten(SkWriteBuffer& buffer) const { function in class:SkPixelRef
166 this->INHERITED::flatten(buffer);
167 fInfo.flatten(buffer);
H A DSkShader.cpp67 void SkShader::flatten(SkWriteBuffer& buffer) const { function in class:SkShader
68 this->INHERITED::flatten(buffer);
276 void SkColorShader::flatten(SkWriteBuffer& buffer) const { function in class:SkColorShader
277 this->INHERITED::flatten(buffer);
H A DSkXfermode.cpp1379 void SkProcCoeffXfermode::flatten(SkWriteBuffer& buffer) const { function in class:SkProcCoeffXfermode
1380 this->INHERITED::flatten(buffer);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp168 void SkPath1DPathEffect::flatten(SkWriteBuffer& buffer) const { function in class:SkPath1DPathEffect
169 this->INHERITED::flatten(buffer);
H A DSk2DPathEffect.cpp71 void Sk2DPathEffect::flatten(SkWriteBuffer& buffer) const { function in class:Sk2DPathEffect
72 this->INHERITED::flatten(buffer);
109 void SkLine2DPathEffect::flatten(SkWriteBuffer &buffer) const { function in class:SkLine2DPathEffect
110 this->INHERITED::flatten(buffer);
125 void SkPath2DPathEffect::flatten(SkWriteBuffer& buffer) const { function in class:SkPath2DPathEffect
126 this->INHERITED::flatten(buffer);
H A DSkAlphaThresholdFilter.cpp22 virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
299 void SkAlphaThresholdFilterImpl::flatten(SkWriteBuffer& buffer) const { function in class:SkAlphaThresholdFilterImpl
300 this->INHERITED::flatten(buffer);
H A DSkAvoidXfermode.cpp31 void SkAvoidXfermode::flatten(SkWriteBuffer& buffer) const { function in class:SkAvoidXfermode
32 this->INHERITED::flatten(buffer);
H A DSkBicubicImageFilter.cpp55 void SkBicubicImageFilter::flatten(SkWriteBuffer& buffer) const { function in class:SkBicubicImageFilter
56 this->INHERITED::flatten(buffer);
H A DSkBitmapSource.cpp40 void SkBitmapSource::flatten(SkWriteBuffer& buffer) const { function in class:SkBitmapSource
41 this->INHERITED::flatten(buffer);

Completed in 212 milliseconds

123456