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

  /external/skia/gm/
imagefilters.cpp 124 SkRRect rr = SkRRect::MakeRectXY(r.makeOffset(dx, dy), 20, 20);
ninepatchstretch.cpp 103 canvas->drawImageNine(fImage, fCenter, r.makeOffset(360, 0), &paint);
showmiplevels.cpp 137 canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f), paint);
249 canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f), paint);
  /external/skia/src/core/
SkTextBlob.cpp 381 return bounds.makeOffset(run.offset().x(), run.offset().y());
405 bounds.join(glyphBounds[i].makeOffset(*glyphPosX, *glyphPosY));
412 return bounds.makeOffset(run.offset().x(), run.offset().y());
463 return bounds.makeOffset(run.offset().x(), run.offset().y());
SkRemote.cpp 284 dst = src.makeOffset(left, top);
305 dst = src.makeOffset(left, top);
SkDevice.cpp 415 const SkIRect clipBounds = draw.fClip->getBounds().makeOffset(-x, -y);
SkCanvas.cpp     [all...]
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 159 SkIRect bounds = background.bounds().makeOffset(backgroundOffset.x(), backgroundOffset.y());
160 bounds.join(foreground.bounds().makeOffset(foregroundOffset.x(), foregroundOffset.y()));
SkLightingImageFilter.cpp 388 SkRect srcRect = dstRect.makeOffset(SkIntToScalar(bounds.x()), SkIntToScalar(bounds.y()));
    [all...]
  /external/skia/samplecode/
SampleShip.cpp 41 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), paint,
SampleAtlas.cpp 36 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), paint,
SamplePathClip.cpp 41 const SkRect oval = fOval.makeOffset(fCenter.fX - fOval.centerX(),
  /external/skia/include/core/
SkRect.h 165 SkIRect makeOffset(int32_t dx, int32_t dy) const {
613 SkRect makeOffset(SkScalar dx, SkScalar dy) const {
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 459 milliseconds