/external/skia/src/views/animated/ |
SkBorderView.cpp | 91 this->setLayout(layout)->unref();
|
/external/skia/tests/ |
QuickRejectTest.cpp | 75 paint.setLooper(new TestLooper)->unref();
|
CanvasStateTest.cpp | 74 tmpCanvas->unref(); 163 tmpCanvas->unref(); 203 tmpCanvas->unref();
|
PaintTest.cpp | 77 paint.setTypeface(SkTypeface::RefDefault())->unref(); 146 paint.setLooper(looper)->unref(); 149 paint.setMaskFilter(mask)->unref();
|
/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.cc | 51 // Need to unref shader, otherwise never deleted. 52 s->unref(); 89 paint.setMaskFilter(filter)->unref();
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 33 static void Unref(ScriptablePlugin** handle); 46 void Unref(); 102 // and only that owner should call Unref(). To CHECK for that keep a counter.
|
/external/chromium_org/third_party/skia/include/core/ |
SkFontHost.h | 34 caller is always responsible for calling unref() on each instance that is 110 calling unref() on the typeface when they are finished with it. 121 the caller is responsible for calling unref() when it is no longer used.
|
SkTypeface.h | 86 * Returns a ref() to the default typeface. The caller must call unref() 98 unref() when they are done. 110 unref() when they are done. 133 calling unref() when they are done with it. 259 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings 264 * It is the caller's responsibility to unref() the returned pointer.
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFPage.cpp | 41 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref(); 107 kids->append(new SkPDFObjRef(curNodes[i]))->unref(); 131 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();
|
SkPDFFont.cpp | 560 cmapStream->setData(cmap.copyToData())->unref(); [all...] |
SkPDFGraphicState.cpp | 151 sMaskDict->insert("G", new SkPDFObjRef(sMask))->unref(); 165 sMaskDict->insert("TR", new SkPDFObjRef(invertFunction))->unref(); 230 insert("SA", new SkPDFBool(true))->unref(); // Auto stroke adjustment.
|
/external/skia/bench/ |
DisplacementBench.cpp | 108 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref(); 135 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ)))->unref(); 161 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref();
|
/external/skia/include/core/ |
SkFontHost.h | 34 caller is always responsible for calling unref() on each instance that is 110 calling unref() on the typeface when they are finished with it. 121 the caller is responsible for calling unref() when it is no longer used.
|
SkTypeface.h | 86 * Returns a ref() to the default typeface. The caller must call unref() 98 unref() when they are done. 110 unref() when they are done. 133 calling unref() when they are done with it. 259 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings 264 * It is the caller's responsibility to unref() the returned pointer.
|
/external/skia/src/pdf/ |
SkPDFPage.cpp | 41 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref(); 107 kids->append(new SkPDFObjRef(curNodes[i]))->unref(); 131 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();
|
SkPDFFont.cpp | 560 cmapStream->setData(cmap.copyToData())->unref(); [all...] |
SkPDFGraphicState.cpp | 151 sMaskDict->insert("G", new SkPDFObjRef(sMask))->unref(); 165 sMaskDict->insert("TR", new SkPDFObjRef(invertFunction))->unref(); 230 insert("SA", new SkPDFBool(true))->unref(); // Auto stroke adjustment.
|
/external/chromium_org/ppapi/shared_impl/ |
tracked_callback_unittest.cc | 256 // Test that callbacks get aborted on the last resource unref. 262 // Test several things: Unref-ing a resource (to zero refs) with callbacks 270 // Also do the same for a second resource, and make sure that unref-ing the 316 // Unref it, spin the message loop to run posted calls, and check that things 333 // Unref it again and do the same.
|
/external/skia/gm/ |
gradients.cpp | 139 shader->unref(); 195 shader->unref(); 276 paint.setShader(s)->unref(); 315 shader->unref(); 353 paint.setShader(shader)->unref();
|
dashing.cpp | 22 p.setPathEffect(new SkDashPathEffect(intervals, 2, 0))->unref(); 158 paint.setPathEffect(new SkDashPathEffect(vals, count, phase))->unref(); 205 p.setPathEffect(new SkDashPathEffect(intervals, 2, phase, false))->unref();
|
tilemodes.cpp | 42 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref(); 49 paint->setShader(shader)->unref(); 249 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
tilemodes_scaled.cpp | 42 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref(); 49 paint->setShader(shader)->unref(); 260 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
|
/external/chromium_org/third_party/skia/src/core/ |
SkStream.cpp | 330 fData->unref(); 334 fData->unref(); 340 fData->unref(); 351 fData->unref(); 651 fCopy->unref(); 834 stream->unref();
|
/external/skia/src/core/ |
SkStream.cpp | 330 fData->unref(); 334 fData->unref(); 340 fData->unref(); 351 fData->unref(); 651 fCopy->unref(); 834 stream->unref();
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_background.cc | 58 gradient_shader->unref();
|