/third_party/skia/docs/examples/ |
H A D | Matrix_mapRect_2.cpp | 11 SkRect bounds = {40, 50, 190, 200}; in REG_FIDDLE() local
|
H A D | Bitmap_extractSubset.cpp | 7 SkIRect bounds, s; in REG_FIDDLE() local
|
H A D | Canvas_129.cpp | 9 SkRect bounds; in REG_FIDDLE() local
|
H A D | Paint_measureText.cpp | 14 SkRect bounds; in REG_FIDDLE() local
|
H A D | Canvas_drawOval.cpp | 12 SkRect bounds = SkRect::MakeWH(80, 70); in REG_FIDDLE() local
|
H A D | ImageInfo_dimensions.cpp | 11 SkIRect bounds = imageInfo.bounds(); in REG_FIDDLE() local
|
H A D | Matrix_ScaleToFit.cpp | 10 SkRect bounds; in REG_FIDDLE() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_record_cmd_utils.cpp | 26 Drawing::Canvas* RSRecordCmdUtils::BeginRecording(Drawing::Rect& bounds) in BeginRecording() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | clipped_cubic.cpp | 40 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(float(0), float(0), float(170), float(150)); // 170 150 坐标 in OnTestFunction() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob_builder.cpp | 31 AllocRunPos(const Font& font, int count, const Rect* bounds) AllocRunPos() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | record_cmd.cpp | 24 RecordCmd::RecordCmd(const std::shared_ptr<DrawCmdList>& cmdList, const Rect& bounds) in RecordCmd() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawableOp.cpp | 19 Make(GrRecordingContext* context, std::unique_ptr<SkDrawable::GpuDrawHandler> drawable, const SkRect& bounds) Make() argument 25 DrawableOp(std::unique_ptr<SkDrawable::GpuDrawHandler> drawable, const SkRect& bounds) DrawableOp() argument
|
/third_party/skia/tests/ |
H A D | OffsetSimplePolyTest.cpp | 37 SkRect bounds; in DEF_TEST() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 62 SkPathOpsBounds bounds = current->bounds(); in TightBounds() local
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.cpp | 72 Rect Shape::bounds() const { in bounds() function in skgpu::Shape
|
/third_party/skia/gm/ |
H A D | annotated_text.cpp | 26 SkRect bounds; in draw_url_annotated_text_with_box() local
|
H A D | clipdrawdraw.cpp | 65 SkRect bounds = { 30, 30, 80, 80 }; in DEF_SIMPLE_GM() local
|
H A D | imagesource.cpp | 59 const SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); variable
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGMask.cpp | 26 SkRect SkSVGMask::bounds(const SkSVGRenderContext& ctx) const { in bounds() function in SkSVGMask
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGInvalidationController.h | 33 const SkRect& bounds() const { return fBounds; } in bounds() function in sksg::InvalidationController
|
/third_party/skia/fuzz/ |
H A D | FuzzPolyUtils.cpp | 22 SkRect bounds; in DEF_FUZZ() local
|
/third_party/skia/bench/ |
H A D | ChromeBench.cpp | 484 SkIRect bounds = canvas->getDeviceClipBounds(); in validateBounds() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_circle.cpp | 119 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | rosen_render_svg_line.cpp | 108 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_texture_export.cpp | 53 auto bounds = rootNode_->GetStagingProperties().GetBounds(); in DoTextureExport() local
|