Home | History | Annotate | Download | only in core

Lines Matching refs:pixelRef

91     /** Return true iff the bitmap has no pixels nor a pixelref. Note: this can
168 underlying pixelref. This state can be set, but it cannot be
170 that share the same pixelref.
227 will automatically release any pixelref previously installed. Only call
260 /** Use the standard HeapAllocator to create the pixelref that manages the
262 If this is called multiple times, a new pixelref object will be created
270 @return true if the allocation succeeds. If not the pixelref field of
277 /** Use the specified Allocator to create the pixelref that manages the
279 If this is called multiple times, a new pixelref object will be created
285 @param allocator The Allocator to use to create a pixelref that can
293 @return true if the allocation succeeds. If not the pixelref field of
298 /** Return the current pixelref object, if any
300 SkPixelRef* pixelRef() const { return fPixelRef; }
301 /** Return the offset into the pixelref, if any. Will return 0 if there is
302 no pixelref installed.
305 /** Assign a pixelref and optional offset. Pixelrefs are reference counted,
312 in the pixelref. Balance it with a call to unlockPixels(). These calls
313 are harmless if there is no pixelref.
342 /** Returns the pixelRef's texture, or NULL
352 pixelref (or raw pixels set via setPixels). Each time the pixels are
485 * @param allocator Allocator used to allocate the pixelref for the dst
541 @param allocator Allocator used to allocate the pixelref for the dst
568 /** Subclass of Allocator that returns a pixelref that allocates its pixel