Home
last modified time | relevance | path

Searched defs:bounds (Results 151 - 175 of 414) sorted by relevance

12345678910>>...17

/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp62 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 DSkPDFGraphicStackState.cpp28 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 Ddng_host.cpp341 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 DBuldgeEffect.cpp136 const auto& bounds = this->bounds(); variable
H A DMotionBlurEffect.cpp79 SkRect bounds = SkRect::MakeEmpty(); in onRevalidate() local
H A DSkSLEffect.cpp33 const auto& bounds = this->bounds(); variable
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp62 auto bounds = SkRect::MakeEmpty(); variable
/third_party/skia/experimental/sktext/include/
H A DInterface.h72 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 Dlattice.cpp141 SkIRect bounds = SkIRect::MakeLTRB(padLeft, padTop, in onDrawHelper() local
H A Dxfermodes.cpp153 SkRect bounds = SkRect::MakeXYWH(x, y, SkIntToScalar(W), in draw_mode() local
H A Danimated_image_orientation.cpp22 static sk_sp<SkPicture> post_processor(const SkRect& bounds) { in post_processor() argument
H A Dimage_shader.cpp32 static void draw_something(SkCanvas* canvas, const SkRect& bounds) { in draw_something() argument
119 const SkRect bounds = SkRect::MakeWH(100, 100); variable
H A Dhighcontrastfilter.cpp63 SkRect bounds = SkRect::MakeLTRB(0.0f, 0.0f, 1.0f, 1.0f); in draw_scene() local
[all...]
H A Dmixedtextblobs.cpp63 SkRect bounds; variable
125 SkRect bounds = fBlob->bounds(); global() variable
[all...]
H A Dall_bitmap_configs.cpp76 SkRect bounds; in draw_center_letter() local
H A Daddarc.cpp218 SkRect bounds = { x - r, y - r, x + r, y + r }; in html_canvas_arc() local
H A Drrects.cpp135 SkRect bounds = rrect.getBounds(); variable
H A Dtrickycubicstrokes.cpp79 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 Dcoloremoji.cpp158 SkRect bounds; variable
[all...]
H A Dcolorfilters.cpp28 static sk_sp<SkShader> make_shader(const SkRect& bounds) { in make_shader() argument
H A Dhairlines.cpp160 const SkRect& bounds = fPaths[p].getBounds(); variable
H A Dlumafilter.cpp56 SkRect r, c, bounds = SkRect::MakeWH(kSize, kSize); in draw_scene() local
/third_party/skia/include/core/
H A DSkPixmap.h197 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds() function in SkPixmap
[all...]
H A DSkVertices.h94 const SkRect& bounds() const { return fBounds; } in bounds() function in SkVertices
/third_party/skia/experimental/sktext/tests/
H A DWrappedText.cpp45 SkRect bounds; member
53 SkRect bounds; // bounds contains the physical boundaries of the run member
[all...]

Completed in 12 milliseconds

12345678910>>...17