Home
last modified time | relevance | path

Searched refs:MakeIWH (Results 1 – 25 of 64) sorted by relevance

123

/external/skia/gm/
Dbigtileimagefilter.cpp57 const SkRect bound = SkRect::MakeIWH(kWidth, kHeight); in onDraw()
61 SkRect::MakeIWH(kBitmapSize, kBitmapSize), in onDraw()
62 SkRect::MakeIWH(kWidth, kHeight), in onDraw()
74 const SkRect bound2 = SkRect::MakeIWH(kBitmapSize, kBitmapSize); in onDraw()
77 SkRect::MakeIWH(kBitmapSize, kBitmapSize), in onDraw()
78 SkRect::MakeIWH(kBitmapSize, kBitmapSize), in onDraw()
Dbigrrectaaeffect.cpp67 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw()
122 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRect(SkRect::MakeIWH(kSize, kSize)), "rect"); )
123 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize, kSize)), "circle");…
124 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "…
126 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
127 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeRectXY(SkRect::MakeIWH(kSize - 1, kSize - 10), …
Dshadowmaps.cpp24 SkCanvas* canvas = recorder.beginRecording(SkRect::MakeIWH(width, height)); in make_test_picture()
35 canvas->drawRect(SkRect::MakeIWH(width, height), paint); in make_test_picture()
Dshowmiplevels.cpp45 SkRect r = SkRect::MakeIWH(w, h).makeInset(0.5f, 0.5f); in make_bitmap2()
131 …canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f),… in DrawAndFrame()
254 …canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f),… in DrawAndFrame()
Dpath_stroke_with_zero_length.cpp38 fClipS.addRect(SkRect::MakeIWH(4, 5)); in onOnceBeforeDraw()
85 canvas->drawRect(SkRect::MakeIWH(onISize().fWidth, onISize().fHeight), bkgrnd); in onDraw()
Dlightingshader2.cpp68 fRect = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
70 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
Dlightingshaderbevel.cpp46 fRect = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
48 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
Dimagesource.cpp49 const SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); in onDraw()
Dlocalmatriximagefilter.cpp34 SkRect r = SkRect::MakeIWH(image->width(), image->height()).makeOutset(SK_ScalarHalf, in show_image()
Dbitmapcopy.cpp33 canvas->drawRect(SkRect::MakeIWH(width/2, height/2), paint); in draw_checks()
Dverylargebitmap.cpp33 draw(recorder.beginRecording(SkRect::MakeIWH(width, height)), width, height, colors); in make_picture_image()
Dlcdblendmodes.cpp119 canvas->drawRect(SkRect::MakeIWH(kColWidth, kHeight), backgroundPaint); in drawColumn()
Dimagefilters.cpp86 const SkRect r = SkRect::MakeIWH(image->width(), image->height());
Dlightingshader.cpp94 SkRect bitmapBounds = SkRect::MakeIWH(fDiffuse.width(), fDiffuse.height()); in drawRect()
/external/skia/src/effects/
DSkImageSource.cpp42 , fSrcRect(SkRect::MakeIWH(fImage->width(), fImage->height())) in SkImageSource()
85 SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); in onFilterImage()
DSkPaintImageFilter.cpp58 SkRect rect = SkRect::MakeIWH(bounds.width(), bounds.height()); in onFilterImage()
/external/skia/samplecode/
DSampleShadowing.cpp108 SkCanvas* canvas = recorder.beginRecording(SkRect::MakeIWH(width, height)); in makeTestPicture()
119 canvas->drawRect(SkRect::MakeIWH(width, height), paint); in makeTestPicture()
DGMSampleView.cpp61 canvas = recorder.beginRecording(SkRect::MakeIWH(size.width(), size.height())); in onDrawContent()
/external/skia/src/utils/
DSkRGBAToYUV.cpp54 SkRect::MakeIWH(surface->width(), surface->height()), in SkRGBAToYUV()
/external/skia/src/gpu/ops/
DGrDiscardOp.h34 this->setBounds(SkRect::MakeIWH(rt->width(), rt->height()), HasAABloat::kNo, in GrDiscardOp()
DGrClearStencilClipOp.h48 : SkRect::MakeIWH(rt->width(), rt->height()); in GrClearStencilClipOp()
/external/skia/src/core/
DSkColorSpaceXformCanvas.cpp146 src ? *src : SkRect::MakeIWH(img->width(), img->height()), dst, in onDrawImageRect()
188 src ? *src : SkRect::MakeIWH(bitmap.width(), bitmap.height()), dst, in onDrawBitmapRect()
193 src ? *src : SkRect::MakeIWH(bitmap.width(), bitmap.height()), dst, in onDrawBitmapRect()
/external/skia/tools/
Ddump_record.cpp84 r.beginRecording(SkRect::MakeIWH(w, h)), in main()
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp217 static const SkRect kDstRect = SkRect::MakeIWH(kSize, kSize); in TestForPreservingPMConversions()
218 static const SkRect kSrcRect = SkRect::MakeIWH(kSize, kSize); in TestForPreservingPMConversions()
/external/skia/include/gpu/
DGrSurface.h37 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect()

123