Searched refs:CanvasDrawImageRectWithSrc (Results 1 – 5 of 5) sorted by relevance
21 …CreateBlurImageFilter, CreateColorImageFilter, CanvasDrawImageRect, CanvasDrawImageRectWithSrc, Ca…47 ['canvasdrawimagerectwithsrc', () => { return new CanvasDrawImageRectWithSrc(); }],109 …['canvasdrawimagerectwithsrc', () => { return new CanvasDrawImageRectWithSrc(StyleType.DRAW_STYLE_…
131 class CanvasDrawImageRectWithSrc : public TestBase {133 explicit CanvasDrawImageRectWithSrc(int type) : TestBase(type) {}; in CanvasDrawImageRectWithSrc() function134 ~CanvasDrawImageRectWithSrc() override {}; in ~CanvasDrawImageRectWithSrc()
224 void CanvasDrawImageRectWithSrc::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
177 return std::make_shared<CanvasDrawImageRectWithSrc>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3302()
539 export class CanvasDrawImageRectWithSrc extends TestBase {