Searched defs:needsNewClip (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp141 if (!needsNewClip() && !needsNewState() && fCurrQuad > 0 &&
209 draw.fClipChanged = this->needsNewClip();
276 draw.fClipChanged = this->needsNewClip();
606 bool GrInOrderDrawBuffer::needsNewClip() const { function in class:GrInOrderDrawBuffer
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1256 bool needsNewClip = (GetClipRgn(dc, clipRgn.get()) <= 0); local
1258 drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopLeft.width() * 2), stableRound(newTopLeft.height() * 2));
1265 drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopRight.width() * 2), stableRound(newTopRight.height() * 2));
1272 drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomLeft.width() * 2), stableRound(newBottomLeft.height() * 2));
1279 drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomRight.width() * 2), stableRound(newBottomRight.height() * 2));
1285 void GraphicsContext::drawRoundCorner(bool needsNewClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height) argument
1291 if (needsNewClip) {
1299 SelectClipRgn(dc, needsNewClip ? 0 : clipRgn.get());

Completed in 69 milliseconds