Home | History | Annotate | Download | only in core

Lines Matching full:will

21      *  lifetime of the pixel storage buffer, as this pixelref will not try
30 * pixels. If rowBytes are 0, an optimal value will be chosen automatically.
31 * If rowBytes is > 0, then it will be respected, or NULL will be returned
34 * This pixelref will ref() the specified colortable (if not NULL).
48 * will be called.
50 * If ReleaseProc is NULL, the pixels will never be released. This
62 * Return a new SkMallocPixelRef that will use the provided
64 * The SkData will be ref()ed and on destruction of the PielRef,
65 * the SkData will be unref()ed.