Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color_matrix.h31 virtual void SetScale(scalar sr, scalar sg, scalar sb, scalar sa) {} in SetScale()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp44 scalar sg = GetObject<scalar>(); in ColorMatrixFuzzTest001() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_matrix.cpp105 void ColorMatrix::SetScale(scalar sr, scalar sg, scalar sb, scalar sa) in SetScale()