Searched refs:renderRect (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | constcolorprocessor.cpp | 95 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize); in onDraw() local 114 renderRect, GrAAType::kNone)); in onDraw() 137 renderRect.fRight + kPad, in onDraw() 140 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop); in onDraw() 146 renderRect.fRight + kPad, in onDraw() 149 procLabelBounds.offset(renderRect.fRight + kPad, in onDraw() 154 canvas->drawRect(renderRect, labelPaint); in onDraw() 159 SkScalar height = renderRect.height(); in onDraw()
|
D | yuvtorgbeffect.cpp | 114 SkRect renderRect = SkRect::MakeWH(SkIntToScalar(fBmp[0].width()), in onDraw() local 116 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 140 renderRect, GrAAType::kNone)); in onDraw() 142 x += renderRect.width() + kTestPad; in onDraw() 246 SkRect renderRect = in onDraw() local 248 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 262 std::move(grPaint), viewMatrix, renderRect, GrAAType::kNone)); in onDraw()
|
D | texturedomaineffect.cpp | 117 SkRect renderRect = SkRect::Make(fBmp.bounds()); in onDraw() local 118 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 140 renderRect, GrAAType::kNone)); in onDraw() 141 x += renderRect.width() + kTestPad; in onDraw() 143 y += renderRect.height() + kTestPad; in onDraw()
|
/external/skqp/gm/ |
D | constcolorprocessor.cpp | 95 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize); in onDraw() local 114 renderRect, GrAAType::kNone)); in onDraw() 137 renderRect.fRight + kPad, in onDraw() 140 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop); in onDraw() 146 renderRect.fRight + kPad, in onDraw() 149 procLabelBounds.offset(renderRect.fRight + kPad, in onDraw() 154 canvas->drawRect(renderRect, labelPaint); in onDraw() 159 SkScalar height = renderRect.height(); in onDraw()
|
D | yuvtorgbeffect.cpp | 113 SkRect renderRect = SkRect::MakeWH(SkIntToScalar(fBmp[0].width()), in onDraw() local 115 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 139 renderRect, GrAAType::kNone)); in onDraw() 141 x += renderRect.width() + kTestPad; in onDraw() 244 SkRect renderRect = in onDraw() local 246 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 260 std::move(grPaint), viewMatrix, renderRect, GrAAType::kNone)); in onDraw()
|
D | texturedomaineffect.cpp | 116 SkRect renderRect = SkRect::Make(fBmp.bounds()); in onDraw() local 117 renderRect.outset(kDrawPad, kDrawPad); in onDraw() 139 renderRect, GrAAType::kNone)); in onDraw() 140 x += renderRect.width() + kTestPad; in onDraw() 142 y += renderRect.height() + kTestPad; in onDraw()
|