Home
last modified time | relevance | path

Searched defs:bounds (Results 201 - 225 of 386) sorted by relevance

12345678910>>...16

/third_party/skia/tests/
H A DPathOpsTestCommon.cpp250 ValidBounds(const SkPathOpsBounds& bounds) ValidBounds() argument
[all...]
H A DTextBlobCacheTest.cpp41 const SkRect& bounds = blob->bounds(); in draw() local
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp115 DebugCanvas::DebugCanvas(SkIRect bounds) in DebugCanvas() argument
/third_party/skia/tools/skiaserve/
H A DRequest.cpp88 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 DSkottieSlide.cpp234 SkRect bounds; in draw() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image.cpp90 dng_image::dng_image (const dng_rect &bounds, in dng_image() argument
H A Ddng_misc_opcodes.cpp30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds) in dng_opcode_TrimBounds() argument
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs914 let mut bounds = Vec::new(); in parse_extern_type_bounded() variables
[all...]
/third_party/skia/include/core/
H A DSkImage.h595 SkIRect bounds() const { return SkIRect::MakeWH(fInfo.width(), fInfo.height()); } in bounds() function in SkImage
[all...]
H A DSkFont.h412 getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], const SkPaint* paint) const getBounds() argument
[all...]
H A DSkTextBlob.h41 const SkRect& bounds() const { return fBounds; } in bounds() function in final
[all...]
/third_party/skia/gm/
H A Dconvex_all_line_paths.cpp263 SkRect bounds = path.getBounds(); in GetPath() local
H A Dconvexpolyclip.cpp179 SkRect bounds; variable
202 SkRect bounds; variable
[all...]
H A Dimagefiltersbase.cpp147 SkIRect bounds; in draw_bitmap() local
H A Dcubicpaths.cpp38 SkRect bounds = path.getBounds(); variable
H A Ddashcircle.cpp193 SkRect bounds = SkRect::MakeEmpty(); variable
H A Dfilterfastbounds.cpp212 const SkRect bounds = SkRect::MakeWH(10, 10); in draw_savelayer_with_paint() local
H A Dflippity.cpp93 SkRect bounds; in make_text_image() local
H A Dimage_pict.cpp44 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 Drasterhandleallocator.cpp24 void saveLayer(const SkRect& bounds, SkAlpha alpha) { in saveLayer() argument
H A Dstrokes.cpp346 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 Dgpu_blur_utils.cpp102 auto bounds = SkIRect::MakeSize(src.dimensions()); in slow_blur() local
H A Dgm.cpp41 SkRect bounds; in draw_failure_message() local
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp142 DrawPass::DrawPass(sk_sp<TextureProxy> target, const SkIRect& bounds, in DrawPass() argument
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp54 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

Completed in 20 milliseconds

12345678910>>...16