/third_party/skia/samplecode/ |
H A D | SampleStrokePath.cpp | 78 const SkRect& bounds = path->getBounds(); in scale_to_width() local 118 const SkRect& bounds = fPath.getBounds(); variable
|
/third_party/skia/src/core/ |
H A D | SkPictureRecorder.cpp | 45 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 D | SkCanvasPriv.cpp | 17 SkAutoCanvasMatrixPaint(SkCanvas* canvas, const SkMatrix* matrix, const SkPaint* paint, const SkRect& bounds) SkAutoCanvasMatrixPaint() argument
|
H A D | SkCanvasPriv.h | 84 static SkCanvas::SaveLayerRec ScaledBackdropLayer(const SkRect* bounds, in ScaledBackdropLayer() argument
|
H A D | SkRTree.cpp | 19 const SkRect& bounds = boundsArray[i]; in insert() local
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMergeImageFilter.cpp | 67 SkIRect bounds; in onFilterImage() local [all...] |
H A D | SkColorFilterImageFilter.cpp | 102 SkIRect bounds; in onFilterImage() local
|
/third_party/skia/src/gpu/ |
H A D | GrSWMaskHelper.cpp | 134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init() local
|
/third_party/skia/src/pathops/ |
H A D | SkIntersectionHelper.h | 38 const SkPathOpsBounds& bounds() const { in bounds() function in SkIntersectionHelper
|
/third_party/skia/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 133 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 D | QuickRejectTest.cpp | 53 SkRect bounds = SkRect::MakeLTRB(50, 50, 70, 70); in test_layers() local
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 99 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 D | hb-aat-layout-opbd-table.hh | 63 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 D | blob_cache_sim.cpp | 64 SkRect bounds = {0, 0, 0, 0}; in main() local
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 103 auto bounds = SkIRect::MakeSize(fPlayer->frameDimensions(fFrame)); in draw() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_simple_image.cpp | 25 dng_simple_image::dng_simple_image (const dng_rect &bounds, in dng_simple_image() argument
|
/third_party/skia/gm/ |
H A D | imagefilterscropped.cpp | 62 SkIRect bounds; in draw_bitmap() local
|
H A D | imagefilterscropexpand.cpp | 62 SkIRect bounds; in DEF_SIMPLE_GM() local
|
H A D | imagefiltersclipped.cpp | 121 SkRect bounds = r; variable
|
H A D | lcdblendmodes.cpp | 36 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
|
H A D | tallstretchedbitmaps.cpp | 55 SkRect bounds = SkRect::MakeLTRB(-radius, -radius, radius, radius); in make_bm() local
|
H A D | aarectmodes.cpp | 135 const SkRect bounds = SkRect::MakeWH(W, H); in DEF_SIMPLE_GM() local
|
H A D | orientation.cpp | 94 SkRect bounds; in make_images() local [all...] |
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.h | 52 const SkIRect& bounds() const { return fBounds; } in bounds() function in skgpu::DrawPass
|
/third_party/skia/experimental/xform/ |
H A D | XContext.cpp | 27 RasterXformResolver(const SkIRect& bounds) in RasterXformResolver() argument
|