Home
last modified time | relevance | path

Searched defs:offsety (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dtypography_impl_test.cpp47 void VariantSpan::PaintShadow(TexgineCanvas &canvas, double offsetx, double offsety) noexcept(false) in PaintShadow()
51 void VariantSpan::Paint(TexgineCanvas &canvas, double offsetx, double offsety) noexcept(false) in Paint()
Dmy_any_span.h65 void Paint(TexgineCanvas &canvas, double offsetx, double offsety) override in Paint()
/foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/
Dmy_any_span.h67 void Paint(TexgineCanvas &canvas, double offsetx, double offsety) override in Paint()
/foundation/graphic/graphic_2d/rosen/test/texgine/fuzztest/typography_fuzzer/
Dtypography_fuzzer.cpp89 double offsety = GetObject<double>(); in TypographyPaintFuzzTest() local