| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 62 setConicBounds(const SkPoint curve[3], SkScalar curveWeight, double tStart, double tEnd, SkPathOpsBounds* bounds) setConicBounds() argument 72 setCubicBounds(const SkPoint curve[4], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setCubicBounds() argument 82 setQuadBounds(const SkPoint curve[3], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setQuadBounds() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGraphicStackState.cpp | 28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() argument 72 SkRect bounds = outerBounds; in apply_clip() local 140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip() argument 108 append_clip(const SkClipStack& clipStack, const SkIRect& bounds, SkWStream* wStream) append_clip() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_host.cpp | 341 dng_image * dng_host::Make_dng_image (const dng_rect &bounds, in Make_dng_image() argument
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | BuldgeEffect.cpp | 136 const auto& bounds = this->bounds(); variable
|
| H A D | MotionBlurEffect.cpp | 79 SkRect bounds = SkRect::MakeEmpty(); in onRevalidate() local
|
| H A D | SkSLEffect.cpp | 33 const auto& bounds = this->bounds(); variable
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | Repeater.cpp | 62 auto bounds = SkRect::MakeEmpty(); variable
|
| /third_party/skia/experimental/sktext/include/ |
| H A D | Interface.h | 72 virtual void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { } in onBeginLine() argument 83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument 74 onGlyphRun(const SkFont& font, TextRange textRange, SkRect bounds, int trailingSpaces, int glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|
| /third_party/skia/gm/ |
| H A D | lattice.cpp | 141 SkIRect bounds = SkIRect::MakeLTRB(padLeft, padTop, in onDrawHelper() local
|
| H A D | xfermodes.cpp | 153 SkRect bounds = SkRect::MakeXYWH(x, y, SkIntToScalar(W), in draw_mode() local
|
| H A D | animated_image_orientation.cpp | 22 static sk_sp<SkPicture> post_processor(const SkRect& bounds) { in post_processor() argument
|
| H A D | image_shader.cpp | 32 static void draw_something(SkCanvas* canvas, const SkRect& bounds) { in draw_something() argument 119 const SkRect bounds = SkRect::MakeWH(100, 100); variable
|
| H A D | highcontrastfilter.cpp | 63 SkRect bounds = SkRect::MakeLTRB(0.0f, 0.0f, 1.0f, 1.0f); in draw_scene() local [all...] |
| H A D | mixedtextblobs.cpp | 63 SkRect bounds; variable 125 SkRect bounds = fBlob->bounds(); global() variable [all...] |
| H A D | all_bitmap_configs.cpp | 76 SkRect bounds; in draw_center_letter() local
|
| H A D | addarc.cpp | 218 SkRect bounds = { x - r, y - r, x + r, y + r }; in html_canvas_arc() local
|
| H A D | rrects.cpp | 135 SkRect bounds = rrect.getBounds(); variable
|
| H A D | trickycubicstrokes.cpp | 79 SkRect bounds; in calc_tight_cubic_bounds() local 89 SkRect bounds = calc_tight_cubic_bounds(chopped, depth - 1); in calc_tight_cubic_bounds() local
|
| H A D | coloremoji.cpp | 158 SkRect bounds; variable [all...] |
| H A D | colorfilters.cpp | 28 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
|
| H A D | hairlines.cpp | 160 const SkRect& bounds = fPaths[p].getBounds(); variable
|
| H A D | lumafilter.cpp | 56 SkRect r, c, bounds = SkRect::MakeWH(kSize, kSize); in draw_scene() local
|
| /third_party/skia/include/core/ |
| H A D | SkPixmap.h | 197 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds() function in SkPixmap [all...] |
| H A D | SkVertices.h | 94 const SkRect& bounds() const { return fBounds; } in bounds() function in SkVertices
|
| /third_party/skia/experimental/sktext/tests/ |
| H A D | WrappedText.cpp | 45 SkRect bounds; member 53 SkRect bounds; // bounds contains the physical boundaries of the run member [all...] |