HomeSort by relevance Sort by last modified time
    Searched full:backdrop (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 255 sk_sp<SkImageFilter> backdrop = rec.fBackdrop ? fXformer->apply(rec.fBackdrop) : nullptr; variable
260 backdrop.get(),
SkRecords.h 187 sk_sp<const SkImageFilter> backdrop;
SkRecordDraw.cpp 81 r.backdrop.get(),
  /external/skqp/src/core/
SkColorSpaceXformCanvas.cpp 255 sk_sp<SkImageFilter> backdrop = rec.fBackdrop ? fXformer->apply(rec.fBackdrop) : nullptr; variable
260 backdrop.get(),
SkRecords.h 187 sk_sp<const SkImageFilter> backdrop;
  /frameworks/base/core/java/android/app/
WindowConfiguration.java 536 * Returns true if the backdrop on the client side should match the frame of the window.
537 * Returns false, if the backdrop should be fullscreen.
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 89 // Create a render node for the content and frame backdrop
351 // The backdrop: clear everything with the background. Clipping is done elsewhere.
  /frameworks/base/libs/hwui/tests/unit/
SkiaPipelineTests.cpp 196 // empty contentDrawBounds is avoiding backdrop/content logic, which would lead to less overdraw
296 // backdrop
  /external/ImageMagick/ImageMagick/script/
animate.html 104 <td><a href="command-line-options.php#backdrop">-backdrop</a></td>
285 <td>horizontal and vertical backdrop placement</td>
  /external/ImageMagick/www/
animate.html 108 <td><a href="command-line-options.html#backdrop">-backdrop</a></td>
289 <td>horizontal and vertical backdrop placement</td>
  /external/skia/src/pipe/
SkPipeReader.cpp 233 sk_sp<SkImageFilter> backdrop; local
235 backdrop = reader.readImageFilter();
252 canvas->saveLayer(SkCanvas::SaveLayerRec(bounds, paint, backdrop.get(), clipMask.get(),
    [all...]
  /external/skqp/src/pipe/
SkPipeReader.cpp 233 sk_sp<SkImageFilter> backdrop; local
235 backdrop = reader.readImageFilter();
252 canvas->saveLayer(SkCanvas::SaveLayerRec(bounds, paint, backdrop.get(), clipMask.get(),
    [all...]
  /external/ImageMagick/MagickWand/
animate.c 137 "-backdrop display image centered on a backdrop",
153 "-gravity type horizontal and vertical backdrop placement",
495 if (LocaleCompare("backdrop",option+1) == 0)
497 resource_info.backdrop=(*option == '-') ? MagickTrue : MagickFalse;
    [all...]
display.c 163 "-backdrop display image centered on a backdrop",
181 "-gravity type horizontal and vertical backdrop placement",
702 if (LocaleCompare("backdrop",option+1) == 0)
704 resource_info.backdrop=(*option == '-') ? MagickTrue : MagickFalse;
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 642 auto Backdrop = pdfium::MakeRetain<CFX_DIBitmap>();
649 Backdrop->Copy(bitmap);
653 Backdrop->Copy(bitmap);
656 bitmap_device.Attach(bitmap, false, Backdrop, true);
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 403 Backdrop = 8,
  /external/skqp/src/sfnt/
SkPanose.h 403 Backdrop = 8,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 95 // translucent backdrop, the entire thing is made TRANSLUCENT and is
StatusBarWindowView.java 115 // Super-special right inset handling, because scrims and backdrop need to ignore it.
  /external/skia/tests/
RecordOptsTest.cpp 191 // saveLayer w/ backdrop should NOT go away
  /external/skqp/tests/
RecordOptsTest.cpp 191 // saveLayer w/ backdrop should NOT go away
  /external/skia/include/core/
SkCanvas.h 636 @return SaveLayerRec with empty backdrop
649 @param backdrop prior layer copied with SkImageFilter; may be nullptr
653 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop,
657 , fBackdrop(backdrop)
671 @param backdrop prior layer copied with SkImageFilter;
679 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop,
684 , fBackdrop(backdrop)
    [all...]
  /external/skqp/include/core/
SkCanvas.h 645 @return SaveLayerRec with empty backdrop
658 @param backdrop prior layer copied with SkImageFilter; may be nullptr
662 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop,
666 , fBackdrop(backdrop)
680 @param backdrop prior layer copied with SkImageFilter;
688 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop,
693 , fBackdrop(backdrop)
    [all...]
  /external/ImageMagick/MagickCore/
display.c 13618 backdrop; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
index.html 233 social networking backdrop. Reviews of issues are immediately persisted into a central store,

Completed in 1936 milliseconds

12 3 4