NPAPI:DrawImage: Difference between revisions

Line 53: Line 53:
     /* size of plugin window in current buffer, used for scale information */
     /* size of plugin window in current buffer, used for scale information */
     NPSize        pluginSize;  
     NPSize        pluginSize;  
  /* "data" points to exposeX/Y point, which is also offset in plugin window area */
    /* "data" points to exposeX/Y point, which is also offset in plugin window area */
  int32_t      exposeX;  
    int32_t      exposeX;  
  int32_t      exposeY;  
    int32_t      exposeY;  
  /* size of data buffer, size of area where plugin should paint */
    /* size of data buffer, size of area where plugin should paint */
  /* exposeX/Y + exposeSize <= pluginSize */
    /* exposeX/Y + exposeSize <= pluginSize */
  NPSize        exposeSize;  
    NPSize        exposeSize;  
  } NPImageData;
  } NPImageData;


Confirmed users
180

edits