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

  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 203 float adjustedX = phase.x() + srcRect.x() *
221 gc->DrawBitmap(*bitmap, adjustedX + currentW, adjustedY + currentH, (wxDouble)srcRect.width(), (wxDouble)srcRect.height());
223 gc->DrawGraphicsBitmap(*bitmap, adjustedX + currentW, adjustedY + currentH, (wxDouble)srcRect.width(), (wxDouble)srcRect.height());
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 270 float adjustedX = phase.x() - destRect.x() + tileRect.x() * narrowPrecisionToFloat(patternTransform.a()); // We translated the context so that destRect.x() is the origin, so subtract it out.
302 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
311 CGAffineTransform matrix = CGAffineTransformMake(narrowPrecisionToCGFloat(patternTransform.a()), 0, 0, narrowPrecisionToCGFloat(patternTransform.d()), adjustedX, adjustedY);
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 368 float adjustedX = phase.x() + normSrcRect.x() *
372 matrix.postTranslate(SkFloatToScalar(adjustedX),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 504 milliseconds