/external/skia/gm/ |
D | bigtileimagefilter.cpp | 57 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()
|
D | bigrrectaaeffect.cpp | 67 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), …
|
D | shadowmaps.cpp | 24 SkCanvas* canvas = recorder.beginRecording(SkRect::MakeIWH(width, height)); in make_test_picture() 35 canvas->drawRect(SkRect::MakeIWH(width, height), paint); in make_test_picture()
|
D | showmiplevels.cpp | 45 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()
|
D | path_stroke_with_zero_length.cpp | 38 fClipS.addRect(SkRect::MakeIWH(4, 5)); in onOnceBeforeDraw() 85 canvas->drawRect(SkRect::MakeIWH(onISize().fWidth, onISize().fHeight), bkgrnd); in onDraw()
|
D | lightingshader2.cpp | 68 fRect = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw() 70 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
|
D | lightingshaderbevel.cpp | 46 fRect = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw() 48 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize); in onOnceBeforeDraw()
|
D | imagesource.cpp | 49 const SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); in onDraw()
|
D | localmatriximagefilter.cpp | 34 SkRect r = SkRect::MakeIWH(image->width(), image->height()).makeOutset(SK_ScalarHalf, in show_image()
|
D | bitmapcopy.cpp | 33 canvas->drawRect(SkRect::MakeIWH(width/2, height/2), paint); in draw_checks()
|
D | verylargebitmap.cpp | 33 draw(recorder.beginRecording(SkRect::MakeIWH(width, height)), width, height, colors); in make_picture_image()
|
D | lcdblendmodes.cpp | 119 canvas->drawRect(SkRect::MakeIWH(kColWidth, kHeight), backgroundPaint); in drawColumn()
|
D | imagefilters.cpp | 86 const SkRect r = SkRect::MakeIWH(image->width(), image->height());
|
D | lightingshader.cpp | 94 SkRect bitmapBounds = SkRect::MakeIWH(fDiffuse.width(), fDiffuse.height()); in drawRect()
|
/external/skia/src/effects/ |
D | SkImageSource.cpp | 42 , fSrcRect(SkRect::MakeIWH(fImage->width(), fImage->height())) in SkImageSource() 85 SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); in onFilterImage()
|
D | SkPaintImageFilter.cpp | 58 SkRect rect = SkRect::MakeIWH(bounds.width(), bounds.height()); in onFilterImage()
|
/external/skia/samplecode/ |
D | SampleShadowing.cpp | 108 SkCanvas* canvas = recorder.beginRecording(SkRect::MakeIWH(width, height)); in makeTestPicture() 119 canvas->drawRect(SkRect::MakeIWH(width, height), paint); in makeTestPicture()
|
D | GMSampleView.cpp | 61 canvas = recorder.beginRecording(SkRect::MakeIWH(size.width(), size.height())); in onDrawContent()
|
/external/skia/src/utils/ |
D | SkRGBAToYUV.cpp | 54 SkRect::MakeIWH(surface->width(), surface->height()), in SkRGBAToYUV()
|
/external/skia/src/gpu/ops/ |
D | GrDiscardOp.h | 34 this->setBounds(SkRect::MakeIWH(rt->width(), rt->height()), HasAABloat::kNo, in GrDiscardOp()
|
D | GrClearStencilClipOp.h | 48 : SkRect::MakeIWH(rt->width(), rt->height()); in GrClearStencilClipOp()
|
/external/skia/src/core/ |
D | SkColorSpaceXformCanvas.cpp | 146 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/ |
D | dump_record.cpp | 84 r.beginRecording(SkRect::MakeIWH(w, h)), in main()
|
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.cpp | 217 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/ |
D | GrSurface.h | 37 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect()
|