HomeSort by relevance Sort by last modified time
    Searched full:phasewin (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 493 POINT phaseWin = { stableRound(visibleDstRect.x() - phase.x()), stableRound(visibleDstRect.y() - phase.y()) };
494 phaseWin.x = normalizePhase(phaseWin.x, bmpSize.cx);
495 phaseWin.y = normalizePhase(phaseWin.y, bmpSize.cy);
516 drawPatternSimple(hmemdc.get(), srcRectWin, clippedBmp.get(), phaseWin);
518 drawPatternSimple(hmemdc.get(), srcRectWin, this, bmpSize, phaseWin);
520 drawPatternSimple(hmemdc.get(), srcRectWin, getHandle(), phaseWin);
526 drawPatternSimple(hmemdc.get(), srcRectWin, hbmp.get(), phaseWin);

Completed in 7136 milliseconds