Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp508 const std::shared_ptr<Drawing::Image>& image, const Vector2f& greyCoeff) in DrawGreyAdjustment() argument
515 greyCoeff.x_, greyCoeff.y_); in DrawGreyAdjustment()
527 builder->SetUniform("coefficient1", greyCoeff.x_); in DrawGreyAdjustment()
528 builder->SetUniform("coefficient2", greyCoeff.y_); in DrawGreyAdjustment()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp624 Vector2f greyCoeff; variable
625 RSPropertiesPainter::DrawGreyAdjustment(canvas, image, greyCoeff);
629 RSPropertiesPainter::DrawGreyAdjustment(canvas, image, greyCoeff);