Home
last modified time | relevance | path

Searched defs:bounds (Results 201 - 225 of 517) sorted by relevance

12345678910>>...21

/third_party/skia/include/core/
H A DSkVertices.h94 const SkRect& bounds() const { return fBounds; } in bounds() function in SkVertices
/third_party/skia/gm/
H A Danimated_image_orientation.cpp22 static sk_sp<SkPicture> post_processor(const SkRect& bounds) { in post_processor() argument
H A Dimage_shader.cpp32 static void draw_something(SkCanvas* canvas, const SkRect& bounds) { in draw_something() argument
119 const SkRect bounds = SkRect::MakeWH(100, 100); variable
H A Dhighcontrastfilter.cpp63 SkRect bounds = SkRect::MakeLTRB(0.0f, 0.0f, 1.0f, 1.0f); in draw_scene() local
[all...]
H A Dmixedtextblobs.cpp63 SkRect bounds; variable
125 SkRect bounds = fBlob->bounds(); global() variable
[all...]
H A Dall_bitmap_configs.cpp76 SkRect bounds; in draw_center_letter() local
H A Daddarc.cpp218 SkRect bounds = { x - r, y - r, x + r, y + r }; in html_canvas_arc() local
H A Drrects.cpp135 SkRect bounds = rrect.getBounds(); variable
H A Dtrickycubicstrokes.cpp79 SkRect bounds; in calc_tight_cubic_bounds() local
89 SkRect bounds = calc_tight_cubic_bounds(chopped, depth - 1); in calc_tight_cubic_bounds() local
H A Dcoloremoji.cpp158 SkRect bounds; variable
[all...]
H A Dcolorfilters.cpp28 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
H A Dhairlines.cpp160 const SkRect& bounds = fPaths[p].getBounds(); variable
H A Dlumafilter.cpp56 SkRect r, c, bounds = SkRect::MakeWH(kSize, kSize); in draw_scene() local
/third_party/skia/experimental/sktext/tests/
H A DWrappedText.cpp45 SkRect bounds; member
53 SkRect bounds; // bounds contains the physical boundaries of the run member
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGTransform.cpp201 auto bounds = this->INHERITED::onRevalidate(ic, SkMatrix::Concat(ctm, m)); in onRevalidate() local
/third_party/skia/bench/
H A DSKPBench.cpp47 SkIRect bounds = canvas->getDeviceClipBounds(); in onPerCanvasPreDraw() local
[all...]
H A DAAClipBench.cpp224 SkIRect bounds; in AAClipRegionBench() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_polygon.cpp205 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp45 void SystemWindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument
[all...]
H A Dwindow_scene.cpp222 void WindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp59 auto bounds = AsPath(layout).GetBounds(); in OnDraw() local
83 auto bounds = AsBounds(viewPort); in SetLinearGradient() local
117 auto bounds = AsBounds(viewPort); SetRadialGradient() local
226 auto bounds = path_.GetBounds(); SetGradientFillStyle() local
435 RectifyTargetSize(const Rect& bounds, double& width, double& height) RectifyTargetSize() argument
[all...]
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp65 void AccessibilityWindowInfo::SetRectInScreen(const Rect &bounds) in SetRectInScreen() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp143 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dluma_filter.cpp113 void draw_scene_oval(OH_Drawing_Canvas* canvas, OH_Drawing_Brush* brush, DrawRect bounds, OH_Drawing_ShaderEffect* s1) in draw_scene_oval() argument
139 DrawRect bounds = { 0, 0, g_kSize, g_kSize }; // 0, 0 bounds in draw_scene() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp182 float* bounds = new float[countT]; in TextBlobFuzzTest005() local

Completed in 13 milliseconds

12345678910>>...21