Home | History | Annotate | Download | only in core

Lines Matching refs:pixelRef

30 #define SK_DEFINE_PIXEL_REF_REGISTRAR(pixelRef) \
31 static SkPixelRef::Registrar g##pixelRef##Reg(#pixelRef, \
32 pixelRef::Create);
38 #define SK_DEFINE_PIXEL_REF_REGISTRAR(pixelRef) \
39 void pixelRef::Init() { \
40 SkPixelRef::Registrar(#pixelRef, Create); \
48 SkBitmap. A pixelref is installed into a bitmap, and then the bitmap can
91 pixelref. Each time the pixels are changed (and notifyPixelsChanged is
102 /** Returns true if this pixelref is marked as immutable, meaning that the
103 contents of its pixels will not change for the lifetime of the pixelref.
107 /** Marks this pixelref is immutable, meaning that the contents of its
108 pixels will not change for the lifetime of the pixelref. This state can
109 be set on a pixelref, but it cannot be cleared once it is set.
113 /** Return the optional URI string associated with this pixelref. May be
118 /** Copy a URI string to this pixelref, or clear the URI if the uri is null
124 /** Copy a URI string to this pixelref
130 /** Assign a URI string to this pixelref.
140 /** Makes a deep copy of this PixelRef, respecting the requested config.
142 not be created with the given config), or this PixelRef does not
202 /** Return the mutex associated with this pixelref. This value is assigned