| /third_party/skia/include/core/ |
| H A D | SkVertices.h | 94 const SkRect& bounds() const { return fBounds; } in bounds() function in SkVertices
|
| /third_party/skia/gm/ |
| H A D | animated_image_orientation.cpp | 22 static sk_sp<SkPicture> post_processor(const SkRect& bounds) { in post_processor() argument
|
| H A D | image_shader.cpp | 32 static void draw_something(SkCanvas* canvas, const SkRect& bounds) { in draw_something() argument 119 const SkRect bounds = SkRect::MakeWH(100, 100); variable
|
| H A D | highcontrastfilter.cpp | 63 SkRect bounds = SkRect::MakeLTRB(0.0f, 0.0f, 1.0f, 1.0f); in draw_scene() local [all...] |
| H A D | mixedtextblobs.cpp | 63 SkRect bounds; variable 125 SkRect bounds = fBlob->bounds(); global() variable [all...] |
| H A D | all_bitmap_configs.cpp | 76 SkRect bounds; in draw_center_letter() local
|
| H A D | addarc.cpp | 218 SkRect bounds = { x - r, y - r, x + r, y + r }; in html_canvas_arc() local
|
| H A D | rrects.cpp | 135 SkRect bounds = rrect.getBounds(); variable
|
| H A D | trickycubicstrokes.cpp | 79 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 D | coloremoji.cpp | 158 SkRect bounds; variable [all...] |
| H A D | colorfilters.cpp | 28 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
|
| H A D | hairlines.cpp | 160 const SkRect& bounds = fPaths[p].getBounds(); variable
|
| H A D | lumafilter.cpp | 56 SkRect r, c, bounds = SkRect::MakeWH(kSize, kSize); in draw_scene() local
|
| /third_party/skia/experimental/sktext/tests/ |
| H A D | WrappedText.cpp | 45 SkRect bounds; member 53 SkRect bounds; // bounds contains the physical boundaries of the run member [all...] |
| /third_party/skia/modules/sksg/src/ |
| H A D | SkSGTransform.cpp | 201 auto bounds = this->INHERITED::onRevalidate(ic, SkMatrix::Concat(ctm, m)); in onRevalidate() local
|
| /third_party/skia/bench/ |
| H A D | SKPBench.cpp | 47 SkIRect bounds = canvas->getDeviceClipBounds(); in onPerCanvasPreDraw() local [all...] |
| H A D | AAClipBench.cpp | 224 SkIRect bounds; in AAClipRegionBench() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_polygon.cpp | 205 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| H A D | system_window_scene.cpp | 45 void SystemWindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument [all...] |
| H A D | window_scene.cpp | 222 void WindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_graphic.cpp | 59 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 D | accessibility_window_info.cpp | 65 void AccessibilityWindowInfo::SetRectInScreen(const Rect &bounds) in SetRectInScreen() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_display_node.cpp | 143 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | luma_filter.cpp | 113 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 D | text_blob_fuzzer.cpp | 182 float* bounds = new float[countT]; in TextBlobFuzzTest005() local
|