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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
SourceAlpha.cpp 63 FloatRect imageRect(FloatPoint(), absolutePaintRect().size());
65 filterContext->fillRect(imageRect, Color::black);
FEColorMatrix.cpp 160 IntRect imageRect(IntPoint(), absolutePaintRect().size());
161 RefPtr<Uint8ClampedArray> pixelArray = resultImage->getUnmultipliedImageData(imageRect);
181 resultImage->putByteArray(Unmultiplied, pixelArray.get(), imageRect.size(), imageRect, IntPoint());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 95 Rectangle imageRect = mImage.getBounds();
96 int imageWidth = imageRect.width;
182 Rectangle imageRect = mImage.getBounds();
183 int imageHeight = imageRect.height;
184 int imageWidth = imageRect.width;
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
jfreechart-1.0.9.jar 
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 440 Rect imageRect = new Rect(0, 0, width, height);
452 if (faceRect.right > imageRect.right) {
453 faceRect.inset(faceRect.right - imageRect.right,
454 faceRect.right - imageRect.right);
457 if (faceRect.bottom > imageRect.bottom) {
458 faceRect.inset(faceRect.bottom - imageRect.bottom,
459 faceRect.bottom - imageRect.bottom);
462 hv.setup(mImageMatrix, imageRect, faceRect, mCircleCrop,
475 Rect imageRect = new Rect(0, 0, width, height);
493 hv.setup(mImageMatrix, imageRect, cropRect, mCircleCrop
    [all...]
HighlightView.java 367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
375 mImageRect = new RectF(imageRect);