Searched defs:LockRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPixelRef.h75 * Calling lockPixels returns a LockRec struct (on success).
77 struct LockRec { struct in class:SkPixelRef
103 bool lockPixels(LockRec* rec);
256 * On success, returns true and fills out the LockRec for the pixels. On
257 * failure returns false and ignores the LockRec parameter.
262 virtual bool onNewLockPixels(LockRec*) = 0;
318 // LockRec is only valid if we're in a locked state (isLocked())
319 LockRec fRec;

Completed in 91 milliseconds