Home
last modified time | relevance | path

Searched defs:targetRect (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/gm/
Drecordopts.cpp66 SkRect targetRect(SkRect::MakeWH(SkIntToScalar(kTestRectSize), SkIntToScalar(kTestRectSize))); in draw_save_layer_draw_rect_restore_sequence() local
93 SkRect targetRect(SkRect::MakeWH(SkIntToScalar(kTestRectSize), SkIntToScalar(kTestRectSize))); in draw_save_layer_draw_bitmap_restore_sequence() local
108 SkRect targetRect(SkRect::MakeWH(SkIntToScalar(kTestRectSize), SkIntToScalar(kTestRectSize))); in draw_svg_opacity_and_filter_layer_sequence() local
/third_party/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp54 sk_sp<SkImageFilter> SkImageFilters::Picture(sk_sp<SkPicture> pic, const SkRect& targetRect) { in Picture()
/third_party/skia/tests/
DImageFilterTest.cpp2042 SkRect targetRect(SkRect::MakeXYWH(9.5, 9.5, 31, 21)); in DEF_TEST() local