/frameworks/base/core/jni/android/graphics/pdf/ |
PdfDocument.cpp | 40 mPicture->unref();
|
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
nacl_ppapi_util.h | 53 // reference, and must Unref prior to thread exit. The worker threads 81 // should probably Unref its anchor (and do other cleanup) and exit.
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFUtils.cpp | 171 data->unref(); 183 data->unref();
|
SkPDFImage.cpp | 284 result->append(new SkPDFString(index))->unref(); 489 insert("SMask", new SkPDFObjRef(mask))->unref(); 544 make_indexed_color_space(fBitmap.getColorTable()))->unref();
|
SkPDFTypes.cpp | 366 fValue[offset]->unref(); 471 fValue[i].key->unref(); 472 fValue[i].value->unref();
|
/external/skia/bench/ |
GradientBench.cpp | 198 fShader->unref(); 296 paint.setShader(s)->unref();
|
RTreeBench.cpp | 44 fTree->unref(); 98 fTree->unref();
|
/external/skia/gm/ |
shadertext2.cpp | 37 SK_ARRAY_COUNT(kColors0), SkShader::kClamp_TileMode, um))->unref(); 40 SK_ARRAY_COUNT(kColors1), SkShader::kClamp_TileMode))->unref();
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 171 data->unref(); 183 data->unref();
|
SkPDFImage.cpp | 284 result->append(new SkPDFString(index))->unref(); 489 insert("SMask", new SkPDFObjRef(mask))->unref(); 544 make_indexed_color_space(fBitmap.getColorTable()))->unref();
|
/external/skia/tests/ |
DataRefTest.cpp | 230 tmp->unref(); 233 tmp->unref();
|
ImageDecodingTest.cpp | 180 paint.setShader(shader)->unref(); 219 // Now unref the stream to make sure it survives
|
/frameworks/base/core/jni/android/graphics/ |
BitmapRegionDecoder.cpp | 88 javaAllocator->unref(); 147 stream->unref(); // the decoder now holds a reference
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 113 fDrawState->unref(); 141 fDrawState->unref(); 240 geoSrc.fVertexBuffer->unref(); 263 geoSrc.fIndexBuffer->unref(); 699 fSavedState->unref(); 744 fSavedState->unref(); [all...] |
GrGpu.cpp | 129 tex->unref(); 178 tex->unref(); 319 fQuadIndexBuffer->unref();
|
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 113 fDrawState->unref(); 141 fDrawState->unref(); 240 geoSrc.fVertexBuffer->unref(); 263 geoSrc.fIndexBuffer->unref(); 699 fSavedState->unref(); 744 fSavedState->unref(); [all...] |
GrGpu.cpp | 129 tex->unref(); 178 tex->unref(); 319 fQuadIndexBuffer->unref();
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrContext.h | 119 * ref on the returned texture which must be balanced by a call to unref. 141 * value will be NULL if not found. The caller must balance with a call to unref. 187 * owns a ref on the returned texture and must balance with a call to unref. 199 * it to the cache, where it may be purged. This does not unref the texture. [all...] |
/external/skia/include/gpu/ |
GrContext.h | 119 * ref on the returned texture which must be balanced by a call to unref. 141 * value will be NULL if not found. The caller must balance with a call to unref. 187 * owns a ref on the returned texture and must balance with a call to unref. 199 * it to the cache, where it may be purged. This does not unref the texture. [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmap.cpp | 71 void unref() { function in struct:SkBitmap::MipMap 357 fColorTable->unref(); 468 this->setPixelRef(pr)->unref(); 489 fColorTable->unref(); 497 fPixelRef->unref(); 507 fMipMap->unref(); 546 dst->setPixelRef(pr, 0)->unref(); 974 dst.setPixelRef(pixelRef)->unref(); [all...] |
SkBlitter.cpp | 713 f3DShader->unref(); 879 paint.writable()->setShader(shader3D)->unref(); 914 paint.writable()->setShader(shader)->unref(); 928 paint.writable()->setShader(shader)->unref(); 1019 fShader->unref();
|
/external/skia/src/core/ |
SkBitmap.cpp | 71 void unref() { function in struct:SkBitmap::MipMap 357 fColorTable->unref(); 468 this->setPixelRef(pr)->unref(); 489 fColorTable->unref(); 497 fPixelRef->unref(); 507 fMipMap->unref(); 546 dst->setPixelRef(pr, 0)->unref(); 974 dst.setPixelRef(pixelRef)->unref(); [all...] |
SkBlitter.cpp | 713 f3DShader->unref(); 879 paint.writable()->setShader(shader3D)->unref(); 914 paint.writable()->setShader(shader)->unref(); 928 paint.writable()->setShader(shader)->unref(); 1019 fShader->unref();
|
/external/chromium_org/third_party/skia/include/core/ |
SkStream.h | 43 * mmap if available). On success, the caller must call unref() on the 316 * The caller must call unref() when it is finished using the data. 411 * calling unref() when they are finished with the data.
|
/external/skia/include/core/ |
SkStream.h | 43 * mmap if available). On success, the caller must call unref() on the 316 * The caller must call unref() when it is finished using the data. 411 * calling unref() when they are finished with the data.
|