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

  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 199 float currentH = 0;
219 while ( currentH < dstRect.height() && currentH < clientSize.y - origin.y) {
222 gc->DrawBitmap(*bitmap, adjustedX + currentW, adjustedY + currentH, (wxDouble)srcRect.width(), (wxDouble)srcRect.height());
224 gc->DrawGraphicsBitmap(*bitmap, adjustedX + currentW, adjustedY + currentH, (wxDouble)srcRect.width(), (wxDouble)srcRect.height());
227 context->Blit((wxCoord)dstRect.x() + currentW, (wxCoord)dstRect.y() + currentH,
231 currentH += srcRect.height();
234 currentH = 0;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 156 float currentH = phase.y();
157 while (currentH < dstRect.y() + dstRect.height()) {
158 BRect bDstRect(currentW, currentH, currentW + width - 1, currentH + height - 1);
160 currentH += height;

Completed in 44 milliseconds