| /third_party/rust/crates/syn/src/ |
| H A D | path.rs | 350 let mut bounds = Punctuated::new(); in parse() variables
|
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_dependence_helpers.cpp | 156 SENode* bounds = nullptr; in IsProvablyOutsideOfLoopBounds() local [all...] |
| /third_party/skia/src/codec/ |
| H A D | SkWuffsCodec.cpp | 647 auto bounds = SkIRect::MakeLTRB(frame_rect.min_incl_x, frame_rect.min_incl_y, in onIncrementalDecodeTwoPass() local
|
| /third_party/skia/src/core/ |
| H A D | SkDraw.cpp | 1142 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 D | SkBitmapDevice.cpp | 39 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 D | SkPathBuilder.cpp | 75 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 D | SkTextBlob.cpp | 144 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 D | SkRecorder.cpp | 44 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
|
| H A D | SkDevice.cpp | 520 SkIRect bounds = current.fClipBounds; in writableClip() local 579 void SkNoPixelsDevice::ClipState::op(SkClipOp op, const SkM44& transform, const SkRect& bounds, in op() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | StrokeRectOp.cpp | 140 SkRect bounds = rect; in NonAAStrokeRectOp() local 484 SkRect bounds = info.fDevOutside; AAStrokeRectOp() local [all...] |
| H A D | DefaultPathRenderer.cpp | 598 SkRect bounds = path.getBounds(); in GR_DRAW_OP_TEST_DEFINE() local 719 SkRect bounds; in internalDrawPath() local [all...] |
| H A D | ShadowRRectOp.cpp | 201 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...] |
| H A D | OpsTask.cpp | 40 create_render_pass(GrGpu* gpu, GrRenderTarget* rt, bool useMSAASurface, GrAttachment* stencil, GrSurfaceOrigin origin, const SkIRect& bounds, GrLoadOp colorLoadOp, const std::array<float, 4>& loadClearColor, GrLoadOp stencilLoadOp, GrStoreOp stencilStoreOp, const SkTArray<GrSurfaceProxy*, true>& sampledProxies, GrXferBarrierFlags renderPassXferBarriers) create_render_pass() argument 270 tryConcat( List* list, GrProcessorSet::Analysis processorAnalysis, const GrDstProxyView& dstProxyView, const GrAppliedClip* appliedClip, const SkRect& bounds, const GrCaps& caps, SkArenaAlloc* opsTaskArena, GrAuditTrail* auditTrail) tryConcat() argument 856 SkRect bounds = fOpChains[i].bounds(); dump() local [all...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | ClipStack.cpp | 426 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 D | GrGpu.cpp | 667 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 D | SkImage.cpp | 187 const SkIRect bounds = SkIRect::MakeWH(this->width(), this->height()); in makeSubset() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleQuadStroker.cpp | 404 SkRect bounds = path.getBounds(); in draw_stroke() local 507 void draw_control(SkCanvas* canvas, const SkRect& bounds, SkScalar value, in draw_control() argument [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMorphologyImageFilter.cpp | 157 SkRect bounds in computeFastBounds() local 140 call_proc_X(SkMorphologyImageFilter::Proc procX, const SkBitmap& src, SkBitmap* dst, int radiusX, const SkIRect& bounds) call_proc_X() argument 148 call_proc_Y(SkMorphologyImageFilter::Proc procY, const SkPMColor* src, int srcRowBytesAsPixels, SkBitmap* dst, int radiusY, const SkIRect& bounds) call_proc_Y() argument 406 float bounds[2] = { 0.0f, 1.0f }; apply_morphology_pass() local 634 SkIRect bounds; onFilterImage() local [all...] |
| H A D | SkBlurImageFilter.cpp | 1011 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkOpsRenderPass.cpp | 843 VkRect2D bounds; in onExecuteDrawable() local 338 set(GrRenderTarget* rt, sk_sp<GrVkFramebuffer> framebuffer, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, GrVkRenderPass::SelfDependencyFlags selfDepFlags, GrVkRenderPass::LoadFromResolve loadFromResolve, const SkTArray<GrSurfaceProxy*, true>& sampledProxies) set() argument [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsAngleIdeas.cpp | 261 SkDRect bounds; in maxDist() local [all...] |
| H A D | RoundRectTest.cpp | 20 const SkRect bounds = { 3709, 3709, 3709 + 7402, 3709 + 29825 }; in test_tricky_radii() local 43 const SkRect bounds = { 3709, 3709, 3709 + 7402, 3709 + 29825 }; in test_empty_crbug_458524() local [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGradientShader.cpp | 270 auto bounds = SkPDFMakeArray(); in gradientStitchCode() local 774 create_pattern_fill_content(int gsIndex, int patternIndex, SkRect& bounds) create_pattern_fill_content() argument
|
| H A D | SkPDFFont.cpp | 135 SkRect bounds; in GetMetrics() local 146 SkRect bounds; in GetMetrics() local 450 SkIRect bounds = mask.fBounds; in to_image() local [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_win_dw.cpp | 603 SkRect bounds = SkRect::MakeEmpty(); in generateColorMetrics() local 687 SkRect bounds = SkRect::MakeLTRB(SkIntToScalar(info.bounds().fLeft), in generatePngMetrics() local [all...] |