Lines Matching defs:origin
55 kUnknown_SkAlphaType, and with a width and height of zero. SkPixelRef origin is
260 /** Returns pixel address, the base address corresponding to the pixel origin.
361 @return integral rectangle from origin to width() and height()
371 /** Returns the bounds of this bitmap, offset by its SkPixelRef origin.
376 SkIPoint origin = this->pixelRefOrigin();
377 return SkIRect::MakeXYWH(origin.x(), origin.y(), this->width(), this->height());
634 Sets SkPixelRef origin to (0, 0).
703 /** Returns origin of pixels within SkPixelRef. SkBitmap bounds is always contained
707 The returned origin added to SkBitmap dimensions equals or is smaller than the
712 @return pixel origin within SkPixelRef
718 /** Replaces pixelRef and origin in SkBitmap. dx and dy specify the offset
728 @param dx column offset in SkPixelRef for bitmap origin
729 @param dy row offset in SkPixelRef for bitmap origin