Searched refs:looper (Results 51 - 64 of 64) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp444 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { argument
445 SkRefCnt_SafeAssign(fLooper, looper);
447 fDirtyBits = SkSetClearMask(fDirtyBits, looper != NULL, kLooper_DirtyBit);
448 return looper;
2397 SkDrawLooper* looper = this->getLooper(); local
2398 if (looper) {
2400 looper->toString(str);
H A DSkDraw.cpp831 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias());
832 while (looper.next()) {
834 looper.mapRect(&localDevRect, devRect);
836 looper.mapMatrix(&localMatrix, matrix);
838 SkAutoBlitterChoose blitterStorage(looper.getBitmap(), localMatrix,
840 const SkRasterClip& clip = looper.getRC();
/external/skia/src/core/
H A DSkPaint.cpp467 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { argument
468 SkRefCnt_SafeAssign(fLooper, looper);
470 fDirtyBits = set_mask(fDirtyBits, kLooper_DirtyBit, looper != NULL);
471 return looper;
2467 SkDrawLooper* looper = this->getLooper(); local
2468 if (NULL != looper) {
2470 looper->toString(str);
H A DSkDraw.cpp825 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias());
826 while (looper.next()) {
828 looper.mapRect(&localDevRect, devRect);
830 looper.mapMatrix(&localMatrix, matrix);
832 SkAutoBlitterChoose blitterStorage(looper.getBitmap(), localMatrix,
834 const SkRasterClip& clip = looper.getRC();
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h661 * Return the paint's SkDrawLooper (if any). Does not affect the looper's
667 * Set or clear the looper object.
669 * Pass NULL to clear any previous looper.
671 * If a previous looper exists in the paint, its reference count is
672 * decremented. If looper is not NULL, its reference count is
674 * @param looper May be NULL. The new looper to be installed in the paint.
675 * @return looper
677 SkDrawLooper* setLooper(SkDrawLooper* looper);
/external/skia/include/core/
H A DSkPaint.h658 * Return the paint's SkDrawLooper (if any). Does not affect the looper's
664 * Set or clear the looper object.
666 * Pass NULL to clear any previous looper.
668 * If a previous looper exists in the paint, its reference count is
669 * decremented. If looper is not NULL, its reference count is
671 * @param looper May be NULL. The new looper to be installed in the paint.
672 * @return looper
674 SkDrawLooper* setLooper(SkDrawLooper* looper);
/external/qemu/android/
H A Dhw-qemud.c17 #include "android/looper.h"
636 void* looper; member in struct:QemudPipe
1946 pipe->looper = _looper;
2199 qemud_pipe->looper = pipeOpaque;
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py45 from Cython.Tempita._looper import looper namespace
94 'looper': looper,
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1860 PdfCompatibilitySectionLooper looper(parentLooper);
1861 looper.loop();
1867 "EX operator should not be called, it is handled in a looper, "
1876 PdfInlineImageLooper looper(parentLooper);
1877 looper.loop();
1883 "ID operator should not be called, it is habdled in a looper, "
1891 "EI operator should not be called, it is habdled in a looper, "
2734 // FIXME (scroggo): Does this need to be looper? It does not consumeTokens,
2750 PdfCompatibilitySectionLooper looper(this);
2751 looper
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1860 PdfCompatibilitySectionLooper looper(parentLooper);
1861 looper.loop();
1867 "EX operator should not be called, it is handled in a looper, "
1876 PdfInlineImageLooper looper(parentLooper);
1877 looper.loop();
1883 "ID operator should not be called, it is habdled in a looper, "
1891 "EI operator should not be called, it is habdled in a looper, "
2734 // FIXME (scroggo): Does this need to be looper? It does not consumeTokens,
2750 PdfCompatibilitySectionLooper looper(this);
2751 looper
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text.cc1129 skia::RefPtr<SkDrawLooper> looper = CreateShadowDrawLooper(shadows_); local
1130 renderer->SetDrawLooper(looper.get());
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 726 milliseconds

123