/third_party/skia/tests/ |
H A D | PathOpsTestCommon.cpp | 250 ValidBounds(const SkPathOpsBounds& bounds) ValidBounds() argument [all...] |
H A D | TextBlobCacheTest.cpp | 41 const SkRect& bounds = blob->bounds(); in draw() local
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.cpp | 115 DebugCanvas::DebugCanvas(SkIRect bounds) in DebugCanvas() argument
|
/third_party/skia/tools/skiaserve/ |
H A D | Request.cpp | 88 SkIRect bounds = this->getBounds(); in writeOutSkp() local 109 SkIRect bounds; in getBounds() local 144 SkIRect bounds = this->getBounds(); createCPUSurface() local 156 SkIRect bounds = this->getBounds(); createGPUSurface() local 213 SkIRect bounds = this->getBounds(); initPictureFromStream() local [all...] |
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 234 SkRect bounds; in draw() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image.cpp | 90 dng_image::dng_image (const dng_rect &bounds, in dng_image() argument
|
H A D | dng_misc_opcodes.cpp | 30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds) in dng_opcode_TrimBounds() argument
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 914 let mut bounds = Vec::new(); in parse_extern_type_bounded() variables [all...] |
/third_party/skia/include/core/ |
H A D | SkImage.h | 595 SkIRect bounds() const { return SkIRect::MakeWH(fInfo.width(), fInfo.height()); } in bounds() function in SkImage [all...] |
H A D | SkFont.h | 412 getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], const SkPaint* paint) const getBounds() argument [all...] |
H A D | SkTextBlob.h | 41 const SkRect& bounds() const { return fBounds; } in bounds() function in final [all...] |
/third_party/skia/gm/ |
H A D | convex_all_line_paths.cpp | 263 SkRect bounds = path.getBounds(); in GetPath() local
|
H A D | convexpolyclip.cpp | 179 SkRect bounds; variable 202 SkRect bounds; variable [all...] |
H A D | imagefiltersbase.cpp | 147 SkIRect bounds; in draw_bitmap() local
|
H A D | cubicpaths.cpp | 38 SkRect bounds = path.getBounds(); variable
|
H A D | dashcircle.cpp | 193 SkRect bounds = SkRect::MakeEmpty(); variable
|
H A D | filterfastbounds.cpp | 212 const SkRect bounds = SkRect::MakeWH(10, 10); in draw_savelayer_with_paint() local
|
H A D | flippity.cpp | 93 SkRect bounds; in make_text_image() local
|
H A D | image_pict.cpp | 44 static void draw_something(SkCanvas* canvas, const SkRect& bounds) { in draw_something() argument 77 const SkRect bounds = SkRect::MakeXYWH(100, 100, 100, 100); variable 245 const SkRect bounds = SkRect::MakeXYWH(100, 100, 100, 100); variable
|
H A D | rasterhandleallocator.cpp | 24 void saveLayer(const SkRect& bounds, SkAlpha alpha) { in saveLayer() argument
|
H A D | strokes.cpp | 346 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() argument 352 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() argument 358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() argument 364 static void make3(SkPath* path, const SkRect& bounds, SkStrin argument 370 make4(SkPath* path, const SkRect& bounds, SkString* title) make4() argument 378 make5(SkPath* path, const SkRect& bounds, SkString* title) make5() argument 414 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); global() variable [all...] |
H A D | gpu_blur_utils.cpp | 102 auto bounds = SkIRect::MakeSize(src.dimensions()); in slow_blur() local
|
H A D | gm.cpp | 41 SkRect bounds; in draw_failure_message() local
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 142 DrawPass::DrawPass(sk_sp<TextureProxy> target, const SkIRect& bounds, in DrawPass() argument
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 54 onGlyphRun(const SkFont& font, DirTextRange dirTextRange, SkRect bounds, TextIndex trailingSpaces, size_t glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|