Home
last modified time | relevance | path

Searched refs:create_brd (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/dm/
DDMSrcSink.cpp128 static SkBitmapRegionDecoder* create_brd(Path path) { in create_brd() function
163 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in draw()
267 std::unique_ptr<SkBitmapRegionDecoder> brd(create_brd(fPath)); in size()
/third_party/skia/dm/
DDMSrcSink.cpp176 static std::unique_ptr<android::skia::BitmapRegionDecoder> create_brd(Path path) { in create_brd() function
209 auto brd = create_brd(fPath); in draw()
314 auto brd = create_brd(fPath); in size()