Home
last modified time | relevance | path

Searched defs:cRect (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp26 static Rect* CastToRect(OH_Drawing_Rect* cRect) in CastToRect()
58 void OH_Drawing_RectSetTop(OH_Drawing_Rect* cRect, float top) in OH_Drawing_RectSetTop()
78 void OH_Drawing_RectSetLeft(OH_Drawing_Rect* cRect, float left) in OH_Drawing_RectSetLeft()
88 void OH_Drawing_RectSetRight(OH_Drawing_Rect* cRect, float right) in OH_Drawing_RectSetRight()
98 float OH_Drawing_RectGetTop(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetTop()
108 float OH_Drawing_RectGetBottom(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetBottom()
118 float OH_Drawing_RectGetLeft(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetLeft()
128 float OH_Drawing_RectGetRight(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetRight()
138 float OH_Drawing_RectGetHeight(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetHeight()
148 float OH_Drawing_RectGetWidth(OH_Drawing_Rect* cRect) in OH_Drawing_RectGetWidth()
[all …]
H A Ddrawing_round_rect.cpp26 static const Rect& CastToRect(const OH_Drawing_Rect& cRect) in CastToRect()
36 OH_Drawing_RoundRect* OH_Drawing_RoundRectCreate(const OH_Drawing_Rect* cRect, float xRad, float yR… in OH_Drawing_RoundRectCreate()
H A Ddrawing_region.cpp36 static const Rect* CastToRect(const OH_Drawing_Rect* cRect) in CastToRect()
71 bool OH_Drawing_RegionSetRect(OH_Drawing_Region* cRegion, const OH_Drawing_Rect* cRect) in OH_Drawing_RegionSetRect()
H A Ddrawing_text_blob.cpp53 static const Rect* CastToRect(const OH_Drawing_Rect* cRect) in CastToRect()
147 void OH_Drawing_TextBlobGetBounds(OH_Drawing_TextBlob* cTextBlob, OH_Drawing_Rect* cRect) in OH_Drawing_TextBlobGetBounds()
178 const OH_Drawing_Font* cFont, int32_t count, const OH_Drawing_Rect* cRect) in OH_Drawing_TextBlobBuilderAllocRunPos()
H A Ddrawing_canvas.cpp63 static const Drawing::Rect& CastToRect(const OH_Drawing_Rect& cRect) in CastToRect()
199 const OH_Drawing_Rect* cRect, const OH_Drawing_Brush* cBrush) in OH_Drawing_CanvasSaveLayer()
435 void OH_Drawing_CanvasDrawRect(OH_Drawing_Canvas* cCanvas, const OH_Drawing_Rect* cRect) in OH_Drawing_CanvasDrawRect()
467 void OH_Drawing_CanvasDrawOval(OH_Drawing_Canvas* cCanvas, const OH_Drawing_Rect* cRect) in OH_Drawing_CanvasDrawOval()
481 void OH_Drawing_CanvasDrawArc(OH_Drawing_Canvas* cCanvas, const OH_Drawing_Rect* cRect, in OH_Drawing_CanvasDrawArc()
544 void OH_Drawing_CanvasClipRect(OH_Drawing_Canvas* cCanvas, const OH_Drawing_Rect* cRect, in OH_Drawing_CanvasClipRect()
674 void OH_Drawing_CanvasGetLocalClipBounds(OH_Drawing_Canvas* cCanvas, OH_Drawing_Rect* cRect) in OH_Drawing_CanvasGetLocalClipBounds()
H A Ddrawing_path.cpp41 static const Rect& CastToRect(const OH_Drawing_Rect& cRect) in CastToRect()
46 static Rect* CastToRect(OH_Drawing_Rect* cRect) in CastToRect()
217 void OH_Drawing_PathAddRectWithInitialCorner(OH_Drawing_Path* cPath, const OH_Drawing_Rect* cRect, in OH_Drawing_PathAddRectWithInitialCorner()
591 void OH_Drawing_PathGetBounds(OH_Drawing_Path* cPath, OH_Drawing_Rect* cRect) in OH_Drawing_PathGetBounds()
H A Ddrawing_pen.cpp52 static const Rect* CastToRect(const OH_Drawing_Rect* cRect) in CastToRect()
365 const OH_Drawing_Rect* cRect, const OH_Drawing_Matrix* cMatrix) in OH_Drawing_PenGetFillPath()
H A Ddrawing_matrix.cpp50 static Rect& CastToRect(OH_Drawing_Rect& cRect) in CastToRect()
55 static const Rect& CastToRect(const OH_Drawing_Rect& cRect) in CastToRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp156 OH_Drawing_Rect* cRect = OH_Drawing_RectCreate(left, top, right, bottom); in PenFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dluma_filter.cpp103 OH_Drawing_Rect* cRect = OH_Drawing_RectCreate(c.left, c.top, c.right, c.bottom); in draw_clip() local