/third_party/skia/gm/ |
H A D | textblobmixedsizes.cpp | 55 SkRect bounds; variable 125 SkRect bounds = fBlob->bounds(); global() variable [all...] |
H A D | imagefiltersscaled.cpp | 123 SkRect bounds = r; variable
|
H A D | sharedcorners.cpp | 143 const SkRect& bounds = path.getBounds(); in drawRow() local
|
H A D | bigrrectaaeffect.cpp | 105 SkRect bounds = testBounds; variable
|
H A D | pictureimagefilter.cpp | 95 SkRect bounds = SkRect::MakeXYWH(0, 0, 100, 100); variable
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | CorrectnessActivity.java | 29 private Rect bounds = new Rect(0, PADDING, OUTPUT_DIMS, OUTPUT_DIMS+PADDING); field in CorrectnessActivity
|
/third_party/skia/bench/ |
H A D | PolyUtilsBench.cpp | 75 SkRect bounds; variable
|
H A D | PathTextBench.cpp | 61 const SkRect& bounds = glyph.getBounds(); variable
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | state_test.c | 177 uint64_t bounds[2] = { 10, 0xffffffffull }; in guest_code() local
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
H A D | IndicInputMethod.java | 69 public void notifyClientWindowChange(Rectangle bounds) { in notifyClientWindowChange() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | CoreWindowNativeWindow.cpp | 204 ABI::Windows::Foundation::Rect bounds; in GetCoreWindowSizeInPixels() local
|
/third_party/skia/src/core/ |
H A D | SkLineClipper.cpp | 92 SkRect bounds; in IntersectLine() local [all...] |
H A D | SkPathEffect.cpp | 21 filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, const SkRect* bounds, const SkMatrix& ctm) const filterPath() argument [all...] |
H A D | SkClipStackDevice.cpp | 79 SkRect bounds; in onAsRgnClip() local 116 SkRect bounds; in onGetClipType() local
|
H A D | SkMatrixImageFilter.cpp | 115 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
|
H A D | SkRasterClip.cpp | 53 SkRasterClip::SkRasterClip(const SkIRect& bounds) : fBW(bounds) { in SkRasterClip() argument 67 SkRasterClip::SkRasterClip(const SkPath& path, const SkIRect& bounds, bool doAA) { in SkRasterClip() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkOffsetImageFilter.cpp | 98 SkIRect bounds; in onFilterImage() local 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 362 SkRect GrShape::bounds() const { in bounds() function in GrShape
|
H A D | GrStyledShape.h | 180 SkRect bounds() const { return fShape.bounds(); } in bounds() function in GrStyledShape
|
/third_party/skia/src/gpu/ |
H A D | GrClip.h | 162 GetPixelIBounds(const SkRect& bounds, GrAA aa, BoundsType mode = BoundsType::kExterior) GetPixelIBounds() argument [all...] |
H A D | GrPixmap.h | 43 auto bounds = SkIRect::MakeSize(surfaceDims); in clip() local
|
/third_party/skia/samplecode/ |
H A D | SamplePathClip.cpp | 134 draw_clipped_line(SkCanvas* canvas, const SkRect& bounds, SkPoint p0, SkPoint p1, const SkPaint& paint) draw_clipped_line() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | RegionOp.cpp | 62 SkRect bounds = SkRect::Make(region.getBounds()); in RegionOpImpl() local
|
/third_party/skia/tests/ |
H A D | AnimatedImageTest.cpp | 77 auto bounds = animatedImage->getBounds(); in DEF_TEST() local
|
/third_party/skia/src/utils/ |
H A D | SkMultiPictureDocument.cpp | 169 SkRect bounds = SkRect::MakeSize(fDst[fIndex].fSize); in nextCanvas() local
|