HomeSort by relevance Sort by last modified time
    Searched refs:dstRect (Results 26 - 50 of 63) sorted by null

12 3

  /external/skia/gm/
tileimagefilter.cpp 96 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8),
102 SkTileImageFilter, (srcRect, dstRect, tileInput)));
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 138 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height());
151 GrContext::AutoClip acs(context, dstRect);
160 context->drawRectToRect(paint, dstRect, srcRect);
  /external/skia/src/core/
SkImageFilter.cpp 138 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height());
151 GrContext::AutoClip acs(context, dstRect);
160 context->drawRectToRect(paint, dstRect, srcRect);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 179 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
180 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator&, const blink::WebBlendMode&, ExceptionState&);
184 void drawImage(HTMLCanvasElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
188 void drawImage(HTMLVideoElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 250 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode)
252 draw(ctxt, dstRect, srcRect, compositeOp, blendMode, DoNotRespectImageOrientation);
255 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode, RespectImageOrientationEnum shouldRespectImageOrientation)
266 FloatRect normDstRect = adjustForNegativeSize(dstRect);
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 501 const SkIRect& dstRect,
510 context->drawRectToRect(paint, SkRect::Make(dstRect), SkRect::Make(srcRect));
530 SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height());
541 apply_morphology_pass(context, src, srcRect, dstRect, radius.fWidth,
543 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
544 dstRect.width(), radius.fHeight);
549 srcRect = dstRect;
554 apply_morphology_pass(context, src, srcRect, dstRect, radius.fHeight,
SkDisplacementMapEffect.cpp 358 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height());
359 context->drawRectToRect(paint, dstRect, srcRect);
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 501 const SkIRect& dstRect,
510 context->drawRectToRect(paint, SkRect::Make(dstRect), SkRect::Make(srcRect));
530 SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height());
541 apply_morphology_pass(context, src, srcRect, dstRect, radius.fWidth,
543 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
544 dstRect.width(), radius.fHeight);
549 srcRect = dstRect;
554 apply_morphology_pass(context, src, srcRect, dstRect, radius.fHeight,
SkDisplacementMapEffect.cpp 358 SkRect dstRect = SkRect::MakeWH(srcRect.width(), srcRect.height());
359 context->drawRectToRect(paint, dstRect, srcRect);
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 67 int dstWidth, int dstHeight, ARect dstRect,
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.cpp 192 SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft,
212 target->drawSimpleRect(dstRect);
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 192 SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft,
212 target->drawSimpleRect(dstRect);
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 235 Rect dstRect = new Rect(0, 0, mOutputX, mOutputY);
237 int dx = (srcRect.width() - dstRect.width()) / 2;
238 int dy = (srcRect.height() - dstRect.height()) / 2;
243 // If the dstRect is too big, use the center part of it.
244 dstRect.inset(Math.max(0, -dx), Math.max(0, -dy));
247 canvas.drawBitmap(mBitmap, srcRect, dstRect, null);
266 Rect dstRect = new Rect(0, 0, width, height);
267 canvas.drawBitmap(mBitmap, r, dstRect, null);
GridViewSpecial.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 64 IntRect dstRect(IntPoint(), srcRect.size());
70 c->clip(dstRect);
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 197 Rect dstRect = destObj.getVisibleBounds();
199 dstRect.centerX(), dstRect.centerY(), steps, true);
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 329 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top,
472 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 352 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top,
513 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 329 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top,
472 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 322 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect,
336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 411 * is stretched over the dstRect. The dstRect is transformed by the
416 * @param dstRect the destination rect to draw.
417 * @param localRect rect of local coordinates to be mapped onto dstRect
418 * @param dstMatrix Optional matrix to transform dstRect. Applied before context's matrix.
422 const SkRect& dstRect,
    [all...]

Completed in 2882 milliseconds

12 3