Home | History | Annotate | Download | only in core

Lines Matching defs:origin

50         kUnknown_SkAlphaType, and with a width and height of zero. SkPixelRef origin is
254 /** Returns pixel address, the base address corresponding to the pixel origin.
362 @return integral rectangle from origin to width() and height()
372 /** Returns the bounds of this bitmap, offset by its SkPixelRef origin.
377 SkIPoint origin = this->pixelRefOrigin();
378 return SkIRect::MakeXYWH(origin.x(), origin.y(), this->width(), this->height());
646 Sets SkPixelRef origin to (0, 0).
713 /** Returns origin of pixels within SkPixelRef. SkBitmap bounds is always contained
717 The returned origin added to SkBitmap dimensions equals or is smaller than the
722 @return pixel origin within SkPixelRef
726 /** Replaces pixelRef and origin in SkBitmap. dx and dy specify the offset
736 @param dx column offset in SkPixelRef for bitmap origin
737 @param dy row offset in SkPixelRef for bitmap origin