HomeSort by relevance Sort by last modified time
    Searched refs:renderRect (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
constcolorprocessor.cpp 95 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize);
114 grPaint.getColor(), viewMatrix, renderRect, nullptr, nullptr));
139 renderRect.fRight + kPad,
142 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop);
148 renderRect.fRight + kPad,
151 procLabelBounds.offset(renderRect.fRight + kPad,
156 canvas->drawRect(renderRect, labelPaint);
161 SkScalar height = renderRect.height();
yuvtorgbeffect.cpp 110 SkRect renderRect = SkRect::MakeWH(SkIntToScalar(fBmp[0].width()),
112 renderRect.outset(kDrawPad, kDrawPad);
136 GrColor_WHITE, viewMatrix, renderRect, nullptr, nullptr));
140 x += renderRect.width() + kTestPad;
243 SkRect renderRect =
245 renderRect.outset(kDrawPad, kDrawPad);
261 GrColor_WHITE, viewMatrix, renderRect, nullptr, nullptr));
texturedomaineffect.cpp 113 SkRect renderRect = SkRect::Make(fBmp.bounds());
114 renderRect.outset(kDrawPad, kDrawPad);
138 GrColor_WHITE, viewMatrix, renderRect, nullptr, nullptr));
141 x += renderRect.width() + kTestPad;
143 y += renderRect.height() + kTestPad;

Completed in 231 milliseconds