Home
last modified time | relevance | path

Searched refs:setWH (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/samplecode/
DSampleLayers.cpp41 r.setWH(100, 100); in test_fade()
54 r.setWH(100, 100); in test_fade()
65 r.setWH(100, 100); in test_fade()
82 r.setWH(100, 20); in test_fade()
108 r.setWH(220, 120); in onDrawContent()
121 r.setWH(220, 120); in onDrawContent()
146 r.setWH(220, 60); in onDrawContent()
150 r.setWH(220, 120); in onDrawContent()
DSampleMegaStroke.cpp69 fClip.setWH(950, 600); in onSizeChange()
DSampleCusp.cpp128 rect.setWH(100, 100); in onDrawContent()
DSampleAARects.cpp20 r.setWH(SkIntToScalar(n), SkIntToScalar(n)); in createBitmap()
DSampleArc.cpp112 r.setWH(w, h); in DrawArcs()
/third_party/flutter/skia/docs/examples/
DRect_setWH.cpp8 rect.setWH(-15, 25); in draw()
/third_party/skia/docs/examples/
DRect_setWH.cpp8 rect.setWH(-15, 25); in draw()
/third_party/skia/bench/
DChromeBench.cpp479 current.setWH(SkIntToScalar(gmailScrollingRectSpec[i*3+1]), in setRectangle()
DRepeatTileBench.cpp28 r.setWH(SkIntToScalar(w), SkIntToScalar(h)); in draw_into_bitmap()
DAAClipBench.cpp37 fDrawRect.setWH(100, 100); in AAClipBench()
/third_party/skia/src/core/
DSkMask.cpp69 dst.fBounds.setWH(SkTo<int>(dstW), SkTo<int>(dstH)); in PrepareDestination()
DSkBitmap.cpp434 srcRect.setWH(this->width(), this->height()); in extractSubset()
527 srcM.fBounds.setWH(this->width(), this->height()); in extractAlpha()
DSkDraw.cpp84 devRect.setWH(fDst.width(), fDst.height()); in drawPaint()
1194 br.setWH(fDst.width(), fDst.height()); in validate()
DSkPixmap.cpp66 srcRect.setWH(this->width(), this->height()); in extractSubset()
/third_party/flutter/skia/modules/skottie/src/text/
DTextValue.cpp56 v->fBox.setWH(ParseDefault<SkScalar>((*jsz)[0], 0), in FromJSON()
/third_party/flutter/skia/samplecode/
DSampleCusp.cpp128 rect.setWH(100, 100); in onDrawContent()
/third_party/skia/include/core/
DSkRect.h271 void setWH(int32_t width, int32_t height) { in setWH() function
948 void setWH(SkScalar width, SkScalar height) { in setWH() function
955 this->setWH(SkIntToScalar(width), SkIntToScalar(height)); in setIWH()
/third_party/skia/modules/skottie/src/text/
DTextValue.cpp54 v->fBox.setWH(ParseDefault<SkScalar>((*jsz)[0], 0), in Parse()
/third_party/flutter/skia/gm/
Dblurrect.cpp198 r.setWH(SkIntToScalar(width), SkIntToScalar(height));
Dtextbloblooper.cpp117 r.setWH(SkIntToScalar(kWidth), 50); in color_filter()
/third_party/skia/gm/
Dxfermodes.cpp106 r.setWH(ww*3/4, hh*3/4); in make_bitmaps()
Dblurrect.cpp207 r.setWH(SkIntToScalar(width), SkIntToScalar(height));
/third_party/skia/tests/
DAAClipTest.cpp313 expected.fBounds.setWH(4, 6); in test_path_with_hole()
DBlurTest.cpp182 src.fBounds.setWH(width, height); in ground_truth_2d()
/third_party/flutter/skia/include/core/
DSkRect.h1100 void setWH(SkScalar width, SkScalar height) { in setWH() function

12