Searched refs:recti (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/ |
H A D | rect_fuzzer.cpp | 93 RectI recti; in RectFuzzTest002() local 96 RectF rectf3 = RectF(recti); in RectFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 531 RectI recti; in HWTEST_F() local 534 DrawImageNineOpItem::ConstructorHandle handle{opDataHandle, recti, rect, FilterMode::NEAREST, brushHandle, true}; in HWTEST_F() 537 DrawImageNineOpItem opItem{&image, recti, rect, FilterMode::NEAREST, &brush}; in HWTEST_F() 542 DrawImageNineOpItem opItem2{&image, recti, rect, FilterMode::NEAREST, nullptr}; in HWTEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 183 void recti(GLint x1, GLint y1, GLint x2, GLint y2); \
|
H A D | Context_gl.cpp | 1536 void Context::recti(GLint x1, GLint y1, GLint x2, GLint y2) in recti() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 5218 context->recti(x1, y1, x2, y2); in GL_Recti()
|
Completed in 27 milliseconds