Searched defs:layerBounds (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/docs/examples/ |
D | Canvas_destructor.cpp | 14 SkRect layerBounds = SkRect::MakeXYWH(32, 32, 192, 192); in draw() local
|
D | Canvas_accessTopLayerPixels_b.cpp | 10 SkRect layerBounds = SkRect::MakeXYWH(32, 32, 192, 192); in draw() local
|
/third_party/flutter/skia/docs/examples/ |
D | Canvas_destructor.cpp | 14 SkRect layerBounds = SkRect::MakeXYWH(32, 32, 192, 192); in draw() local
|
D | Canvas_accessTopLayerPixels_b.cpp | 10 SkRect layerBounds = SkRect::MakeXYWH(32, 32, 192, 192); in draw() local
|
/third_party/flutter/skia/gm/ |
D | matrixconvolution.cpp | 80 const SkRect layerBounds = SkRect::MakeIWH(fBitmap.width(), fBitmap.height()); in draw() local
|
/third_party/skia/tools/debugger/ |
D | DebugLayerManager.h | 148 SkISize layerBounds; member
|
D | DebugLayerManager.cpp | 45 const auto& layerBounds = picture->cullRect().roundOut(); in storeSkPicture() local
|
/third_party/skia/gm/ |
D | matrixconvolution.cpp | 100 const SkRect layerBounds = SkRect::Make(fImage->bounds()); in draw() local
|
/third_party/flutter/skia/tests/ |
D | CanvasStateTest.cpp | 231 SkRect layerBounds = SkRect::Make(layerRect); in DEF_TEST() local
|
D | ImageFilterTest.cpp | 687 const SkRect layerBounds = SkRect::MakeIWH(width, height); in DEF_TEST() local
|
/third_party/skia/tests/ |
D | CanvasStateTest.cpp | 250 SkRect layerBounds = SkRect::Make(layerRect); in DEF_TEST() local
|
D | ImageFilterTest.cpp | 797 const SkRect layerBounds = SkRect::MakeIWH(width, height); in DEF_TEST() local
|
/third_party/skia/src/core/ |
D | SkImageFilterTypes.h | 530 LayerSpace<SkIRect> layerBounds() const { in layerBounds() function
|
D | SkCanvas.cpp | 761 skif::LayerSpace<SkIRect> layerBounds; in get_layer_mapping_and_bounds() local 1046 skif::LayerSpace<SkIRect> layerBounds; in internalSaveLayer() local
|