HomeSort by relevance Sort by last modified time
    Searched refs:unref (Results 26 - 50 of 207) sorted by null

12 3 4 5 6 7 8 9

  /external/skia/samplecode/
SampleTinyBitmap.cpp 20 ctable->unref();
64 paint.setShader(s)->unref();
SampleEffects.cpp 36 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
42 SkBlurMaskFilter::CreateEmboss(dir, 0.1f, 0.05f, 1))->unref();
49 SkShader::kMirror_TileMode))->unref();
SampleAll.cpp 73 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
134 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
145 p.setRasterizer(rast2)->unref();
184 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
194 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
257 p.setPathEffect(new Line2DPathEffect(SK_Scalar1*2, lattice))->unref();
309 paint->setRasterizer(rast)->unref();
314 paint->setMaskFilter(SkBlurMaskFilter::CreateEmboss(dir, SK_Scalar1/4, SkIntToScalar(4), SkIntToScalar(3)))->unref();
457 SkShader::kMirror_TileMode, SkShader::kRepeat_TileMode))->unref();
465 paint.setXfermode(xfermode)->unref();
    [all...]
SampleBigGradient.cpp 31 p.setShader(make_grad(this->width(), this->height()))->unref();
SampleClamp.cpp 25 fGrad->unref();
SampleTextEffects.cpp 60 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
123 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
134 p.setRasterizer(rast2)->unref();
175 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
185 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
251 p.setPathEffect(new Line2DPathEffect(SK_Scalar1*2, lattice))->unref();
306 paint->setRasterizer(rast)->unref();
311 paint->setMaskFilter(SkBlurMaskFilter::CreateEmboss(dir, SK_Scalar1/4, SkIntToScalar(4), SkIntToScalar(3)))->unref();
367 gLightingColors[index].fAdd))->unref();
SampleBlur.cpp 20 ctable->unref();
93 paint.setMaskFilter(mf)->unref();
105 paint.setMaskFilter(mf)->unref();
SampleImageDir.cpp 35 paint.setShader(s)->unref();
98 stream->unref();
108 bitmap->setPixelRef(ref)->unref();
143 stream->unref();
166 stream->unref();
254 p.setColorFilter(cf)->unref();
SampleBitmapRect.cpp 31 SkShader::kClamp_TileMode))->unref();
SampleGradients.cpp 20 p.setShader(setgrad(r, 0xFF00FF00, 0x0000FF00))->unref();
25 p.setShader(setgrad(r, 0xFF00FF00, 0x00000000))->unref();
30 p.setShader(setgrad(r, 0xFF00FF00, 0x00FF0000))->unref();
151 paint.setShader(shader)->unref();
SampleSlides.cpp 25 corner->unref();
29 paint->setPathEffect(compose)->unref();
50 0))->unref();
74 SkPath1DPathEffect::kRotate_Style))->unref();
87 paint->setPathEffect(new SkDiscretePathEffect(10, 4))->unref();
106 paint->setPathEffect(new TilePathEffect)->unref();
234 shader->unref();
479 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
547 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
559 p.setRasterizer(rast2)->unref();
    [all...]
  /external/skia/tests/
XfermodeTest.cpp 27 xfer->unref();
39 bogusXfer->unref();
  /external/skia/gm/
shapes.cpp 47 fGroup.appendShape(make_shape0(false))->unref();
50 fGroup.appendShape(make_shape0(true), m)->unref();
53 fGroup.appendShape(make_shape1(), m)->unref();
55 fGroup.appendShape(make_shape2(), m)->unref();
110 pict->unref();
blurs.cpp 52 paint.setMaskFilter(mf)->unref();
68 paint.setMaskFilter(mf)->unref();
tilemodes.cpp 37 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
44 paint->setShader(shader)->unref();
  /external/webkit/Source/WebCore/platform/graphics/android/
FontCustomPlatformData.cpp 45 // the unref is enough to release the font data...
67 stream->unref();
PlatformGraphicsContext.h 48 m_picture->unref();
56 m_picture->unref();
  /external/webkit/Source/WebKit/android/plugins/
SkANP.h 63 skcanvas->unref();
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 150 gradient_shader->unref();
151 solid_shader->unref();
154 paint.setShader(composite_shader)->unref();
179 gradient_shader->unref();
180 image_shader->unref();
183 paint.setShader(composite_shader)->unref();
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 82 javaAllocator->unref();
126 fdStream->unref();
139 fdStream->unref();
143 fdStream->unref();
160 stream->unref();
172 assStream->unref();
  /external/skia/src/effects/
SkGroupShape.cpp 46 rec.fShape->unref();
56 rec->fShape->unref();
117 this->appendShape(shape, mr)->unref();
  /external/skia/src/core/
SkColorFilter.cpp 55 fFilter->unref();
56 fShader->unref();
  /external/skia/src/text/
SkTextLayout.cpp 21 fDefaultStyle->unref();
  /external/skia/bench/
RepeatTileBench.cpp 65 ctable->unref();
108 fPaint.setShader(s)->unref();
  /external/skia/gpu/src/
GrTextStrike.cpp 36 fGpu->unref();
149 fFontScalerKey->unref();

Completed in 828 milliseconds

12 3 4 5 6 7 8 9