Home
last modified time | relevance | path

Searched defs:rect (Results 76 - 100 of 1673) sorted by relevance

12345678910>>...67

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_on_size_change_function.cpp24 void JsOnSizeChangeFunction::Execute(const NG::RectF& oldRect, const NG::RectF& rect) in Execute() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dellipse_painter.cpp21 void EllipsePainter::DrawEllipse(RSCanvas& canvas, const RectF& rect, const ShapePaintProperty& shapePaintProperty) in DrawEllipse() argument
/foundation/arkui/ui_lite/frameworks/layout/
H A Dlist_layout.cpp43 Rect rect = GetAllChildRelativeRect(); in OnChildChanged() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmask_filter_test.cpp43 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
H A Dmemory_stream_test.cpp39 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_rect_test.cpp24 auto rect = Drawing::Rect(0, 0, 100, 100); // xy (0, 0), size 100*100 in OnTestFunction() local
33 auto rect = Drawing::Rect(0, 0, 100, 100); // xy (0, 0), size 100*100 in OnTestPerformance() local
/foundation/window/window_manager/wm/src/
H A Dfuture_callback.cpp22 WSError FutureCallback::OnUpdateSessionRect(const WSRect& rect) in OnUpdateSessionRect() argument
/third_party/skia/src/core/
H A DSkValidationUtils.h23 static inline bool SkIsValidIRect(const SkIRect& rect) { in SkIsValidIRect() argument
29 static inline bool SkIsValidRect(const SkRect& rect) { in SkIsValidRect() argument
[all...]
/third_party/skia/samplecode/
H A DSampleManyRects.cpp33 SkRect rect = SkRect::MakeWH(SkIntToScalar(fRandom.nextRangeU(10, 100)), variable
/third_party/skia/tests/
H A DSrcSrcOverBatchTest.cpp36 SkIRect rect = SkIRect::MakeWH(2, 2); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/docs/examples/
H A DRect_setBoundsCheck.cpp9 SkRect rect; in REG_FIDDLE() local
H A Dshapes_with_motion.cpp16 SkRect rect = SkRect::MakeXYWH(10, 10, 100, 160); in REG_FIDDLE_ANIMATED() local
H A Dshapes.cpp14 SkRect rect = SkRect::MakeXYWH(10, 10, 100, 160); in REG_FIDDLE_ANIMATED() local
H A DPath_moveTo.cpp7 SkRect rect = { 20, 20, 120, 80 }; in REG_FIDDLE() local
[all...]
H A DRect_MakeSize.cpp8 SkRect rect = SkRect::MakeSize(size); in REG_FIDDLE() local
H A DRect_set_4.cpp9 SkRect rect; in REG_FIDDLE() local
[all...]
H A DRect_joinPossiblyEmptyRect.cpp7 SkRect rect = { 10, 100, 15, 0}; in REG_FIDDLE() local
H A DRect_joinNonEmptyArg.cpp7 SkRect rect = { 10, 100, 15, 0}; in REG_FIDDLE() local
/third_party/skia/gm/
H A Dtestgradient.cpp45 SkRect rect = SkRect::MakeXYWH(10, 10, 100, 160); variable
H A Dcrbug_1177833.cpp28 SkRect rect = {SkBits2Float(0x00000000), in DEF_SIMPLE_GM() local
53 SkRect rect = {SkBits2Float(0x00000000), in DEF_SIMPLE_GM() local
80 SkRect rect = {SkBits2Float(0x00000000), in DEF_SIMPLE_GM() local
H A Dcrbug_1167277.cpp23 SkRect rect = {SkBits2Float(0x00000000), SkBits2Float(0x00000000), in DEF_SIMPLE_GM() local
H A Dthinstrokedrects.cpp43 constexpr SkRect rect = { 0, 0, 10, 10 }; variable
H A Dbadpaint.cpp50 SkRect rect = SkRect::MakeXYWH(10, 10, 80, 80); variable
H A Dcrbug_1156804.cpp14 static void drawOne(SkCanvas* canvas, SkRect rect, float saveBorder, float sigma, SkColor c) { in drawOne() argument
H A Dinternal_links.cpp44 SkRect rect = SkRect::MakeXYWH(0, 0, SkIntToScalar(50), SkIntToScalar(20)); variable
61 SkRect rect = SkRect::MakeXYWH(x, y, in drawLabeledRect() local

Completed in 7 milliseconds

12345678910>>...67