Home
last modified time | relevance | path

Searched defs:bounds (Results 101 - 125 of 414) sorted by relevance

12345678910>>...17

/third_party/skia/samplecode/
H A DSampleStrokePath.cpp78 const SkRect& bounds = path->getBounds(); in scale_to_width() local
118 const SkRect& bounds = fPath.getBounds(); variable
/third_party/skia/src/core/
H A DSkPictureRecorder.cpp45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording() argument
60 SkRect bounds = pic->cullRect(); // actually the computed bounds, not fCullRect. in finishRecordingAsPicture() local
[all...]
H A DSkCanvasPriv.cpp17 SkAutoCanvasMatrixPaint(SkCanvas* canvas, const SkMatrix* matrix, const SkPaint* paint, const SkRect& bounds) SkAutoCanvasMatrixPaint() argument
H A DSkCanvasPriv.h84 static SkCanvas::SaveLayerRec ScaledBackdropLayer(const SkRect* bounds, in ScaledBackdropLayer() argument
H A DSkRTree.cpp19 const SkRect& bounds = boundsArray[i]; in insert() local
/third_party/skia/src/effects/imagefilters/
H A DSkMergeImageFilter.cpp67 SkIRect bounds; in onFilterImage() local
[all...]
H A DSkColorFilterImageFilter.cpp102 SkIRect bounds; in onFilterImage() local
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init() local
/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h38 const SkPathOpsBounds& bounds() const { in bounds() function in SkIntersectionHelper
/third_party/skia/tests/
H A DPathOpsTightBoundsTest.cpp133 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
142 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
152 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
162 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
174 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
184 const SkRect& bounds = path.getBounds(); DEF_TEST() local
194 const SkRect& bounds = path.getBounds(); DEF_TEST() local
[all...]
H A DQuickRejectTest.cpp53 SkRect bounds = SkRect::MakeLTRB(50, 50, 70, 70); in test_layers() local
/third_party/skia/src/utils/
H A DSkDashPath.cpp99 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, in clip_line() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-opbd-table.hh63 const OpticalBounds &bounds = base+*bounds_offset; in get_bounds() local
97 const OpticalBounds &bounds = base+*bounds_offset; in get_bounds() local
[all...]
/third_party/skia/tools/
H A Dblob_cache_sim.cpp64 SkRect bounds = {0, 0, 0, 0}; in main() local
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp103 auto bounds = SkIRect::MakeSize(fPlayer->frameDimensions(fFrame)); in draw() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_simple_image.cpp25 dng_simple_image::dng_simple_image (const dng_rect &bounds, in dng_simple_image() argument
/third_party/skia/gm/
H A Dimagefilterscropped.cpp62 SkIRect bounds; in draw_bitmap() local
H A Dimagefilterscropexpand.cpp62 SkIRect bounds; in DEF_SIMPLE_GM() local
H A Dimagefiltersclipped.cpp121 SkRect bounds = r; variable
H A Dlcdblendmodes.cpp36 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
H A Dtallstretchedbitmaps.cpp55 SkRect bounds = SkRect::MakeLTRB(-radius, -radius, radius, radius); in make_bm() local
H A Daarectmodes.cpp135 const SkRect bounds = SkRect::MakeWH(W, H); in DEF_SIMPLE_GM() local
H A Dorientation.cpp94 SkRect bounds; in make_images() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DDrawPass.h52 const SkIRect& bounds() const { return fBounds; } in bounds() function in skgpu::DrawPass
/third_party/skia/experimental/xform/
H A DXContext.cpp27 RasterXformResolver(const SkIRect& bounds) in RasterXformResolver() argument

Completed in 9 milliseconds

12345678910>>...17