Home
last modified time | relevance | path

Searched defs:bounds (Results 401 - 425 of 519) sorted by relevance

1...<<1112131415161718192021

/third_party/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp156 SENode* bounds = nullptr; in IsProvablyOutsideOfLoopBounds() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp800 void RenderSvgBase::PaintMaskLayer(RenderContext& context, const Offset& svg, const Rect& bounds) in PaintMaskLayer() argument
872 auto bounds = GetPaintBounds(Offset()); in UpdateGradient() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp594 bool RSSymbolAnimation::SetSymbolGeometry(const std::shared_ptr<RSNode>& rsNode, const Vector4f& bounds) in SetSymbolGeometry() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp654 Vector4f bounds = { 1.0, 1.0, 1.0, 1.0 }; in HWTEST_F() local
685 Vector4f bounds = { 1.0, 1.0, 1.0, 1.0 }; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp729 const auto& bounds = params->GetBounds(); in SrcRectRotateTransform() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp236 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp1076 auto bounds = m_path->GetBounds(); in OnGetBounds() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp265 bool SkiaCanvasAutoCache::RecordDrawArea(const SkRect& bounds, const SkPaint& paint, const SkMatrix* matrix) in RecordDrawArea() argument
323 SkRect bounds; in onDrawPoints() local
351 const SkRect& bounds = rrect.getBounds(); in onDrawRRect() local
373 const SkRect bounds = SkRect::Make(region.getBounds()); onDrawRegion() local
423 SkRect bounds = SkRect::MakeXYWH(left, top, image->width(), image->height()); onDrawImage2() local
476 SkRect bounds; onDrawPatch() local
514 SkRect bounds = list.sourceBounds(); onDrawGlyphRunList() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp93 auto bounds = surfaceParams.GetFrameRect(); in OnGeneralProcess() local
795 auto bounds = surfaceParams.GetBounds(); in ClipHoleForSelfDrawingNode() local
831 auto bounds = RSPropertiesPainter::Rect2DrawingRect({ 0, 0, DrawSelfDrawingNodeBuffer() local
874 Drawing::Rect bounds = GetRenderParams() ? GetRenderParams()->GetBounds() : Drawing::Rect(0, 0, 0, 0); DealWithUIFirstCache() local
941 const Drawing::Rect& bounds = surfaceParams->GetFrameRect(); EnableGpuOverDrawDrawBufferOptimization() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp700 RRect bounds; in OnRemoteRequest() local
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp303 void ScreenSessionManagerClient::UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, float rotation, in UpdateScreenRotationProperty() argument
458 RRect bounds = screenProperty.GetBounds(); in SwitchUserCallback() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1877 RRect bounds; in HWTEST_F() local
/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp647 auto bounds = SkIRect::MakeLTRB(frame_rect.min_incl_x, frame_rect.min_incl_y, in onIncrementalDecodeTwoPass() local
/third_party/skia/src/core/
H A DSkDraw.cpp1142 const SkIRect bounds = SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height()); in drawSprite() local
1207 ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds, const SkMaskFilter* filter, const SkMatrix* filterMatrix, SkIRect* bounds) ComputeMaskBounds() argument
[all...]
H A DSkBitmapDevice.cpp39 const SkRect* bounds() const { return fHasBounds ? &fBounds : nullptr; } in bounds() function
68 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler() argument
161 SkIRect bounds = SkIRect::MakeXYWH(fOrigin.x(), fOrigin.y(), kMaxDim, kMaxDim); in stepAndSetupTileDraw() local
387 const SkRect* bounds = nullptr; drawPath() local
403 const SkRect* bounds = dstOrNull; drawBitmap() local
617 snapSpecial(const SkIRect& bounds, bool forceCopy) snapSpecial() argument
[all...]
H A DSkPathBuilder.cpp75 SkRect bounds; in computeBounds() local
645 const SkRect& bounds = rrect.getBounds(); in RRectPointIterator() local
706 const SkRect& bounds = rrect.getBounds(); in addRRect() local
[all...]
H A DSkTextBlob.cpp144 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() argument
269 SkRect bounds; in TightRunBounds() local
327 SkRect bounds; ConservativeRunBounds() local
476 allocInternal(const SkFont& font, SkTextBlob::GlyphPositioning positioning, int count, int textSize, SkPoint offset, const SkRect* bounds) allocInternal() argument
527 allocRun(const SkFont& font, int count, SkScalar x, SkScalar y, const SkRect* bounds) allocRun() argument
534 allocRunPosH(const SkFont& font, int count, SkScalar y, const SkRect* bounds) allocRunPosH() argument
541 allocRunPos(const SkFont& font, int count, const SkRect* bounds) allocRunPos() argument
553 allocRunText(const SkFont& font, int count, SkScalar x, SkScalar y, int textByteCount, const SkRect* bounds) allocRunText() argument
566 allocRunTextPosH(const SkFont& font, int count, SkScalar y, int textByteCount, const SkRect* bounds) allocRunTextPosH() argument
580 allocRunTextPos(const SkFont& font, int count, int textByteCount, const SkRect *bounds) allocRunTextPos() argument
592 allocRunTextRSXform(const SkFont& font, int count, int textByteCount, const SkRect *bounds) allocRunTextRSXform() argument
694 SkRect bounds; MakeFromBuffer() local
871 get_glyph_run_intercepts(const SkGlyphRun& glyphRun, const SkPaint& paint, const SkScalar bounds[2], SkScalar intervals[], int* intervalCount) get_glyph_run_intercepts() argument
925 getIntercepts(const SkScalar bounds[2], SkScalar intervals[], const SkPaint* paint) const getIntercepts() argument
957 const SkScalar bounds[] = {top, bottom}; getIntercepts() local
[all...]
H A DSkRecorder.cpp44 static SkIRect safe_picture_bounds(const SkRect& bounds) { in safe_picture_bounds() argument
66 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) in SkRecorder() argument
74 void SkRecorder::reset(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) { in reset() argument
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp140 SkRect bounds = rect; in NonAAStrokeRectOp() local
484 SkRect bounds = info.fDevOutside; AAStrokeRectOp() local
[all...]
H A DDefaultPathRenderer.cpp598 SkRect bounds = path.getBounds(); in GR_DRAW_OP_TEST_DEFINE() local
719 SkRect bounds; in internalDrawPath() local
[all...]
H A DShadowRRectOp.cpp201 SkRect bounds = devRect; in ShadowCircularRRectOp() local
276 const SkRect& bounds = args.fDevBounds; in fillInCircleVerts() local
402 const SkRect& bounds = args.fDevBounds; in fillInRRectVerts() local
722 SkRect bounds; Make() local
[all...]
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp426 const SkRect& bounds() cons function in skgpu::v1::ClipStack::Draw
307 render_sw_mask(GrRecordingContext* context, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count) render_sw_mask() argument
371 render_stencil_mask(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, uint32_t genID, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count, GrAppliedClip* out) render_stencil_mask() argument
872 reset(const SkIRect& bounds) reset() argument
1202 preApply(const SkRect& bounds, GrAA aa) const preApply() argument
1593 GetSWMaskFP(GrRecordingContext* context, Mask::Stack* masks, const SaveRecord& current, const SkIRect& bounds, const Element** elements, int count, std::unique_ptr<GrFragmentProcessor> clipFP) GetSWMaskFP() argument
[all...]
/third_party/skia/src/gpu/
H A DGrGpu.cpp667 void GrGpu::didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds, in didWriteToSurface() argument
732 getOpsRenderPass( GrRenderTarget* renderTarget, bool useMSAASurface, GrAttachment* stencil, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const SkTArray<GrSurfaceProxy*, true>& sampledProxies, GrXferBarrierFlags renderPassXferBarriers) getOpsRenderPass() argument
/third_party/skia/src/image/
H A DSkImage.cpp187 const SkIRect bounds = SkIRect::MakeWH(this->width(), this->height()); in makeSubset() local
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp404 SkRect bounds = path.getBounds(); in draw_stroke() local
507 void draw_control(SkCanvas* canvas, const SkRect& bounds, SkScalar value, in draw_control() argument
[all...]

Completed in 41 milliseconds

1...<<1112131415161718192021