Skia
2DGraphicsLibrary
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkPixelRef::LockRec Struct Reference

To access the actual pixels of a pixelref, it must be "locked". More...

#include <SkPixelRef.h>

Public Member Functions

void zero ()
 
bool isZero () const
 

Public Attributes

void * fPixels
 
SkColorTablefColorTable
 
size_t fRowBytes
 

Detailed Description

To access the actual pixels of a pixelref, it must be "locked".

Calling lockPixels returns a LockRec struct (on success).


The documentation for this struct was generated from the following file: